[FFmpeg-devel] [PATCH] hlsenc: intialize only on ref_pkt (v2)
Miroslav Slugeň
thunder.m at email.cz
Mon Feb 13 15:15:40 EET 2017
This patch will fix cutting hls segments into exactly same length.
Because it will intialize only on first ref_packet, which is video
frame, not audio frame (old behavior)
Now it should be possible to create segments at exactly same length if
we use new -force_key_frames hls:time_in_seconds parameter.
This is required to support adaptive HLS.
This patch was splitted to two parts, this is first independent part
--
Miroslav Slugeň
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-hlsenc-intialize-only-on-ref_pkt.patch
Type: text/x-patch
Size: 1252 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170213/84cd8655/attachment.bin>
More information about the ffmpeg-devel
mailing list