Opened 8 years ago

Closed 8 years ago

#5201 closed defect (invalid)

ffmpeg dvvideo encoder mark incorrect BFF frames in AVI DV as progressive

Reported by: laurfb Owned by:
Priority: normal Component: avcodec
Version: git-master Keywords: dvvideo
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
ffmpeg dvvideo encoder mark incorrect BFF frames in AVI DV as progressive

How to reproduce:
"ffmpeg -i test.avi -c:v dvvideo -pix_fmt yuv420p -vf "fieldorder=bff" -y -f avi test_out.avi -report"

probing resulting AVI DV files with:
"ffmpeg -i test_out.avi -vf idet -f sdl test -report"

we get progressive frames insted of BFF frames (console outputs attached). However testing resulting AVI DV files with GSpot (for ex.) files are displayed correctly as dv files in AVI wrapper with interlaced frames (bottom field first).

Attachments (2)

ffmpeg-20160128-133123.log (24.6 KB ) - added by laurfb 8 years ago.
ffmpeg-20160128-133217.log (25.7 KB ) - added by laurfb 8 years ago.

Download all attachments as: .zip

Change History (4)

by laurfb, 8 years ago

Attachment: ffmpeg-20160128-133123.log added

by laurfb, 8 years ago

Attachment: ffmpeg-20160128-133217.log added

in reply to:  description comment:1 by Carl Eugen Hoyos, 8 years ago

Replying to laurfb:

However testing resulting AVI DV files with GSpot (for ex.) files are displayed correctly as dv files in AVI wrapper with interlaced frames (bottom field first).

So there is no issue, everything works as expected?

comment:2 by laurfb, 8 years ago

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