Opened 9 years ago
Closed 9 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)
Change History (4)
by , 9 years ago
Attachment: | ffmpeg-20160128-133123.log added |
---|
by , 9 years ago
Attachment: | ffmpeg-20160128-133217.log added |
---|
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Replying to laurfb:
So there is no issue, everything works as expected?