Replies: 2 comments 1 reply
-
@clint70 Did you try |
Beta Was this translation helpful? Give feedback.
1 reply
-
@clint70 I think the things you can change to decrease the file size are the size of the video, the quality (TIMELAPSE_BITRATE), and the encoder. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to reduce the file size of the video for uploading to another application, that requires no more than 8MB. I thought the -fs setting for extra timelapse... would do that, but instead it clips the file at 4MB (I used this code)
# Any additional timelapse parameters. Run "ffmpeg -?" to see the options. TIMELAPSE_EXTRA_PARAMETERS="-fs 4M"
Does anyone have experience / success with this type of setting?
Beta Was this translation helpful? Give feedback.
All reactions