diff options
Diffstat (limited to 'timelapse')
-rwxr-xr-x | timelapse | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ # ffmpeg -i "$1" \ + -s hd1080 \ + -c:v libx264 \ + -preset slow \ + -crf 18 \ -vf "setpts=0.25*PTS" \ -q 0 \ -an "$2" |