Hello, If my following question has already been answered feel free to point me in the right direction. Thanks!
I need to install ffmpeg on a Win 2003 server. I get alot of image sequences that have many diffrent names from diffrent users. All of which need to be converted to .mov and/or .flv format.
I've been trying to use ffmpeg on my local Win7 machine and have yet to be successful. I get a lot of diffrent errors in many diffrent ways of trying. I think my problem is the documention is very confusing to me. Which is the right ffmpeg to download,setup, etc...
This is the one i downloaded:
http://www.videohelp.com/tools/ffmpeg
(not the gui version)
I have the folder in my root C: dir.
I've been attempting to convert some images with this command for example:
ffmpeg.exe -i *.tga -f video.mov
Which gives me a "Failed to set value 'video.mov' for option 'f'" error. I've tried diffrent formats, diffrent syntax and i cant get anything to work. I was originally using Imagemagic, which worked for converting to .mov great! But then found out it does not support .flv formats... damn.
Maybe you guys can help me out. I need a script that will search an entire folder (Preferably to search network UNC paths.i.e \pathpathsource_images) for a specific format (.jpg, .tga, .tiff, etc..) create a video out of it and output that video to a specified directory.
Hopefully i have enough information here, please let me know if i need to provide anything more.