[postprocessor:ugoira] use 'image2' demuxer (#1550)

Ensures exact frame timecodes with no duplicate frames.

Possible issues are the duration the last frame in an Ugoira with variable
frame durations is shown and insufficient timestamp precision of the
underlying file system (e.g. FAT32, ext3; works on ext4, tmpfs, NTFS).
This commit is contained in:
Mike Fährmann
2021-05-26 02:04:21 +02:00
parent b8de0671e5
commit be9547a5f3
2 changed files with 60 additions and 25 deletions

View File

@@ -2498,6 +2498,18 @@ Description
Additional FFmpeg command-line arguments.
ugoira.ffmpeg-demuxer
---------------------
Type
``string``
Default
``image2``
Description
FFmpeg demuxer to read input files with. Possible values are
"`image2 <https://ffmpeg.org/ffmpeg-formats.html#image2-1>`_" and
"`concat <https://ffmpeg.org/ffmpeg-formats.html#concat-1>`_".
ugoira.ffmpeg-location
----------------------
Type