Log in

View Full Version : Avidemux encoding problem


las7h0p3
17th February 2010, 21:42
Hello all,



I have a problem with Avidemux. When I load my .avs script with avsproxy_gui.exe and I choose 2pass encoding. After the 1st pass finishes it gives me this two errors. Can someone help me?

http://forum.videohelp.com/attachments/420-1266435607/avisynth_error.JPG

http://forum.videohelp.com/attachments/421-1266435607/avisynth_error1.JPG

LoRd_MuldeR
17th February 2010, 22:19
This obviously is an Avisynth problem. More specifically it's a problem with DirectShowSource().

After the first pass is done, we need to go back to the very first frame in the video in order to begin the second pass. Apparently DirectShowSource() fails to do so.

This may be the fault of the DirectShow splitter filter in use, the DirectShow decoding filter in use or a combination of both. Since you don't give more info, we can only guess!

However I can recommend to get rid of DirectShowSource, if possible. Instead try FFmpegSource2. Or use DGIndex/DGAVCIndex, if your source is MPEG-2/H.264.