Transcoding mov to mp4 Gstreamer

715 views 2 replies
Reply to Topic
sashatrew

Age: 2023
Total Posts: 41
Points: 10

Location:
,
i am trying to convert a file mov (apple prores) to mp4 following this command found in the forum is correct?
gst-launch-1.0 filesrc location=filename.mov !
qtdemux name=demux demux.video_0 ! queue ! h264parse ! omxh264dec !
omxh264enc ! ‘video/x-h264, stream-format=(string)byte-stream’ !
h264parse ! qtmux ! filesink location=filename.mp4 -e
Posted 24 Nov 2021

Reply to Topic