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 was 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
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 30would set the frame rate option (-r) to 30.Option
-balready allows to set the bitrate, but it would be equivalent to-F,-b:v