gstreamer/ext/dvdnav
Simone Gotti b1fe467289 ext/dvdnav/dvdnavsrc.*: Apply patch that adds some seeking support to dvdnav, and fixes it in various other ways. Thi...
Original commit message from CVS:
* ext/dvdnav/dvdnavsrc.c:
* ext/dvdnav/dvdnavsrc.h:
Apply patch that adds some seeking support to dvdnav, and fixes it
in various other ways. This doesn't make dvdnavsrc fully functional,
but moves it forward.
Fixes: #476149
Patch By: Simone Gotti <simone.gotti@email.it>
* ext/dvdnav/gst-dvd:
Update the simple dvdnavsrc gst-launch example to work for 0.10
2008-03-04 22:54:21 +00:00
..
.gitignore ext/dvdnav/.cvsignore: More ignore 2006-06-12 14:09:20 +00:00
dvdnavsrc.c ext/dvdnav/dvdnavsrc.*: Apply patch that adds some seeking support to dvdnav, and fixes it in various other ways. Thi... 2008-03-04 22:54:21 +00:00
dvdnavsrc.h ext/dvdnav/dvdnavsrc.*: Apply patch that adds some seeking support to dvdnav, and fixes it in various other ways. Thi... 2008-03-04 22:54:21 +00:00
gst-dvd ext/dvdnav/dvdnavsrc.*: Apply patch that adds some seeking support to dvdnav, and fixes it in various other ways. Thi... 2008-03-04 22:54:21 +00:00
Makefile.am update build files 2006-06-11 17:08:11 +00:00
README ext/dvdnav/README: Update the README to use dvddemux 2004-07-28 13:47:59 +00:00

Various Info
============

http://members.aol.com/mpucoder/DVD/index.html
http://dvd.sourceforge.net/

Try this:

./gst-launch dvdnavsrc location=/dev/dvd ! dvddemux .current_video ! { queue ! mpeg2dec ! xvimagesink } dvddemux0.current_audio ! { queue ! a52dec ! osssink }

You can give title, chapter, and angle parameters to dvdnavsrc.