-
AviDemux – Batch Convert to M-JPEG for editing question
Hi,
First, great thankyou to Mr Rofrano who led me to to the right path of using AviDemux to create clean crystal M-JPEG conversions for Sony Vegas editing – no other program (even paid ones) did the job as good and as fast.
Now…the final piece in my jigsaw…DOes anyone know how to do a script to do batch conversions in AviDemux for M-JPEG? XVid and various others work…however I cannot get M-JPEG going.
I followed the article about scripting this and I got:
—
set avidemux=”C:\Program Files\Avidemux 2.5\avidemux2.exe”
set videocodec=M-JPEG
set audiocodec=PCM
for %%f in (*.mp4) do %avidemux% –video-codec %videocodec% –audio-codec %audiocodec% –force-alt-h264 –load “%%f” –save “%%f.avi” –quit
—However, for some reason the script does not understand “M-JPEG”. Is there some other special word/name for this to get the script to use the M-JPEG codec?
THanks for anyone that can help
J.
Sorry, there were no replies found.