Is it possible? Whenever I try f4vpp -i *.* or *.f4v, it returns an error that it can't find the file. It's a real pain manually converting any large number of files.
I've made a little program which does exactly this. If you are interested , I am willing to make it available.
pm me for it.
Yossi
Yosi I would be very interested in your little program! - not sure how to PM you here though?
my mail is on my profile
I'd like a look at this as well, please. I am trying to configure the same set up.
thanks.
send me your mail address and I will send you a link to download it from.
It is a windows app. If you are on Win7, you may need to launch it as an Administrator.
plz, to me again.
I was send my e-mail address.
This command should batch process all of the .F4V files in your current directory:
for %i in (*.f4v) do f4vpp -v -i %~ni.f4v -o %~ni.mp4