[FFmpeg-trac] #10795(ffmpeg:closed): scale2ref filter crash

FFmpeg trac at avcodec.org
Fri May 3 15:28:59 EEST 2024


#10795: scale2ref filter crash
---------------------------------------+----------------------------------
             Reporter:  Axel Terizaki  |                    Owner:  (none)
                 Type:  defect         |                   Status:  closed
             Priority:  important      |                Component:  ffmpeg
              Version:  git-master     |               Resolution:  fixed
             Keywords:  bounty         |               Blocked By:
             Blocking:  7.0            |  Reproduced by developer:  0
Analyzed by developer:  0              |
---------------------------------------+----------------------------------
Comment (by Niklas Haas):

 scale2ref has been deprecated in light of fundamental issues with its
 design, the replacement is to use `[in][ref_in] scale=rw:rh [out]` (with
 no more `ref_out` port, if you need the ref afterwards you should `split`
 it into two halves first).

 Does using the new approach fix your issue?
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10795#comment:20>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list