#9175 closed defect (invalid)
mxf unsupported frame rate regression?
| Reported by: | Paul Pacifico | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | undetermined |
| Version: | git-master | Keywords: | mxf |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Summary of the bug:
When using a video with 2997/100 frame rate.
- ffmpeg git version require -strict unofficial
- ffmpeg 4.2.3 works and output: 100/2997 input time base matched 1001/30000 container time base
How to reproduce:
% ffmpeg -i "input.mov" -c:v dnxhd -profile:v dnxhr_hq -c:a pcm_s16le -ar 48000 -pix_fmt yuv422p "output.mxf"
Using ffmpeg version N-101663-g7b10083
No problem with a 29.97 frame rate.
Change History (5)
comment:1 by , 3 years ago
comment:4 by , 3 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:5 by , 3 years ago
| Component: | ffmpeg → undetermined |
|---|---|
| Keywords: | unsupported frame rate removed |
Note:
See TracTickets
for help on using tickets.



This is necessary for mxf_write_system_item() to write correct information. 29.97 Hz is not the same as 30/1.001 Hz. Fix your input or add -strict unofficial.