
September 17th, 2011, 08:15 AM
|
|
Registered User
|
|
Join Date: Sep 2011
Location: Norway
Posts: 1
Time spent in forums: 6 m 55 sec
Reputation Power: 0
|
|
|
FTP Download
Hi
I'm trying to make a script that downloads all jpg files from my FTP server.
Want to use ncftp command for this.
Anyone knows of the command for doing this?
When I have downloaded the .jpg files, I want to try and make a movie of the files.
The .jpg files have names like: 0625jpgwebcam.jpg, 0626jpgwebcam.jpg and so on.
This is my command:
Code:
ffmpeg -f image2 -i %jpgwebcam.jpg video.mpg
I get this error:
Code:
could not find codec parameters
Where do I go wrong?
|