Page 1 of 1

Mass Preview Creation

PostPosted: Fri Oct 22, 2010 12:51 am
by ntesla123
How can I create previews of all wmv files in a given folder and then save all of the previews to another specific folder?

If I for example have 50 wmv files, I'm sure there would be an easier way than doing it one by one, like a script or something.

I use Ubuntu Linux.

Re: Mass Preview Creation

PostPosted: Sun Oct 24, 2010 5:32 am
by santeesteve
There's a command line tool to do that called ffmpegthumbnailer, it should be in the repositories. Try passing it

*.wmv

to see if it support wildcards to convert all .wmv files with one command.