Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: specify ffmpeg encoder and parameters #92

Open
ahmadrr opened this issue May 31, 2021 · 1 comment
Open

Request: specify ffmpeg encoder and parameters #92

ahmadrr opened this issue May 31, 2021 · 1 comment

Comments

@ahmadrr
Copy link

ahmadrr commented May 31, 2021

I would like the ffmpeg output to be losslessly encoded using libx265 -preset ultrafast -crf 0 -pix_fmt yuv420p for further editing using different application. The current implementation when specifying .mp4 output seems to make ffmpeg use the default libx264 -preset medium -crf 23. Or add just an option to pass lossless encoding to ffmpeg would be good too.

@gar-onn
Copy link

gar-onn commented Jan 17, 2022

Try editing the line in RenderIntervalThread.py

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

No branches or pull requests

2 participants