Video/Audio Transport Stream extraction from MPTS file

Buchibabu Bandarupally buchibabu.bandarupally at gaiatv.in
Thu Jan 22 04:49:27 PST 2015


i want both  Audio and Video files(both must be in TS container format),the
output files(abc.mpg,abc,mp3) that i mentioned in above mail is  for just
testing purpose ,my intention is to separate audio packets and video
packets from from container(MPEGTS) in to a separate files


On Thu, Jan 22, 2015 at 5:43 PM, Nuno Mota <mundumelga at gmail.com> wrote:

> What do you want as a result exactly? .ts? .mp3?
>
> You will need muxers I think,  at the end of the pipeline, in order to get
> the right output container.
>
> Em 22/01/2015 11:45, "Buchibabu Bandarupally" <
> buchibabu.bandarupally at gaiatv.in> escreveu:
>
>> Hi All
>>
>>      i am trying to Extract Audio/Video packets from Transport stream
>> using  following pipeline
>>
>>
>> for video:
>> gst-launch-0.10 filesrc location=~/Desktop/TS_ES/katy.ts ! tsdemux !  filesink location = abc.mpg
>>
>> for audio
>> gst-launch-0.10 filesrc location=~/Desktop/TS_ES/katy.ts ! tsdemux ! mpegaudioparse ! filesink location = abc.mp3
>>
>>  but i am getting only elementary streams but  i need to extract Transportstreams(Audio/Video)
>>
>> is there any way to do this using Gstreamer Plugins?..
>>
>>
>> Thanks in advance
>>
>>
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150122/b40285d0/attachment.html>


More information about the gstreamer-devel mailing list