Code: Select all
vlc dvd://test.iso@1 --demux=dump --demuxdump-file=test.mpg
- Choose the track with menu option "Media|Convert/Save|Disk".
- Click on the "Convert/Save" Button
- enter a destination file
- ignore the "Profile" option and instead
- mark the "Dump raw input" checkbox
- and finally click on "Start"
The GUI is a little confusing in this respect, but I guess the problem is a bug somewhere and not just a misunderstanding, because when the input source is a local file or the destination is to be transcoded the same thing works, only the combination of dvd:// input and dumpfile doesn't.
With vlc 0.8.6, I can get the desired result, but only when using the "wizard" menu option (which is gone in newer vlc versions); when using "File/Open Disc" the result is the same as in current versions.
[I don't expect this to be OS-specific, but for completeness: I am using Debian 5.0 and tried vlc 0.8.6, both self-compiled and Debian package and a self-compiled vlc 1.0.6
It's a probably a little silly because it seems to happen with any dvd, but I also uploaded a minimal dvd image named "test.iso" to ftp://streams.videolan.org/incoming/ if someone wants to try it]
Any ideas?