View Single Post
Old 9th August 2009, 11:52   #2  |  Link
pynux
Registered User
 
Join Date: Aug 2009
Location: PARIS
Posts: 49
i use pipe with dumphd :
Code:
./dumphd.sh --infile:BDMV/STREAM/00002.m2ts /media/cdrom | mplayer -cache 8192 -lavdopts threads=4 -aid 4353 -vo vdpau -vc ffh264vdpau -
(ps : i have an nvidia with vdpau codecs (for use Graphic card to read h264) ans i chose french audio with -aid 4353)

you can also use vlc like this :
Code:
./dumphd.sh --infile:BDMV/STREAM/00002.m2ts /media/cdrom | vlc -

Last edited by pynux; 9th August 2009 at 23:07.
pynux is offline   Reply With Quote