Encoding uncompressed video in H.265

Arjen Veenhuizen arjen.veenhuizen at tno.nl
Fri Jul 8 19:10:56 UTC 2016


If it really is uncompressed video (raw yuv420p), then you have to set the
blocksize property on the filesrc element to the exact number of bytes
making up for one frame.
For yuv420p (format=I420) one frame would be: width * height * 3 / 2 bytes,
or in your case: 1280 * 720 * 3 / 2 = 1382400.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Encoding-uncompressed-video-in-H-265-tp4678550p4678553.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list