[FFmpeg-user] MPEG TS mutilple channls muxing

Park tower119 at gmail.com
Tue Sep 4 11:04:05 CEST 2012


Hi,

Can anyone tell me if ffmpeg is capable of creating multiple programs in an
mpeg TS?

Has created two kinds of TS videos, I give the options below.

#VideoOption 1
./ffmpeg -i ../ts/tt.wmv -c copy -mpegts_original_network_id 0x1122
-mpegts_transport_stream_id 0x3344 -mpegts_service_id 0x5566
-mpegts_pmt_start_pid 0x1500 -mpegts_start_pid 0x150 -metadata
service_provider="Some provider" -metadata service_name="Some Channel" -y
output/out.ts

#VideoOption 2
./ffmpeg -i ../ts/tt.wmv -c copy -mpegts_original_network_id 0x156E
-mpegts_transport_stream_id 0x339E -mpegts_service_id 0x55CA
-mpegts_pmt_start_pid 0x1564 -mpegts_start_pid 0x1B4 -metadata
service_provider="Some provider1" -metadata service_name="Some Channel1" -y
output/out1.ts

So the out.ts, out1.ts ts file to one of the files I'd like to create. I
would like to know the options.

Sorry I failed to figure this out through the ffmpeg documentation.

Thanks for any advice

js,
Park



--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/MPEG-TS-mutilple-channls-muxing-tp4653178.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list