Skip to content

Commit

Permalink
Merge pull request #9 from EricClaeys/EricClaeys-timelapsesh-bitrate
Browse files Browse the repository at this point in the history
Allow users to specify bitrate
  • Loading branch information
EricClaeys authored Aug 15, 2021
2 parents 4a0198a + f0dc89d commit 8d71713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/timelapse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ffmpeg -y -f image2 \
-r $FPS \
-i $DIR/sequence/%04d.$EXTENSION \
-vcodec libx264 \
-b:v 2000k \
-b:v ${TIMELAPSE_BITRATE:-2000k} \
-pix_fmt yuv420p \
-movflags +faststart \
$SCALE \
Expand Down

0 comments on commit 8d71713

Please sign in to comment.