Jump to content

flipbook into video a file ?


dpap

Recommended Posts

You'd have to be feeling so so so lucky to trust an expensive render to a movie file. More luck than needed in picking winners at the horse races   ;)

 

Edit: P.S. you probably can give the producer a heart attack by suggesting rendering complex scenes to movie files.

Edited by tar
Link to comment
Share on other sites

 

Edit: P.S. you probably can give the producer a heart attack by suggesting rendering complex scenes to movie files.

 

hahaha!!! I 'll keep that trick in mind...It might come in handy at some point! :D

 

Too bad there's no option to render to video from ROP although there is way to export flipbooks into lets say avi files...

Edited by dpap
Link to comment
Share on other sites

you can do it with ffmpeg in a post-render field, EG:

umkdir -p $HIP/vid; unix $HIP/res/ffmpeg/bin/ffmpeg.exe -i "$HIP/pic/testrender/testrender.%4d.tga" -b:v 1200k -c:v h264 -pix_fmt yuv420p -preset veryslow -qp 0 -y "$HIP/vid/testrender.mp4";

assuming ffmpeg is in $HIP/res and your sequence is in $HIP/pic/testrender ...

  • Like 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...