ffmpeg_batch
ffmpeg_batch copied to clipboard
How to rule the Output-Names to prevent Strings.overw1 Error
FFBatch.Properties.Strings.overw1
165 file(s) have the same file output name and will overwrite each other:
list of files
But all Sources comes from same Directory. If I can keep the orig. Sufifx in the output and just add the new Suffix ( test.mkv.AVi ) and ( test.mp4.AVi ) then it will work.
But how to?!? Rename-Option allow only "_FFB" at the moment In a real CMD-BAT : Output = %~nx1
thanx for any Help
Hi, rename option only changes filename adding the specified _FFB or customized suffix, it does not add it at the end of extension, maybe in the future. You can play with keep source files path structure, or leaving output format blank.