[FFmpeg-trac] #7388(undetermined:closed): Using -threads causes distorted output in some frames

FFmpeg trac at avcodec.org
Thu Sep 20 11:23:28 EEST 2018


#7388: Using -threads causes distorted output in some frames
-------------------------------------+-------------------------------------
             Reporter:  jluther      |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  libx264      |               Resolution:  invalid
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * keywords:   => libx264
 * status:  reopened => closed
 * resolution:   => invalid


Comment:

 If there is an issue, it is reproducible with `x264`:
 {{{
 $ ffmpeg -i ticket-7388-bug-report-source-10mb.mp4 -s 320x180 out.yuv
 }}}
 {{{
 $ x264 --input-res 320x180 --profile baseline --vbv-maxrate 300 --vbv-
 bufsize 300 --threads 12 -o out.h264 out.yuv
 }}}
 So I don't think there is a problem that can be fixed in FFmpeg.

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


More information about the FFmpeg-trac mailing list