Opened 3 years ago

Closed 19 months ago

#9197 closed defect (fixed)

DNG - aspect ratio suddely changes mid-clip

Reported by: Eugene Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords: tif
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description (last modified by Eugene)

Summary of the bug:

In a DNG (image2) -> H.264 (libx264) transcode, the output aspect ratio and frame alignment suddenly changes around frame 12

First 12 frames (as expected, but off color):
https://i.imgur.com/83Fs2Ya.png

Frames 13 onwards (layout distorted):
https://i.imgur.com/tvD8K2N.png

How to reproduce:

Simple repro (25 frames, all identical): https://www.dropbox.com/s/556rltwsukogc4q/ffmpeg-repro.tgz?dl=0

ffmpeg -stats -f image2 -start_number 0 -i D001_C001_20200907_R0%04d.dng -f mp4 -vcodec libx264 -y -s 1280x720 -pix_fmt yuv420p out.mp4

Tested with ffmpeg 4.2, 4.4 and 4.5-dev (git-2021-03-20-c361fa9), also the same result with a different output encoder and format.

Change History (5)

comment:1 by Eugene, 3 years ago

Description: modified (diff)

comment:2 by Michael Koch, 3 years ago

I can reproduce the problem.

comment:3 by Balling, 3 years ago

(as expected, but off color):

And why is that? P.S. Ah, right that is issue #7367, see its comments. Sigh.

Last edited 3 years ago by Balling (previous) (diff)

comment:4 by Carl Eugen Hoyos, 3 years ago

Keywords: tif added
Reproduced by developer: set

Reproducible for example with this command line:

$ ffmpeg -loop 1 -i D001_C001_20200907_R00000.dng -f image2 -update 1 -vcodec rawvideo md5:

comment:5 by Elon Musk, 19 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.