Hello everyone,
I am wondering if there is a program available that can automatically detect new video files in a certain folder which would then be automatically converted.
Basically, what I want is a program that will monitor a folder. When that folder receives a new video, I'd like it to automatically start ffmpeg and convert the file from avi to flash flv format. In a nuteshell I want the process of video conversion to be completely automized.
I know this is possible; I am just trying to find the program.
Regards,
Dave
+ Reply to Thread
Results 1 to 5 of 5
-
-
Look for "folder monitor" apps. There are several out there that can do this.
Last edited by Soopafresh; 11th May 2010 at 05:47.
"Quality is cool, but don't forget... Content is King!" -
Hello,
I’ve found a folder-monitoring program but the problem is that I am only able to execute ffmpeg.exe without any parameters so ffmpeg doesn’t know what to do. I’ve tried this with two programs and I get the same issue every time. I need a way for ffmpeg to know the correct parameters so it can just auto run.
Any suggestions? -
Hello Gavino,
I have created a bat file with these paramaters.
--------
C:\ffmpeg\ffmpeg.exe -y -i %1 -vcodec flv -b 250k -r 14.985 -acodec libmp3lame -ab 40k -ar 22050 -ac 1 -vol 276 -qscale 5 %1.flv
--------
This bat file works if I drag and drop the avi file into it however this isn’t how I want it to function. I would like the batch file to automatically grab the new file in the folder and start ffmpeg. I’ve poked around on the Internet and can’t seem to find a solution. Any further assistance would be great.
Similar Threads
-
can't get ffmpeg to convert video to image sequence
By wiseant in forum Video ConversionReplies: 15Last Post: 12th Apr 2013, 08:37 -
Windows , PHP, ffmpeg , flvtool2 to convert and stream video on website
By jeffshead in forum Video ConversionReplies: 26Last Post: 4th Jan 2012, 07:49 -
How to ffmpeg to convert video to play in mobile phones.
By skillednerd in forum Video ConversionReplies: 6Last Post: 7th Apr 2011, 14:24 -
Automated FFmpeg Win32 Builds.
By Chris K in forum Latest Video NewsReplies: 1Last Post: 10th Apr 2009, 00:38 -
FFmpeg and X264 errors while trying to convert video
By glassbottomboat in forum Video ConversionReplies: 1Last Post: 11th Feb 2009, 21:25