bbDMUX MPEG Demux Command Line Arguments

Technical assistance & information for projects
Post Reply
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

bbDMUX MPEG Demux Command Line Arguments

Post by Neo » Wed Jan 13, 2010 2:02 pm

Code: Select all

bbDMUX - version 1.9, by Brent Beyeler ([email protected])
  speed increases by, Apachez and Christian Vogelgsang

bbDUMX is an MPEG transport and program stream de-multiplexor

Usage: bbDMUX  MPEG filename  <stream id/PID  saved name>  <substream id>

Program stream examples:
  To get a list of the stream and substream id's present in an MPEG file
    bbDMUX  testfile.mpg

  To save a video stream (id 0xe0) to the file video.m2v
    bbDMUX  testfile.m2p  0xe0  video.m2v

  To save an audio stream (id 0xc0) to the file audio.m2a
    bbDMUX  testfile.mpg  0xc0  audio.m2a

  To save an AC3 audio stream (substream 0x80) to the file audio.ac3
    bbDMUX  testfile.vob  0xbd  audio.ac3  0x80

Transport stream example:
  To save an video stream (PID = 0x001B) to the file video.m2v
    bbDMUX  testfile.vob  0x001B  video.m2v
Download this version of BBDMUX.exe
BBDMUX.zip
(40.01 KiB) Downloaded 643 times
Post Reply

Return to “Project Assistance”