St Devious
12th April 2009, 19:20
Trying to convert a MJPEG Video file with Megui and Avisynth.
it says can't find decompressor for it. i have set all supported formats in ffdshow to libvacodec in ffdshow vfw, video and audio options.
here's the avisynth script
AVISource("D:\Recorded Videos\STALKER 2.avi", audio=true)
#deinterlace
#crop
#denoise
LanczosResize(1920,1200) # Lanczos (Sharp)
MSharpen(10,150,true,false,false)
Original video file is 1024x819.
Then i changed AVISource to DirectShowSource and the video encoded, but the audio doesn't . it says YUV2 mod2 something not compatible. what to do ?
it says can't find decompressor for it. i have set all supported formats in ffdshow to libvacodec in ffdshow vfw, video and audio options.
here's the avisynth script
AVISource("D:\Recorded Videos\STALKER 2.avi", audio=true)
#deinterlace
#crop
#denoise
LanczosResize(1920,1200) # Lanczos (Sharp)
MSharpen(10,150,true,false,false)
Original video file is 1024x819.
Then i changed AVISource to DirectShowSource and the video encoded, but the audio doesn't . it says YUV2 mod2 something not compatible. what to do ?