diff --git a/.zprezto/runcoms/zalias b/.zprezto/runcoms/zalias index a01627e..99a95af 100644 --- a/.zprezto/runcoms/zalias +++ b/.zprezto/runcoms/zalias @@ -199,15 +199,12 @@ ffmpeg_timelapse() { FUNCTION_PRELUDE local DATE="$1" - local PRESET="${2:-"ultrafast"}" - local REST=("${@:3}") ls "/mnt/a/snaps/$DATE" | wc -l ffmpeg \ -framerate 60 \ -pattern_type glob -i "/mnt/a/snaps/$DATE/*.jpg" \ - -preset "$PRESET" \ - "${(@)REST}" \ + "${@:2}" \ -y "/mnt/a/$DATE.mp4" } \ No newline at end of file