Setting video quality
theRAGEhero opened this issue · 3 comments
Hello,
I cannot find any setting to change the video quality.
It would be awesome to have the possibility to set 1:1.
Is it already possible?
Thank you
Hi! the quality is set by moviepy - I think it would be reasonable to add a flag that overwrites the defaults. Thanks for submitting this!
In the meantime, you could manually edit the write_videofile
line in two functions: create_supercut and create_supercut_in_batches, to pass in other parameters that control quality.
Documentation for write_videofile can be found here: https://zulko.github.io/moviepy/ref/VideoClip/VideoClip.html#moviepy.video.VideoClip.VideoClip.write_videofile
thank you! I'll read the documentation.
@theRAGEhero
Did you solve this issue?
Is it possible to write just a patched function while still importing the videogrep module?