From 9c83da5bd4e82fb6618a7fb3008a78f3cbd065f2 Mon Sep 17 00:00:00 2001 From: Abra Date: Thu, 28 Jun 2018 22:29:33 +0400 Subject: [PATCH] tweak ffmpeg fix --- .zprezto/runcoms/zalias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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