Next Question
RSS
It's a little more technical than using Quicktime, but I think you'll get the best results from using FFmpeg. Taking in a bunch of JPEGs and outputting a movie file is bread and butter for this command line app.
Their official site is: http://www.ffmpeg.org/ but you're probably better off grabbing ffmpegx, a mac gui client for ffmpeg, which also give instructions for installing everything you need:
http://ffmpegX.com/download.html
My experience with ffmpeg is with the command line only so I'll explain that. Once you've installed ffmpeg, let's look at how you could use it from the terminal:
Assuming you have a directory of sequentially named jpeg files (001.jpg, 002.jpg, 003.jpg etc) you'd just run the command:
ffmpeg -r 10 -b 1800 -i %03d.jpg test.mp4
There is plenty more tweaking you can do. But to explain the arguments above:
"-r 10" is the framerate, 10 frames per second.
"-b 1800" is the bitrate or quality. 1800 gives a high quality movie. You can lower this figure if you want a smaller movie file.
There are plenty of other options for adjusting the size, movie format etc. There may be a bit of a learning curve to getting it set up but I think it's the solution you're after.
Because it's a command line application it is very easy to schedule automatic daily jobs etc. (through cron or other scheduling systems).
Permalink | Report
"QuickTime Pro makes it easy to create a slideshow from your favorite pictures. Since QuickTime supports a large variety of image formats, you can use nearly any type of image in your slideshow"
http://www.apple.com/quicktime/tutorials/slideshow.html
Source(s):
http://www.apple.com/quicktime/tutorials/slideshow.html
Permalink | Report
Answered Question
M$1
March 05, 2009 12:25 AM
On a Mac, what's the best tool/way to convert a series of webcam still JPEG images into an MPEG video? Preferably using Automator?
I know how to do this using ImageMagick on a UNIX machine, but I'd prefer a simpler solution on my Mac. Preferably something that I can automate to take a day's worth of captured JPEGs from my Webcam and convert into an MPEG every day, using Automator (just a preference). I've heard rumors QuickTime Pro might be able to do this but I've found no conclusive proof.
Interesting Question?
Yes (0)
No (0)
RSS
Best Answer Decided by Votes
| March 05, 2009 02:39 AM |
Their official site is: http://www.ffmpeg.org/ but you're probably better off grabbing ffmpegx, a mac gui client for ffmpeg, which also give instructions for installing everything you need:
http://ffmpegX.com/download.html
My experience with ffmpeg is with the command line only so I'll explain that. Once you've installed ffmpeg, let's look at how you could use it from the terminal:
Assuming you have a directory of sequentially named jpeg files (001.jpg, 002.jpg, 003.jpg etc) you'd just run the command:
ffmpeg -r 10 -b 1800 -i %03d.jpg test.mp4
There is plenty more tweaking you can do. But to explain the arguments above:
"-r 10" is the framerate, 10 frames per second.
"-b 1800" is the bitrate or quality. 1800 gives a high quality movie. You can lower this figure if you want a smaller movie file.
There are plenty of other options for adjusting the size, movie format etc. There may be a bit of a learning curve to getting it set up but I think it's the solution you're after.
Because it's a command line application it is very easy to schedule automatic daily jobs etc. (through cron or other scheduling systems).
Permalink | Report
Other Answers (1)
March 05, 2009 02:27 AM
QuickTime Pro, it will make a movie with your stills and it's fully supported by Automator / Apple Script. "QuickTime Pro makes it easy to create a slideshow from your favorite pictures. Since QuickTime supports a large variety of image formats, you can use nearly any type of image in your slideshow"
http://www.apple.com/quicktime/tutorials/slideshow.html
Source(s):
http://www.apple.com/quicktime/tutorials/slideshow.html
Permalink | Report
Answer this Question
Related Questions
Ask a Question
Buy Mahalo Dollars with Credit Card or PayPal
Top Members
Most Popular Tags
Categories
- Anonymous
- Arts & Design
- Beauty & Style
- Books & Authors
- Business
- Cars & Transportation
- Consumer Electronics
- Coupons Deals
- Education
- Entertainment
- Environment
- Fitness
- Food & Drink
- From Email
- From Iphone
- From Twitter
- Health
- History
- Hobbies
- Home & Garden
- How Tos
- Humor
- Jobs
- Legal
- Local
- Love & Relationships
- Mahalo Answers Community
- Money
- Music
- News
- NSFW
- Parenting
- Pets
- Science & Mathematics
- Services
- Shopping
- Social Science
- Society & Culture
- Sports
- Technology & Internet
- Travel
- Video Games
Welcome New Members
- pearlrose, November 29, 2009 10:31 AM
- laurelpaula, November 29, 2009 09:46 AM
- delanatrewin, November 29, 2009 09:37 AM
- pepperfan5, November 29, 2009 09:26 AM
- boy, November 29, 2009 08:49 AM
Mahalo Dollars are the currency of Mahalo Answers.
Each Mahalo Dollar costs $1.
Once you earn more than 40 Mahalo Dollars, you can request to be paid via PayPal. Each Mahalo Dollar is currently worth $0.75 when paid out via PayPal. Learn More