Skip to content

Encode output videos with h.264 #5

@matiasandina

Description

@matiasandina

The current encoding of videos is not H.264, which is compatible with a wide range of applications (including browsers).
Is it possible to output with H.264 encoding instead of the current MPEG-4 Video?
Right now, we have to manually do

ffmpeg -i input.mp4 -c:v libx264 output.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions