[FFmpeg-devel] [GSOC] [PATCH] SRCNN filter

Sergey Lavrushkin dualfal at gmail.com
Sun Mar 25 20:04:17 EEST 2018


Hello,

This is my implementation of qualification task for GSOC Super Resolution
Filter project.
For default x2 upsampling with provided srcnn filter following command can
be used:
ffmpeg -i input -vf scale=iw*2:-1,srcnn output
Also other models for x2, x3, x4 upsampling can be specified using
following command:
ffmpeg -i input -vf scale=iw*factor:-1,srcnn=path_to_model output
Configuration files with other models can be found here:
https://drive.google.com/drive/folders/1-M9azWTtZ4egf8ndRU7Y
_tiGP6QtN-Fp?usp=sharing
And here are some examples of its work:
https://drive.google.com/drive/folders/1jMVMKnre2KG0avq2zNw6
CMqUKdPWnlQo?usp=sharing
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Adds-SRCNN-filter.patch
Type: text/x-patch
Size: 199148 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180325/071f267f/attachment.bin>


More information about the ffmpeg-devel mailing list