master-of-zen / Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
GNU General Public License v3.0
1.51k stars 155 forks source link

Option to force override file if it exists #408

Closed n00mkrad closed 2 years ago

n00mkrad commented 2 years ago

av1an has no option like ffmpeg's -y, making it a pain to use it with scripts or other programs as you first need to ensure the output file doesn't exist.

redzic commented 2 years ago

@n00mkrad I just added this change in https://github.com/master-of-zen/Av1an/pull/407

n00mkrad commented 2 years ago

Awesome