[FFmpeg-trac] #11052(avcodec:new): FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works

FFmpeg trac at avcodec.org
Tue Jun 11 07:53:48 EEST 2024


#11052: FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works
-------------------------------------+-------------------------------------
             Reporter:  nonamepp     |                    Owner:  (none)
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avcodec
              Version:  git-master   |               Resolution:
             Keywords:  regression   |               Blocked By:
  libx265                            |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by nonamepp):

 Yes, I can reproduce this with a single command without loop.

 I created a one-minute sample video: `ffmpeg -t 00:01:00 -i input.mp4 -c
 copy -map 0:v sample.mp4`

 It can reproduce the problem.

 ffmpeg 7 with libx265 creates a 44KB invalid video: `ffmpeg -i sample.mp4
 -c:v libx265 -map 0:v sample.ffmpeg7-libx265.mp4`

 ffmpeg 6 with libx265 also creates a 44KB invalid video: `ffmpeg -i
 sample.mp4 -c:v libx265 -map 0:v sample.ffmpeg6-libx265.mp4`

 ffmpeg 5 with libx265 creates a 5MB valid video: `ffmpeg -i sample.mp4
 -c:v libx265 -map 0:v sample.ffmpeg5-libx265.mp4`

 The `sample.mp4` and other files are uploaded to
 https://drive.google.com/drive/folders/1bPgeRp2RD98wyrBcsxSPk6pjqwi0Zqv5?usp=sharing
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11052#comment:14>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list