Adam-Kay / Batch-Encoder

Command line batch file encoder using FFmpeg
GNU General Public License v3.0
0 stars 0 forks source link

Expand deletion options via arguments #44

Closed Adam-Kay closed 10 months ago

Adam-Kay commented 10 months ago

Improvement Description

Recycling the files is good for safety but for a confident user it may be good to have a perma-delete argument for instant disk space gains.

Also having a no delete option would be good for checking

How to implement

Adam-Kay commented 10 months ago

Maybe something like --waste (keep|recycle[^x]|delete)?

[^x]:Default option is recycle.