How can I map a simple quicktime movie on a polygon?
Thanx.
Uli
Map quicktime movie on a polygon
5226 4 1-
- ulikimmich
- Member
- 3 posts
- Joined: June 2008
- Offline
-
- jason_iversen
- Member
- 12986 posts
- Joined: July 2005
- Offline
You'll have to extract still frames from the movie first. Houdini can only write movies, not read them.
You can use QuickTime Pro (on Win/OSX) or perhaps mplayer (using a JPG output device) in linux.
Good luck,
Jason
You can use QuickTime Pro (on Win/OSX) or perhaps mplayer (using a JPG output device) in linux.
Good luck,
Jason
Jason Iversen, Technology Supervisor & FX Pipeline/R+D Lead @ Weta FX
also, http://www.odforce.net [www.odforce.net]
also, http://www.odforce.net [www.odforce.net]
-
- ulikimmich
- Member
- 3 posts
- Joined: June 2008
- Offline
-
- rdg
- Member
- 401 posts
- Joined:
- Offline
if your sequence is name tvseq.0001.jpg …
then the name for Houdini will be tvseq.$F4.jpg
But houdini will detect image sequences if you select them throught the file dialog and place the correct expression.
$F = current frame number
$F4 is current frame number padded to 4 digits.
$F3 … 3 digits
then the name for Houdini will be tvseq.$F4.jpg
But houdini will detect image sequences if you select them throught the file dialog and place the correct expression.
$F = current frame number
$F4 is current frame number padded to 4 digits.
$F3 … 3 digits
this is not a science fair.
-
- ulikimmich
- Member
- 3 posts
- Joined: June 2008
- Offline
-
- Quick Links