command line webm encoding not working

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
cleaner
New Cone
New Cone
Posts: 4
Joined: 20 Jan 2013 22:28

command line webm encoding not working

Postby cleaner » 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:

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"}'
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?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: command line webm encoding not working

Postby Jean-Baptiste Kempf » 21 Jan 2013 13:13

What are the logs?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

cleaner
New Cone
New Cone
Posts: 4
Joined: 20 Jan 2013 22:28

Re: command line webm encoding not working

Postby cleaner » 21 Jan 2013 13:36

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

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: command line webm encoding not working

Postby Jean-Baptiste Kempf » 22 Jan 2013 10:46

Error in the "" placement
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

cleaner
New Cone
New Cone
Posts: 4
Joined: 20 Jan 2013 22:28

Re: command line webm encoding not working

Postby cleaner » 22 Jan 2013 19:05

Error in the "" placement

could you please edit my line of code and paste it here?

cleaner
New Cone
New Cone
Posts: 4
Joined: 20 Jan 2013 22:28

Re: command line webm encoding not working

Postby cleaner » 22 Jan 2013 20:57

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.

MLM
Blank Cone
Blank Cone
Posts: 23
Joined: 03 Jan 2013 20:28
VLC version: 2.0.5
Operating System: Windows
Location: Andorra

Re: command line webm encoding not working

Postby MLM » 22 Jan 2013 21:54

Hi cleaner,

I tried your first code... In fact, it seems the problem is due to the space between the coma and dest

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"}'
Should be:

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"}'
Also, This one worked for me (VLC 2.0.5):

Code: Select all

vlc -vvv "F:\\video01.mov" --sout='#transcode{vcodec=VP80,vb=1200,scale=1}:std{access=file,mux=webm,dst="F:\\video01.webm"}'
Hope this help.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: Bing [Bot] and 17 guests