Opened 2 years ago
Closed 2 years ago
#9842 closed enhancement (fixed)
IMF Demuxer: Pull starting timecode from CPL
Reported by: | Derek Prestegard | Owned by: | Pierre-Anthony Lemieux |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | unspecified | Keywords: | imf |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | yes |
Description
The IMF demuxer does not currently return the starting timecode declared in the CPL.
This should be retrieved from the CPL and passed downstream to muxers that support it like MOV and MXF.
How to reproduce:
% ffmpeg -f imf -i input_cpl.xml... output
Change History (3)
comment:1 by , 2 years ago
Analyzed by developer: | set |
---|---|
Component: | undetermined → avformat |
Keywords: | imf added |
Owner: | set to |
Reproduced by developer: | set |
Status: | new → open |
comment:2 by , 2 years ago
Patch submitted: http://ffmpeg.org/pipermail/ffmpeg-devel/2022-August/300373.html
comment:3 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note:
See TracTickets
for help on using tickets.
See proposed patch at https://github.com/sandflow/ffmpeg-imf/pull/100
The patch sets the starting timecode based on the content of the CompositionPlaylist/CompositionTimecode element of the Composition Playlist, unless the starting timecode has already been set through other means, e.g. using the
-timecode
command line entry.