[FFmpeg-devel] [PATCH v2 0/2] libavformat/mov: Add support for exporting poster time.
ffmpegagent
ffmpegagent at gmail.com
Wed Oct 5 17:25:06 EEST 2022
Export the poster_time_location if available. The poster_time_location is
calculated using the poster_time / time_scale = X seconds. The value of
poster_time_location indicates where in the video the poster frame is.
Addresses feedback from
https://www.mail-archive.com/ffmpeg-devel@ffmpeg.org/msg138122.html.
Signed-off-by: Bryce Chester Newman bryce.newman at gettyimages.com
Bryce Chester Newman (2):
libavformat/mov: Add support for exporting poster time.
ibavformat/mov: Add support for exporting poster time.
doc/demuxers.texi | 6 ++++++
libavformat/isom.h | 1 +
libavformat/mov.c | 13 +++++++++++--
3 files changed, 18 insertions(+), 2 deletions(-)
base-commit: 5f02a261a2ddca7c79198869b45d35019baac819
Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-41%2Fbrycechesternewman%2Fadd_poster_time_location_mov-v2
Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-41/brycechesternewman/add_poster_time_location_mov-v2
Pull-Request: https://github.com/ffstaging/FFmpeg/pull/41
Range-diff vs v1:
1: c10a75a9ed = 1: c10a75a9ed libavformat/mov: Add support for exporting poster time.
-: ---------- > 2: c8f54a5d86 ibavformat/mov: Add support for exporting poster time.
--
ffmpeg-codebot
More information about the ffmpeg-devel
mailing list