Two-Pass: Requires a bitrate. This defines the quality of the video. Youtube and Vimeo usually reduce your bitrate to 25mbs. So if it is higher, it will be compressed by these websites.
Lower bitrate means lower files size.
| import bpy | |
| import os | |
| import ntpath | |
| D = bpy.data | |
| C=bpy.context | |
| path = 'D:\odrive\Cloud\Gutter\Outlier 2.0\Blends' | |
| def listdir_fullpath(d): |
| <svg width="0" height="0"> | |
| <defs> | |
| <filter id="distort"> | |
| <feTurbulence baseFrequency=".001" type="fractalNoise" seed="200" /> | |
| <feColorMatrix type="hueRotate" values="0"> | |
| <animate attributeName="values" from="0" to="360" dur="8s" repeatCount="indefinite" /> | |
| </feColorMatrix> | |
| <feDisplacementMap in="SourceGraphic" in2="main" xChannelSelector="R" yChannelSelector="B" scale="200" /> | |
| <feGaussianBlur id="blur-amount" stdDeviation="3" /> | |
| <feComponentTransfer result="main"> |