Tuesday, September 20, 2005

View VOB file with mplayer, xine

#!/bin/bash
mount -t iso9660 /dev/hdb /cdrom
mplayer p101.vob -fs -zoom -monitoraspect 16:9 -vo xv -ao alsa:device=digital2c -aid 128

---
XINE:
xine -pfhq --no-splash --verbose file://cdrom/foo.vob

0 Comments:

Post a Comment

<< Home