[FFmpeg-devel] [PATCH] Add new vf_tiltandshift filter

Nicolas George george at nsup.org
Tue Dec 12 10:00:18 EET 2023


Vittorio Giovara (12023-12-11):
> This is an older filter I wrote and never got around publishing.
> It can be used to generate a distortion effect like
> https://vimeo.com/104938599?share=copy
> Please see attached.

Your code is doing in request_frame() what should be done in
filter_frame(). That will work in simple linear graphs but not in
graphs with branches and/or time shifts. See doc/filter_design.txt for
details.

-- 
  Nicolas George


More information about the ffmpeg-devel mailing list