xuminic / ezthumb

A video thumbnail generator based on FFMPEG library.
https://sourceforge.net/projects/ezthumb/
GNU General Public License v3.0
38 stars 5 forks source link

Create thumbnails without adding suffix #8

Open Bokenbergen opened 3 weeks ago

Bokenbergen commented 3 weeks ago

Hi,

I want to batch thumbnails without adding any suffixes. If i don't use the --suffix parameter it will add _thumb. How do i achieve this? -x,--suffix ARGS the suffix of output filename (_thumb)

AdKiller commented 3 weeks ago

this program has not been updated since 2017...you will have better luck just using a batch renaming utility.

Bokenbergen commented 3 weeks ago

this program has not been updated since 2017...you will have better luck just using a batch renaming utility.

Yes I know, and i could do the renaming with PS. However since I run my batches continuously they would re-create all the files since they are no longer the correct suffix. :)