Transcoding mov to mp4 Gstreamer

716 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

minion12 says
Really a great addition. I have read this great article. Thanks for sharing information about it. I really like that.
flip coin
Posted 25 Nov 2021

melaniepip says
Sometimes people complicate their lives, and now I see this when you decide to convert a file to another by using a code. We're living in the 21st century; there are plenty of apps out there that are doing everything for us; this is why I don't understand the urge to do something by yourself, especially if the computer already does it. My daughter knows informatics, but when she has to convert files, she just uses convertr.org. It is easier, faster, and sometimes better as not all the codes can be correct.
Posted 26 Nov 2021

Reply to Topic