[vlc] Close when done?
Grant
emailgrant at gmail.com
Fri Jan 23 15:48:38 CET 2009
>> I'm using the following to rip my DVDs in a simple shell script:
>>
>> cvlc dvdsimple:///dev/cdrom@$TITLENUMBER --sout
>> "#standard{access=file,mux=ps,dst=$TITLENAME.mpg}"
>>
>> It works great but when it's done it stays open with: "[00000393]
>> mux_ps mux: Close". Can I get it to close automatically when it's
>> done so the script can continue?
>
> Try to add vlc://quit at the end of your command-line.
Works perfectly, thank you.
- Grant
More information about the vlc
mailing list