Blender Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
=Camera Focus on object= | =Camera Focus on object= | ||
Alt Ctr 0 | Alt Ctr 0 | ||
=FFMpeg Command= | |||
==Crop an image== | |||
Take 120 pixels off top and bottom with libx265 (264 is broken | |||
ffmpeg -i ~/Ami/Ami4/0001-0145.mp4 -vf "crop=iw:ih-240:0:120" -c:v libx265 -preset fast output.mp4 | |||
==Make a gif== | |||
Make a gif from the image above | |||
ffmpeg -i output.mp4 -vf "fps=10,scale=720:-1:flags=lanczos" output.gif | |||
ffmpeg -i output.gif -vf "scale=135:56" output_small.gif |
Revision as of 07:06, 30 April 2025
Introduction
Hi just enough to remind me
Moving
Use the mouse scroll either down or up
Camera Angles
1,7,9,3 on the number pad
Modifiers
Used the remesh modifier to change the structure of an object
Centre on Object
Select the object and press .
Camera Focus on object
Alt Ctr 0
FFMpeg Command
Crop an image
Take 120 pixels off top and bottom with libx265 (264 is broken
ffmpeg -i ~/Ami/Ami4/0001-0145.mp4 -vf "crop=iw:ih-240:0:120" -c:v libx265 -preset fast output.mp4
Make a gif
Make a gif from the image above
ffmpeg -i output.mp4 -vf "fps=10,scale=720:-1:flags=lanczos" output.gif ffmpeg -i output.gif -vf "scale=135:56" output_small.gif