transitive-bullshit / ffmpeg-concat

Concats a list of videos together using ffmpeg with sexy OpenGL transitions.
865 stars 113 forks source link

[feature] Add custom encode parameters ? #83

Closed pythonsan closed 3 years ago

pythonsan commented 4 years ago

The project uses fixed coding parameters by default:

-c:v libx264 -profile:v main -preset medium -crf 20 -movflags faststart

The above encoding parameters will make the encoding speed very fast, but the quality is not very good.

So, provide a custom input encoding parameter entry, such as argv, or json, can provide enough flexibility

Thank you :-)

transitive-bullshit commented 4 years ago

Would gladly accept a PR for this.

transitive-bullshit commented 3 years ago

Released as v1.2.0.