FallingSnow / h265ize

A node utility utilizing ffmpeg to encode videos with the hevc codec.
MIT License
527 stars 81 forks source link

Ability to ignore outputs above 100% #121

Open stuntguy3000 opened 6 years ago

stuntguy3000 commented 6 years ago

Hi,

Can we add a flag to ignore file outputs that convert to above 100% compression ratio?

A few shows seem to balloon up when using this utility.

UnnoTed commented 6 years ago

https://github.com/UnnoTed/h265ize/commit/aae4b039f5b24a96073a42d1b5b68215ddbe4cea

stuntguy3000 commented 6 years ago

You should make a PR @UnnoTed :)

DeftNerd commented 6 years ago

A way to prevent the file being re-encoded again might also be a good addition. Perhaps creating a filename.h265ize-ignore file that contains the command line that was previously used.