What is a good CLI to encode from AVS script to a WMV with WMV3 video and WMA2 audio, VC-1 format, please?
I want to write a proggie to frontend this encoder to generate Creative Zen compliant videos.
Ive use NIC's WMVEnc with great success, but it has (to the best of my knowledge) no CLI interface.
Thanks,
Andrew
+ Reply to Thread
Results 1 to 12 of 12
-
-
I think WME's batch implementation is exactly what you'd be downloading from Doom9. Zambelli (author of the VBS script) works for Micros0ft.
Also, depending on how many cores your PC proc has, this hotfix might need to be applied
http://support.microsoft.com/kb/945170
you could run it from a batch file like this:
Transcode_2_WMV.bat
for %%a in ("*.avs") do cscript WMCmd.vbs -input "%%a" -output "%%~na.wmv"
I don't transcode anything to WMV format, but FFmpeg might support your requirements as well. -
Thanks again for good follow up info.
But now I wonder, how does a program like Any Video Converter generate wmv3 files, if there not launching WME, you know what I mean?
Pondering minds want to know! HA HA!
Andrew -
It's probably making a DLL call to the WMV transcoder found in Windows Media 10 or 11.
-
Originally Posted by Soopafresh
Andrew -
I sent "Nic" an email asking about the possibility of adding CLI support to his WMVEnc.
I never got a reply, so I guess that will remain a dream.
Andrew -
I like Nic's encoder as well, but the lack of any batch file processing means that I have to fall back to good old .BAT files.
Here's a rundown of the commands for WM encoder.
http://www.citizeninsomniac.com/WMV/WMCmd.txt -
Originally Posted by mh2360
Cheers,
Andrew -
To whom this may interest, a Doom9er named TinTime has managed to improve
Nic's AVS2ASF (which should be actually renamed to "WMV9ENC" or something).
http://www.mediafire.com/file/ztl0tdilg4n/AVS2ASF.zip
Warning: MS regards VC-1 as just an improved type of WMV, which means,
it's not easy to make the VC-1 encoders from Microsoft produce an output
without dropped/duplicate frames.SFAIK, this is possible only if you use
the VB script written by Zambelli, with the 2-pass unconstrained VBR mode,
and without B-frames.Ben Waggoner, a Doom9 moderator who also
works @ Microsoft, has said, things will be different if you use Expression Encoder,
but I do not believe him (and no, I will not give a try to Expression Encoder, thanks).
Similar Threads
-
Is it possible to take VC1 & convert DTS-HD to WMA Pro 5.1 and mux to WMV?
By bobthegoat2001 in forum Authoring (Blu-ray)Replies: 5Last Post: 16th Dec 2011, 10:12 -
m2ts VC1 to WMV
By -Sandro- in forum Video ConversionReplies: 2Last Post: 22nd Aug 2010, 14:59 -
VC1 + (Patched) DTS + WMV on PS3?
By ecsjr in forum Newbie / General discussionsReplies: 3Last Post: 27th Feb 2010, 09:02 -
How i add subtitles to a vc1 wmv video?
By yigal33 in forum DVD RippingReplies: 1Last Post: 29th Dec 2007, 14:55 -
How i add subtitles to a vc1 wmv video?
By yigal33 in forum SubtitleReplies: 0Last Post: 29th Dec 2007, 14:19