Quantcast TMPGEnc Error Message about Pcm Format ? - digitalFAQ.com Forums [Archives]
  #1  
04-22-2003, 08:55 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
Using this exact script

#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#

LoadPlugin("C:\Temp\MovieStacker_v1.1.1\Filters\MP EG2Dec.dll")
LoadPlugin("C:\Temp\MovieStacker_v1.1.1\Filters\Gr ipFit_preview.dll")
LoadPlugin("C:\Temp\MovieStacker_v1.1.1\Filters\Le galClip.dll")
LoadPlugin("C:\Temp\MovieStacker_v1.1.1\Filters\un filter.dll")

AviSource("C:\Temp Videos\101.Dalmations.II.Patches.London.Adventure. 2003.DVDRip.XviD-.avi")
LegalClip()
GripCrop(528, 576, overscan=2, source_anamorphic=false)
GripSize(resizer="BicubicResize")
# SpaceDust() # Optional - for some "not so clean" DVDs.
unfilter(50,50)
TemporalSmoother(1,2)
mergechroma(blur(1.5)
mergeluma(blur(0.2))
# Convolution3d or STDMedian or DCTMedianFilter for extreme worse cases.
GripBorders()
LegalClip()

When load it into tok i get this
================================================== ===========
ToK Log: C:\Temp Videos\NewScript.avs
================================================== ===========

Resolution (fps):484x56 (24.000 fps)
Total Frames: 240
Total Time : 00:00:10
-------------------------------------------------------------
In tmpge i get a meaasge about pcm format or something ,this doesn't happen all the time but it happens quite a bit.

I asked i think in the tok forum before about an error similar to this and Kwag said remove the sampler line.This is like the same problem because in tok it says 240 frames but i do not have the sampler in

any ideas

thanx
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
04-23-2003, 12:49 AM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
Try seperating the audio from the AVI first with VirtualDub then change the script to this:

AviSource("C:\Temp Videos\101.Dalmations.II.Patches.London.Adventure. 2003.DVDRip.XviD-.avi",false)
LegalClip()
GripCrop(528, 576, overscan=2, source_anamorphic=false)
GripSize(resizer="BicubicResize")
# SpaceDust() # Optional - for some "not so clean" DVDs.
unfilter(50,50)
TemporalSmoother(1,2)
mergechroma(blur(1.5icon_cool.gif)
mergeluma(blur(0.2))
# Convolution3d or STDMedian or DCTMedianFilter for extreme worse cases.
GripBorders()
LegalClip()

-add false to the AviSource line

encode the audio stream seperately with an audio encoder like HeadAC3he , then multiplex the audio, video streams.
Reply With Quote
  #3  
04-23-2003, 02:35 AM
PyRoMaNiA PyRoMaNiA is offline
Free Member
 
Join Date: Jan 2003
Location: a PAL land (UK)
Posts: 408
Thanks: 0
Thanked 0 Times in 0 Posts
...if that doesn't work, after loading the script in ToK, click on Video to see what error message you have.
Reply With Quote
  #4  
04-23-2003, 05:44 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
Adding false to the avi source line worked,what does adding this do

The message i get without adding false is

ACM failed to suggest a compatible PCM format

avs line 10

This movie is ac3 and pal i ususally get ntscfilm ,don't know if this is why?

Thanx for your help guys
Reply With Quote
  #5  
04-23-2003, 08:01 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by bigggt
Adding false to the avi source line worked,what does adding this do
It processes the video stream only, and ignores any audio.

-kwag
Reply With Quote
  #6  
04-24-2003, 05:30 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
thanx Kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot open or unsupported - error message from TMPGEnc akrein62 Video Encoding and Conversion 28 01-31-2004 03:03 AM
KVCD: TMPGEnc error message when using ACP? SeeMoreDigital Video Encoding and Conversion 3 09-08-2003 04:22 PM
ERROR Message - ACM failed to suggest a compatible PCM format? Bombero0437 Video Encoding and Conversion 9 04-28-2003 10:33 PM
TMPGEnc: Sampler Error Message in TMPGEnc Frunobulax Video Encoding and Conversion 7 04-06-2003 02:53 PM
AVI to MPEG Error message: Couldn't locate decompressor for format schnitzel79 Video Encoding and Conversion 1 11-09-2002 05:01 PM

Thread Tools



 
All times are GMT -5. The time now is 07:46 AM  —  vBulletin © Jelsoft Enterprises Ltd