Search found 4 matches

Go to advanced search

by cleaner
22 Jan 2013 20:57
Forum: VLC media player for Windows Troubleshooting
Topic: command line webm encoding not working
Replies: 6
Views: 1555

Re: command line webm encoding not working

figured it out myself:

Code: Select all

vlc -I dummy "F:\\video1.mov" --sout=#transcode{vcodec=VP80,vb=1200,scale=1}:std{access=file,mux=ffmpeg{mux=webm},dst="F:\\video1.webm"} vlc://quit
thanks anyway.
by cleaner
22 Jan 2013 19:05
Forum: VLC media player for Windows Troubleshooting
Topic: command line webm encoding not working
Replies: 6
Views: 1555

Re: command line webm encoding not working

Error in the "" placement

could you please edit my line of code and paste it here?
by cleaner
21 Jan 2013 13:36
Forum: VLC media player for Windows Troubleshooting
Topic: command line webm encoding not working
Replies: 6
Views: 1555

Re: command line webm encoding not working

are you asking about "tool --> messages"?
nothing is showing up there with verbosity set to "2(debug)"..


vlc just starts with this screen - but nothing is happening.


Image
by cleaner
20 Jan 2013 22:41
Forum: VLC media player for Windows Troubleshooting
Topic: command line webm encoding not working
Replies: 6
Views: 1555

command line webm encoding not working

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 -vvv "F:\\video01.mov" --sout='#transcode{vcodec=VP80,vb=1200,scale=1}:std{access=file, mux=ffmpeg{mux=webm}, dst="F:\\vid...

Go to advanced search