command line webm encoding not working
Posted: 20 Jan 2013 22:41
i have to encode 30+ videos (.mov quicktime animation - no audio) into webm.
my command line for a single video is not working. maybe I did some syntax wrong:
vlc gui starts but no output-file is created & no error is prompted.
as you can see I tried double backslashes and even "url" instead od "dst". donĀ“t even know what "-vvv" exactly means but tried that too.
converting with the vlc-gui works with the quicktime animation codec as input file...
what did I do wrong?
my command line for a single video is not working. maybe I did some syntax wrong:
Code: Select all
vlc -vvv "F:\\video01.mov" --sout='#transcode{vcodec=VP80,vb=1200,scale=1}:std{access=file, mux=ffmpeg{mux=webm}, dst="F:\\video01.webm"}'
as you can see I tried double backslashes and even "url" instead od "dst". donĀ“t even know what "-vvv" exactly means but tried that too.
converting with the vlc-gui works with the quicktime animation codec as input file...
what did I do wrong?