Fixing DTS in h264 video during the conversion to mp4

Nicolas Dufresne nicolas.dufresne at gmail.com
Sun Feb 28 16:59:28 UTC 2016


Le dimanche 28 février 2016 à 15:19 +0000, Monyz Wacon a écrit :
> gst-launch-1.0 filesrc location=test.h264 ! h264parse ! qtmux !
> filesink location="test.mp4"

The problem is that h264parse cannot guess the timestamp information.
You need to provide that in order to produce a valid ISOMP4. You can do
that using a buffer probe, assuming you have this information saved
somewhere.

Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160228/36a12545/attachment.sig>


More information about the gstreamer-devel mailing list