diff --git a/.zprezto/runcoms/zalias b/.zprezto/runcoms/zalias index 27d8b9e..5a91869 100644 --- a/.zprezto/runcoms/zalias +++ b/.zprezto/runcoms/zalias @@ -188,6 +188,6 @@ function ffmpeg_timelapse() { ffmpeg \ -pattern_type glob -i "/mnt/a/snaps/$DATE/*.jpg" \ - -vf 'fps=60' -tune film -preset fast -vsync 0 \ + -vf 'fps=60' -tune film -preset $PRESET -vsync 0 \ "/mnt/a/$DATE.mp4" } \ No newline at end of file