carykh / jumpcutter

Automatically edits vidx. Explanation here: https://www.youtube.com/watch?v=DQ8orIurGxw
MIT License
3.08k stars 541 forks source link

Bitrate more low than the original video #194

Open seriousfreezing opened 3 years ago

seriousfreezing commented 3 years ago

When I make video for the jumpcutter it has a lower bit rate than normal. 1711kbps - bitrate total (original) 1502kbps - bitrate total (edited in jumpcutter)

(the most of config) --frame_quality 1 --frame_rate 60 --sample_rate 48000 Is there how to maintain the same amount of bitrates in the edited video (video and sound)? Because in the edited video it has a worse quality than expected.

Dreiparrent commented 3 years ago

Hey @seriousfreezing! What platform are you on? I'm from JumpCutter and we noticed this too, mostly with Apple.

We fixed this with our renderer which you can check out here. To fix it you mostly just force ffmpeg to use fixed bit rates. Cheers, Drei

seriousfreezing commented 3 years ago

Where can I force it to use a bitrate?

How can I install and use this such renderer? Do you have a video or something?