Video software

Discuss anything you like on this forum.
Post Reply
garak
Licensed Customer
Posts: 9
Joined: Fri Jan 21, 2011 10:50 am

Hi,

what kind of software do you use to create your animation videos from the png files that octane produces? I have trouble finding something usefull to create a video.
I would prefer freeware if possible. And i would prefer a software that runs on windows.

Cheers and thanks

Bernd
Windows 7 64Bit | GTX460 1Gig | 8 GB RAM
User avatar
greg.thoman
Licensed Customer
Posts: 132
Joined: Thu Apr 08, 2010 7:59 pm

Blender 3d has a sequencer that works very well.
AMD Phenom II X6 3.2 || 12 GB DDR3
GTX 480 1.5GB X 3 Liquid Cooled
RaidMax 1000W PSU || Corsair 850W PSU
MSI NF890-G65 Mainboard || Windows 7 64 Bit
User avatar
face
Octane Plugin Developer
Posts: 3204
Joined: Sat Mar 06, 2010 2:10 pm
Location: Germany

You can also use ffmpeg...
For flv:
ffmpeg -f image2 -i "G:\Octane\Project\render\boxes_%03d.png" -f flv -r 25 -b 20971520 video.flv
where %03d means 3 digits in the filename like boxes_001.png.
-r = framerate
-b = bitrate

or for mp4:
ffmpeg -f image2 -i "G:\Octane\Project\RenderMap_%03d.png" -vcodec libx264 -crf 20 -r 25 -coder 1 -flags +loop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partb8x8 -me_method umh -subq 8 -me_range 16 -g 7 -keyint_min 5 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 2 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -bf 3 -refs 4 -directpred 3 -trellis 1 -flags2 +wpred+mixed_refs+dct8x8+fastpskip -threads 0 -y output_h264.mp4

face
Win10 Pro, Driver 378.78, Softimage 2015SP2 & Octane 3.05 RC1,
64GB Ram, i7-6950X, GTX1080TI 11GB
http://vimeo.com/user2509578
garak
Licensed Customer
Posts: 9
Joined: Fri Jan 21, 2011 10:50 am

Thank you!

first i will give ffmpeg a try!

Cheers

Bernd
Windows 7 64Bit | GTX460 1Gig | 8 GB RAM
Post Reply

Return to “Off Topic Forum”