You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that the resulting file size is not determined by the video track(s) alone. Audio track(s) and the container itself should be taken into account.
Hi, I'm speaking as the author of https://github.com/brauliobo/media-downloader-bot
I need to ensure the file size isn't bigger than Telegram 50mb limit for bot uploads.
I'm using the CQP setting there to provide a consistent quality.
In H264 I can provide a buffer size of 50M and restrict the max rate while using -crf option in FFMpeg (see https://github.com/brauliobo/media-downloader-bot/blob/main/zipper.rb#L33)
How can I do something similar with SVT-VP9?
The text was updated successfully, but these errors were encountered: