View Single Post
Old 7th October 2008, 13:44   #189  |  Link
kkloster21
Registered User
 
Join Date: Jun 2008
Posts: 117
@CiNcH

an example command line input for linux would be:

Code:
./dumphd.sh /media/cdrom1/ | mplayer -cache 8192 -demuxer lavf -aid 1 -channels 6 -
for windows i imagine it would look something like:

Code:
>Dumphd.cmd d:\ | mplayer -cache 8192 -demuxer lavf -aid 1 -channels 6 -
where all the -flag inputs are arguments to mplayer and the final "-" indicates to mplayer that it should read from stdout. (i'm not sure if it works exactly the same way in windows). i hope this helps.

Note that you will also need some other files in the directory that you run that from (besides the dumpHD program).

Last edited by kkloster21; 7th October 2008 at 13:49.
kkloster21 is offline   Reply With Quote