media-server / src /batch /sharpen.sh
jbilcke-hf's picture
jbilcke-hf HF staff
working on new structure
6156cfb
raw
history blame contribute delete
473 Bytes
ffmpeg -i sandbox/video/1688471841394.mp4 -vf unsharp=3:3:1.05 sandbox/video/1688471841394_msize_x3_y3_amount_1-05.mp4
ffmpeg -i sandbox/video/1688471841394.mp4 -vf unsharp=3:3:1.1 sandbox/video/1688471841394_msize_x3_y3_amount_1-10.mp4
ffmpeg -i sandbox/video/1688471841394.mp4 -vf unsharp=3:3:1.15 sandbox/video/1688471841394_msize_x3_y3_amount_1-15.mp4
ffmpeg -i sandbox/video/1688471841394.mp4 -vf unsharp=3:3:1.2 sandbox/video/1688471841394_msize_x3_y3_amount_1-20.mp4