Code for the paper "DeepRemaster: Temporal Source-Reference Attention Networks for Comprehensive Video Enhancement". http://iizuka.cs.tsukuba.ac.jp/projects/remastering/
Other
486
stars
103
forks
source link
Adds frame_start and frame_end options, fixes ffmpeg FPS param #22
Add frame_start and frame_end options to allow processing only the partition of the video.
Fixes ffmpeg FPS option from
-r %d
to-r %s
to allow FPS values with decimals.