Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Video encoding: forward command-line options to ffmpeg #26

Open
aumouvantsillage opened this issue Jun 19, 2020 · 0 comments
Open

Video encoding: forward command-line options to ffmpeg #26

aumouvantsillage opened this issue Jun 19, 2020 · 0 comments

Comments

@aumouvantsillage
Copy link
Collaborator

Sozi-export has very limited support for customizing the generated videos:

  • It calls ffmpeg with a fixed frame rate.
  • 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant