ffmpeg_batch icon indicating copy to clipboard operation
ffmpeg_batch copied to clipboard

How to rule the Output-Names to prevent Strings.overw1 Error

Open Mae72DE opened this issue 2 years ago • 1 comments


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

Mae72DE avatar Jul 02 '22 14:07 Mae72DE

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.

eibol avatar Jul 04 '22 15:07 eibol