Opened 7 years ago
Last modified 7 years ago
#7016 new defect
Timecode incorrect when transcoding 59.94 to 29.97
Reported by: | Michael Oliver | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | timecode |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
How to reproduce:
% ffmpeg.exe -y -r 59.94 -i SRC.mov -acodec copy -c:v libx265 -crf 28 -vf "transpose=1" -r 29.97 DST.mov ffmpeg version: N-89955-g118e1b0b33
Timecode when transcoding from 59.94 --> 29.97 timecode is not being calculated correctly resulting in incorrect start and end timecodes. Tested on multiple input and output codecs including prores, h264, h265
Start timecode on 59.97 is 09:31:58:30.
Start timecode on 29.97 is 09:31:59:00.
It should be 09:31:58:15
Attachments (4)
Change History (10)
by , 7 years ago
Attachment: | plate.json added |
---|
comment:1 by , 7 years ago
Version: | 3.4 → git-master |
---|
Please provide a small input file that allows to reproduce the issue.
comment:2 by , 7 years ago
follow-up: 5 comment:3 by , 7 years ago
Please attach a file of approximately 1 MB here to the ticket.
comment:5 by , 7 years ago
Uploaded and attached. Any ideas?
Replying to cehoyos:
Please attach a file of approximately 1 MB here to the ticket.
comment:6 by , 7 years ago
FYI I just stumbled across this post from 2 years ago regarding the same thing. Link below. Any chance we can get this elevated in priority?
http://www.ffmpeg-archive.org/60-FPS-timecode-problem-td4676077.html
original 59.94 prores ffprobe json output