[FFmpeg-trac] #6383(avformat:new): Incorrect scan type (AVI DV)

FFmpeg trac at avcodec.org
Sun Jun 11 15:10:07 EEST 2017


#6383: Incorrect scan type (AVI DV)
------------------------------------+------------------------------------
             Reporter:  laurfb      |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  avi muxer   |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Changes (by laurfb):

 * keywords:  dvvideo avi => avi muxer


Comment:

 Hi. The problem seems to be related only to AVI muxer (the AVI muxers
 allways set scantype to "Progressive" even for interlaced content).

 For example (comparing AVI and MOV containers):

 '''ffmpeg -i test_in_file -c:v dvvideo out_file.MOV'''

 always output files correctly marked (interlaced or progressive based on
 video stream properties)

 while for AVI:
 '''ffmpeg -i test_in_file -c:v dvvideo out_file.AVI'''

 the output files is always marked as '''progressive''' even for interlaced
 dv video content.

 regards,
 laur

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6383#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list