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?