FallingSnow / h265ize

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

Bug - --delete ignores output destination #162

Open jkread opened 3 years ago

jkread commented 3 years ago

If the --delete option is used the -d destination directory is used while processing but then the output file is moved to the input directory. I'd expect and like that from a --replace option but delete should still honor the destination directory.