oliverjrose99 / Recordurbate

A Bot to automatically record Chaturbate live streams.
GNU General Public License v3.0
233 stars 79 forks source link

Video recording get very big in file size #68

Open Acenl12 opened 1 year ago

Acenl12 commented 1 year ago

Please help me howto tweak recordturbate so that the recordings don't get that big in file size. I'm ok with a bit of a lower quality of recordings.

leet86 commented 1 year ago

Hi guidovbrakel, you can reduce the video record quality by setting the youtube-dl.config contents to the following. I will submit this as a pull request to add a secondary youtube-dl-720p-30fps.config file in the config directory.

-f 'best[height<1080][fps<?60]' -o "videos/%(id)s/%(title)s.%(ext)s"