Collections:
Other Resources:
Demuxing (Demultiplexing) Data Streams in Movie VOB Files
Demuxing (Demultiplexing) Data Streams in Movie VOB Files
✍: Guest
The next test I did was to demux (demultiplex) an audio or video stream from a movie VOB file with vStrip using 4 command options.
"-d": Turn on the demux mode.
"-oFile": Save output to a file.
"-!": Strip everything.
"0xnn": Hex value of a stream ID.
1. Run vStrip command to demux the video stream out of the sample VOB file:
2. Test the video stream file, which is in MPG (MPEG) format, with MPlayer. It plays well. But of course, there is no sound.
3. Run vStrip command to demux an audio stream out of the sample VOB file with the stream ID of 0xBD and the sub stream ID of 0x80:
4. Try to play the audio file with MPlayer. But MPlayer fails to detect the file format.
2008-01-17, ∼8699🔥, 0💬
Popular Posts:
Can I disable Windows service "OracleXEClrAgent" to speedup my computer? Third party application ser...
How to use sc.exe command to delete an existing service? If you want to delete a service created by ...
How to add ActiveX controls, like text command button, text box, check box, etc., to Presentation sl...
Can I remove startup application "DVDLauncher.exe - CyberLink PowerCinema Resident Program" to speed...
Where are services hosted by "svchost.exe -k netsvcs" on Windows XP? What is the meaning of "-k nets...