#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 Axel Terizaki):

 Hello again.

 It took time, but yes, this seems to work just fine with a *very* recent
 version of ffmpeg. Since I'm testing this in mpv I had to make a few
 changes (thanks to a friend who helped out too), but basically, this works
 :

 {{{
 ./mpv.exe ../bundledBackgrounds/default.jpg --lavfi-
 
complex="movie=../temp/qrcode.png[logo];[vid1]split[v_in1][v_in2];[logo][v_in1]scale=w=(rh*.256):h=(rh*.256)[logo1];[v_in2][logo1]overlay=x=W-(W*50/300):y=H*20/300[vo]"
 }}}

 We're using rh twice because the logo/avatar are square images.

 With an earlier mpv (built around April 7th so likely using an ffmpeg
 version at that time) there was a syntax error somewhere, but with a
 recent build it owrks just fine.

 So for us, the issue is definitely closed. Thanks everyone for your help.
 :)
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10795#comment:23>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to