Page 1 of 1

Probleme in command line

Posted: 07 Mar 2007 17:11
by Flow

Code: Select all

vlc -vvv "video.avi" --loop --random --keep --sout=#transcode{fps=10,width=320,height=240, vcodec=WMV1,vb=96,scale=1,acodec=mpga,ab=16,channel=1}:duplicate{dst=display,dst =std{access=http,mux=asfh,dst=127.0.0.1:1234}}
I've this command line. When I launch this line. I get this error :

Code: Select all

The command line options couldn't be loaded, check that they are valid.
So If any one can help me....

Thanks

Posted: 08 Mar 2007 10:40
by yoann
--keep is not a valid option - replace it with --sout-keep if it is what you meant.

Posted: 14 Mar 2007 10:45
by Flow
ok Thanks for the advice