PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Extracting a SubID from a Program Elementary Stream ?


Roger Lind
05.11.2003, 09:28
Is it posssible to tell ProjectX to extract just a single SubID from an element
stream ?
I've got this DVD VOB file, from which I'd like to recover only PES-ID 0xE0
(the MPEG video) and PES-ID 0xBD, SubID 0x81 (an AC3 soundtrack)

=> File 0: file01.vob
=> File is MPEG-2 PS/SS (Video/Audio PES)
=> make a TS
-> found PES-ID 0xE0 (MPEG Video) mapped to 0xE0
-> found PES-ID 0xBD (private stream 1) (SubID 0x80) mapped to 0x80
-> found PES-ID 0xBD (private stream 1) (SubID 0x81) mapped to 0x81
-> found PES-ID 0xBD (private stream 1) (SubID 0x8A) mapped to 0x82
-> found PES-ID 0xBD (private stream 1) (SubID 0x83) mapped to 0x83
-> found PES-ID 0xBD (private stream 1) (SubID 0x23) -> ignored
-> found PES-ID 0xBD (private stream 1) (SubID 0x24) -> ignored
-> found PES-ID 0xBD (private stream 1) (SubID 0x25) -> ignored
-> found PES-ID 0xBD (private stream 1) (SubID 0x21) -> ignored
-> found PES-ID 0xBD (private stream 1) (SubID 0x22) -> ignored
-> found PES-ID 0xBD (private stream 1) (SubID 0x20) -> ignored


ProjectX has this wonderful ability to accept, in the edit window where one
specifies cut points, a list of PES-IDs to be extracted.
Can this extraction also be specified at the SubID level -- e.g. 0xBD/0x81 ?

dvb.matt
05.11.2003, 18:44
yap.
just type in the subID you want, instead of 0xBD..
X will filter it.