• Jan Ekström's avatar
    ffmpeg: add video heartbeat capability to fix_sub_duration · 9a820ec8
    Jan Ekström authored
    Splits the currently handled subtitle at random access point
    packets that can be configured to follow a specific output stream.
    Currently only subtitle streams which are directly mapped into the
    same output in which the heartbeat stream resides are affected.
    
    This way the subtitle - which is known to be shown at this time
    can be split and passed to muxer before its full duration is
    yet known. This is also a drawback, as this essentially outputs
    multiple subtitles from a single input subtitle that continues
    over multiple random access points. Thus this feature should not
    be utilized in cases where subtitle output latency does not matter.
    Co-authored-by: 's avatarAndrzej Nadachowski <andrzej.nadachowski@24i.com>
    Co-authored-by: 's avatarBernard Boulay <bernard.boulay@24i.com>
    Signed-off-by: 's avatarJan Ekström <jan.ekstrom@24i.com>
    9a820ec8
Name
Last commit
Last update
..
Makefile Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
ffmpeg.c Loading commit data...
ffmpeg.h Loading commit data...
ffmpeg_demux.c Loading commit data...
ffmpeg_filter.c Loading commit data...
ffmpeg_hw.c Loading commit data...
ffmpeg_mux.c Loading commit data...
ffmpeg_mux.h Loading commit data...
ffmpeg_mux_init.c Loading commit data...
ffmpeg_opt.c Loading commit data...
ffplay.c Loading commit data...
ffprobe.c Loading commit data...
fftools.manifest Loading commit data...
fftoolsres.rc Loading commit data...
fopen_utf8.h Loading commit data...
objpool.c Loading commit data...
objpool.h Loading commit data...
opt_common.c Loading commit data...
opt_common.h Loading commit data...
sync_queue.c Loading commit data...
sync_queue.h Loading commit data...
thread_queue.c Loading commit data...
thread_queue.h Loading commit data...