teacat / chaturbate-dvr

😎 Chaturbate DVR - auto records the stream when it goes online!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: H265

Acenl12 opened this issue · comments

When I transcode the output files using ffmpeg with using h265 they get half the size. Is that something you can implement in your application logic?

For example file:1
Original File size: 259 MB
Size after ffmpeg H265: 120 MB

chaturbate-dvr is a simple program that combines stream clips into a single file. I don't have plans to implement real-time transcoding/encoding, as this would introduce additional dependencies onffmpeg 🥲.

It's better to use ffmpeg on your own after the show, you can even do batch process if you know how to command.