BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.23k stars 4.61k forks source link

Upscale for save #2472

Open jandolina opened 7 years ago

jandolina commented 7 years ago

Hello, While processing video, I want to use 1280x720. Any time I output an image to disk, I want it to be at 3840x2160 (LanczosResampling). Is there any notification or strategy to only run at this higher rate for a single frame?