Opened 7 years ago

Closed 7 years ago

#6635 closed defect (duplicate)

Incorrect scanning type for AVI container

Reported by: laurfb Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Scanning type for AVI container is always set to "progressive" no matter of interlaced/interleaved type of video stream stored in.

Example:
ffmpeg -i input_files -c:v mpeg2video -flags +ilme+ildct -top 1 output.avi
or
ffmpeg -i input_files -c:v dvvideo -flags +ilme+ildct -top 1 output.avi
or
ffmpeg -i input_files -c:v mpeg1video -flags +ilme+ildct -top 1 output.avi
or
ffmpeg -i input_files -c:v mpeg4 -flags +ilme+ildct -top 1 output.avi

Always the scan type for output.avi files is set to "Progressive" while the store metod is "Interleaved fields, Bottom Field First".
No matter of input_files: dvvideo (interlaced, bottom filed first) interlaced mpeg2 or any other type.
Related to ticket #6383

Change History (2)

comment:1 by laurfb, 7 years ago

Summary: Incorrect scanning type fo AVI containerIncorrect scanning type for AVI container

comment:2 by Carl Eugen Hoyos, 7 years ago

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