Dumping raw input (demux=dump) not working?
Posted: 15 Jun 2010 14:59
I am trying to figure out a way how to just dump a raw input stream to a file, something that should be supported by vlc. In some cases it works, in other cases it doesn't. Specifically, when the source is a video dvd, it always fails with recent vlc versions. Given for example an iso dvd image file "test.iso", as far as I could figure out, the following command line:
should dump track 1 to file test.mpg - instead it plays the track. The same happens when using the GUI:
- 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?
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?