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

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

@aumouvantsillage

Description

@aumouvantsillage

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions