how to convert .mp4 to .ts use gst-launch-1.x

Kirill Sprinchan kirill.sprinchan at oxagile.com
Tue Oct 23 11:33:28 UTC 2018


gst-launch-1.0 -e filesrc location={FROM.mp4} ! qtdemux name=demux mpegtsmux
name=mux ! filesink location=/{TO.ts}  demux.video_0 ! h264parse ! queue !
mux.  demux.audio_0 ! queue ! mux.


Works for me.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list