]> code.delx.au - transcoding/blobdiff - mirror-dvd
mplayer -noconfig all
[transcoding] / mirror-dvd
index a1e717c34adab0051755899ba554e3f13d24adec..d1b476dfc2c161c11db85b383674b3709f44687c 100755 (executable)
@@ -16,6 +16,6 @@ cd "$folder"
     -quiet -ao null -vo null -frames 0 -identify -dvd-device "$dvddevice" dvd:// | \
     grep 'ID_DVD_TITLE_[0-9]*_LENGTH' | cut -d'_' -f4 | while read i
 do
-    "$MPLAYER" -dumpstream -dumpfile "movie_${i}.mpg" -dvd-device "$dvddevice" dvd://"$i"
+    "$MPLAYER" -noconfig all -dumpstream -dumpfile "movie_${i}.mpg" -dvd-device "$dvddevice" dvd://"$i"
 done