[FFmpeg-trac] #10939(avcodec:new): hwupload without filters after will cause videotoolbox encoders have desynced frame

FFmpeg trac at avcodec.org
Thu Mar 28 12:44:11 EET 2024


#10939: hwupload without filters after will cause videotoolbox encoders have
desynced frame
---------------------------------+--------------------------------------
             Reporter:  gnattu   |                     Type:  defect
               Status:  new      |                 Priority:  normal
            Component:  avcodec  |                  Version:  git-master
             Keywords:           |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+--------------------------------------
 Summary of the bug:

 When using `hwupload` without any filters after, `h264_videotoolbox`,
 `hevc_videotoolbox` and `prores_videotoolbox` will have out of sync frames
 produced.

 How to reproduce:

 {{{
 % ./ffmpeg  -hwaccel videotoolbox -i INPUT -vf "hwupload" -c:v
 h264_videotoolbox  out.mp4
 }}}

 Reproducible using latest git (ffmpeg version N-114487-ga648a3190c)
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10939>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list