satoshiiizuka / siggraphasia2019_remastering

Code for the paper "DeepRemaster: Temporal Source-Reference Attention Networks for Comprehensive Video Enhancement". http://iizuka.cs.tsukuba.ac.jp/projects/remastering/
Other
482 stars 102 forks source link

Adds frame_start and frame_end options, fixes ffmpeg FPS param #22

Open karrirasinmaki opened 3 years ago

karrirasinmaki commented 3 years ago

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.