gstreamer - no video in .mkv file
fufu5000
kazuko.nakamura at interia.pl
Thu Oct 19 13:56:38 UTC 2017
Hi,
In below example I have just audio in 1.mkv file.
How to mux video to .mkv file in this example?
gst-launch-1.0 -v filesrc location=1.ts \
! tsdemux parse-private-sections=false name=demux \
! queue \
! ac3parse \
! matroskamux name=stream streamable=true demux. \
! queue \
! h264parse \
! omxh264dec \
! omxh264enc target-bitrate=1572864 control-rate=variable \
!
video/x-h264,stream-format=byte-stream,profile=high,width=480,height=270,framerate=25/1
\
! h264parse stream. \
! filesink location=1.mkv
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list