teacat / chaturbate-dvr

😎 Chaturbate DVR - auto records the stream when it goes online!
MIT License
154 stars 22 forks source link

Feature request: H265 #37

Closed Acenl12 closed 1 year ago

Acenl12 commented 1 year ago

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
YamiOdymel commented 1 year ago

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.