[MPlayer-users] dvd reader and dvd burner switch
Nicolas
tarass at club-internet.fr
Thu Nov 20 06:52:38 CET 2003
Hello,
at boot time, I have:
dvd burner : hda mapped on scd0
dvd reader : hdc mapped on scd1
after this little scirpt :
#!/bin/bash
piste='14'
bitrate='1200'
crop='720:432:0:72'
sid='0'
nice -19 mencoder dvd://$piste -ovc lavc\
-lavcopts vcodec=mpeg4:vbitrate=$bitrate:vhq:vqmin=2:vlelim=-4
:vcelim=9:lumi_mask=0.05:dark_mask=0.01:gray:autoaspect:vpass=1\
-oac copy -o /dev/null -vf crop=$crop
nice -19 mencoder dvd://$piste -ovc lavc\
-lavcopts vcodec=mpeg4:vbitrate=$bitrate:vhq:vqmin=2:vlelim=-4
:vcelim=9:lumi_mask=0.05:dark_mask=0.01:gray:autoaspect:vpass=2\
-vobsubout sous-titres \
-vobsuboutindex 1 \
-sid $sid \
-oac copy -o film.avi -vf crop=$crop
I have :
dvd burner : hda mapped on scd1 instead of scd0
dvd reader : hdc mapped on scd0 instead of scd1
They switch. Do you have any idea why, and how prevent that.
Thanks. Nicolas.
More information about the MPlayer-users
mailing list