Log in

View Full Version : megui audio problem


sazoki
26th March 2007, 11:43
Log for job job11

Error:
MeGUI.AviSynthException: DirectShowSource: I can't determine the frame rate
of the video, you must use the "fps" parameter.
at MeGUI.AviSynthClip..ctor(String func, String arg, AviSynthColorspace forceColorspace, AviSynthScriptEnvironment env)
at MeGUI.AviSynthAudioEncoder.encode()
----------------------------------------------------------------------------------------------------------
The current job contains errors. Skipping chained jobs




what shall i do.....................?????

unskinnyboy
26th March 2007, 15:03
This isn't an audio problem, but more of a video problem. Just use the fps parm when using DirectShowSource() in your script.

Example: DirectShowSource("c:\video.wmv", fps = ?), where ? is the frame rate of your source video.