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?
- Grant