Hello,
Is it possible to make a quicktime movie of my rendered images, and how ? (with Houdini alone… or do I need another package?)
thanks,
bernard
Make Quicktime movie
18805 13 3- Bernard
- Member
- 523 posts
- Joined: July 2005
- Offline
- edward
- Member
- 7865 posts
- Joined: July 2005
- Online
To make movies, you'll need a separate app to do it. If you just want to make something like a DivX .avi file on Windows, you can use the mcp utility that comes with Windows by following the directions here:
http://www.odforce.net/wiki/index.php/CreatingMovieFile [odforce.net]
http://www.odforce.net/wiki/index.php/CreatingMovieFile [odforce.net]
- Le_monkey_butt
- Member
- 166 posts
- Joined: Feb. 2006
- Offline
- craig
- Member
- 557 posts
- Joined: July 2005
- Offline
For whatever reason, if I want to create a quicktime file on linux that is playable on Windows and Mac (and, I do), then I've had better luck using ffmpeg directly. I use this line
ffmpeg -r 24 -b 1800 -i file_%03d.jpg output.mp4
where
r = frame rate
b = bitrate (higher number == better quality == bigger file)
i = input file string in c-style format (eg, the above equates to a set of files named
file_001.jpg
file_002.jpg
etc)
ffmpeg -r 24 -b 1800 -i file_%03d.jpg output.mp4
where
r = frame rate
b = bitrate (higher number == better quality == bigger file)
i = input file string in c-style format (eg, the above equates to a set of files named
file_001.jpg
file_002.jpg
etc)
- VisualCortexLab
- Member
- 509 posts
- Joined: July 2005
- Offline
i used mencoder (Linux) lately until last night which i tried h263p as codec option … it gives me a quite good quality movie.. is that quicktime btw?
I hope h264 will also be supported anytime soon .. that seems to be quite good as codec…
cheers
my mencoder command
mencoder “mf/*.tga” -mf fps=25 -o myfile.mov -ovc lavc -lavcopts vcodec=h263p:vbitrate=2500
I hope h264 will also be supported anytime soon .. that seems to be quite good as codec…
cheers
my mencoder command
mencoder “mf/*.tga” -mf fps=25 -o myfile.mov -ovc lavc -lavcopts vcodec=h263p:vbitrate=2500
JcN
VisualCortexLab Ltd :: www.visualcortexlab.com
VisualCortexLab Ltd :: www.visualcortexlab.com
- edward
- Member
- 7865 posts
- Joined: July 2005
- Online
- harry_the_cat
- Member
- 80 posts
- Joined:
- Offline
I have been using Wiagra (no - not the blue pills) for years now, its essentially a file converter, but the neat trick is it can convert tga tiff etc etc (not houdini pic) into any other format, which means you can turn a series of files into mpg mpeg avi etc etc. There is (I think) an eval, but it only costs 35 bucks (three pence in england) .
link:
http://www.wiagra.net/ [wiagra.net]
link:
http://www.wiagra.net/ [wiagra.net]
tea-time + rand(FF) = true
- harry_the_cat
- Member
- 80 posts
- Joined:
- Offline
- futnuh
- Member
- 56 posts
- Joined: March 2006
- Offline
- Le_monkey_butt
- Member
- 166 posts
- Joined: Feb. 2006
- Offline
- mentor
- Member
- 18 posts
- Joined: May 2006
- Offline
- Bernard
- Member
- 523 posts
- Joined: July 2005
- Offline
- andrewlowell
- Member
- 537 posts
- Joined: Dec. 2005
- Offline
- futnuh
- Member
- 56 posts
- Joined: March 2006
- Offline
mentor
Or registered QuickTime Player - just click on “Open image sequence” and choose image file. Then u've to click on “Export” and choose suitable format
Good luck. We purchased QuickTime Pro specifically for this feature. I gave up concatenating an image sequence after watching it parse the (1000 frames of) input selection for half an hour. No feedback to say what was going on. It is a very disappointing offering from Apple. And I'm not alone in these impressions by a long shot - read the feedback on Apple's site.
BTW, I heard from Side Effects directly that a Quicktime ROP is an often-requested feature. They know it.
-
- Quick Links