[FFmpeg-trac] #6909(avformat:new): vlc play properly, ffmpeg convert failed

FFmpeg trac at avcodec.org
Thu Dec 21 21:08:38 EET 2017


#6909: vlc play properly,ffmpeg convert failed
-------------------------------------+-------------------------------------
             Reporter:  tinybug      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  mov edts     |               Blocked By:
  regression                         |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by isasi):

 This video has an edit list with duration "0", which means we should play
 for "0" seconds, so ffmpeg won't output any video packets. This is in line
 with Quicktime player behavior. If you play the file with Quicktime the
 video won't play, just the audio.

  I am guessing the conversion fails because in the encoding process, while
 interleaving audio and video,  audio packets are queued until a video
 packet appears, but since the demuxer doesn't output any video packets,
 too many packets are buffered.

 Even if conversion succeeds, the output won't have any video which is not
 what you want I guess. This is similar to many other bugs . Please see
 https://trac.ffmpeg.org/ticket/6138#comment:7  . You can use
 -advanced_editlist=0  (which avoids parsing edit lists) to play this file
 .

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


More information about the FFmpeg-trac mailing list