digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   tmpgenc error message about pcm format ? (http://www.digitalfaq.com/archives/encode/3343-tmpgenc-error-message.html)

bigggt 04-22-2003 08:55 PM

tmpgenc error message about pcm format ?
 
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.58))
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

rendalunit 04-23-2003 12:49 AM

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.

PyRoMaNiA 04-23-2003 02:35 AM

...if that doesn't work, after loading the script in ToK, click on Video to see what error message you have.

bigggt 04-23-2003 05:44 PM

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

kwag 04-23-2003 08:01 PM

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

bigggt 04-24-2003 05:30 PM

thanx Kwag :D


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

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.