Log in

View Full Version : WM command line encoder and avisynth


areuexperienced
18th March 2005, 15:57
fact: from the WMEncoder gui i can load and process an avs script.

question: anyone knows how to load an avs from the WM command line encoder?

i 've tried with this script but the encoder says to me: interface not supported.

Cscript "c:\Programmi\Windows Media Components\Encoder\wmcmd.vbs" -input C:\hd_sviluppo\script\quicktime.avs -output C:\hd_sviluppo\script\prova.wmv -v_framerate 25 -pixelratio 4 3 -v_mode 0 -v_bitrate 8000000 -v_profile MP -v_performance 60 -v_buffer 5000 -v_keydist 5 -v_quality 97 -minpacket 32768 -maxpacket 32768

kassandro
20th March 2005, 22:14
Originally posted by areuexperienced
fact: from the WMEncoder gui i can load and process an avs script.

question: anyone knows how to load an avs from the WM command line encoder?

i 've tried with this script but the encoder says to me: interface not supported.

Cscript "c:\Programmi\Windows Media Components\Encoder\wmcmd.vbs" -input C:\hd_sviluppo\script\quicktime.avs -output C:\hd_sviluppo\script\prova.wmv -v_framerate 25 -pixelratio 4 3 -v_mode 0 -v_bitrate 8000000 -v_profile MP -v_performance 60 -v_buffer 5000 -v_keydist 5 -v_quality 97 -minpacket 32768 -maxpacket 32768
You have to change the visual basic script "wmcmd.vbs" slightly, but don't ask me how. Quite a while ago it was described in this forum somewhere. Use the search function.

Maximillius
20th March 2005, 22:15
I believe this (http://forum.doom9.org/showthread.php?s=&threadid=65638&highlight=wmcmd.vbs) is the post you are referring to?

kassandro
20th March 2005, 23:17
Originally posted by Maximillius
I believe this (http://forum.doom9.org/showthread.php?s=&threadid=65638&highlight=wmcmd.vbs) is the post you are referring to?
Exactly!

areuexperienced
21st March 2005, 09:59
thankz a lot now everything work perfectly.