FallingSnow / h265ize

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

new feature: delete only if new file size is smaller #167

Open mikelesagitter opened 3 years ago

mikelesagitter commented 3 years ago

Hi, I don't know how to propose a feature so I create a bug :)

When I batch convert, at the end of conversion I have to check either or not each new file is smaller then the older. Normally I would use the --delete option but I dont want a file to be bigger after conversion!

It would be nice to have a sort of --deleteifsmaller allowing to delete old file only if the new is smallest :)

thanks