You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
The video codec is chosen automatically by ffmpeg from the extension of the output file.
Instead of adding more command-line options to Sozi-export, we could provide a syntax for setting any ffmpeg option.
For instance -F,-r 30 would set the frame rate option (-r) to 30.
Option -b already allows to set the bitrate, but it would be equivalent to -F,-b:v
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sozi-export has very limited support for customizing the generated videos:
Instead of adding more command-line options to Sozi-export, we could provide a syntax for setting any ffmpeg option.
For instance
-F,-r 30
would set the frame rate option (-r
) to 30.Option
-b
already allows to set the bitrate, but it would be equivalent to-F,-b:v
The text was updated successfully, but these errors were encountered: