[FFmpeg-trac] #932(undetermined:new): incorrectly displaying video in a QuickTime player with codecs from AVid

FFmpeg trac at avcodec.org
Mon Jan 23 11:42:27 CET 2012


#932: incorrectly displaying video in a QuickTime player with codecs from AVid
-------------------------------------+-------------------------------------
             Reporter:  kuzyag       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by kuzyag):

 because my source is interlaced.

 passing +ildct enables interlaced processing, libavcodec/dnxhdenc.c:

 {{{
 [...]
  289     if (avctx->flags & CODEC_FLAG_INTERLACED_DCT) {
  290         ctx->interlaced = 1;
  291         ctx->m.mb_height /= 2;
  292     }
 [...]
 }}}

 i will try to check if values from mov_write_avid_tag written correctly...

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/932#comment:4>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list