YouTube 120fps

And no I do not mean 120fps played back at 24fps for a slow motion effect. I’m talking about 2160p120 played back at 120Hz for an ultra smooth look just like the UI of the 120Hz iPad Pro.

Yes I could of uploaded to YouTube at 120fps a long time ago since the URSA Mini 4K supports 1080p120 in up to ProRes HQ, but who wants HD when you can have 4K120? Good thing the RED Raven supports just that!

and after uploading to YouTube… the video frame rate is downsampled to 60p. Darn. But hey at least YouTube correctly removes every other frame instead of slowing down the video by 50%.

Until next time.

Python 3.7.1 Dictionaries

Dictionaries are kind of like lists and tuples but, instead of using index numbers, they use keys to point to values.

numbers = {"one": "un",
   “two”: “deux”}
print(numbers)

CONSOLE OUTPUT

{'one': 'un', 'two': 'deux'}

In order to create a dictionary, we enclose pairs of keys and values in braces and assign them to a variable.

Unlike the index numbers of lists and tuples, keys can be any type.

numbers = {"one": "un",
   "two": "deux"}
numbers “three” = “trois”
numbers[True] = “quatre”
print(numbers)

CONSOLE OUTPUT

{‘one’: ‘un’, ‘two’: ‘deux’, 3: ‘trois’, True: ‘quatre’}

Even boolean values are used as keys.

But how can we get to the values in a dictionary?

n = {"one": "un", "two": "deux"}
print (n[“one”])

CONSOLE OUTPUT

un

Kind of how we add values to dictionaries, we put a key in a pair of brackets to access the value that it points to.

macOS Mojave 10.14.2 beta 18C38b

Under normal use the AMD 560X discrete graphics chip gets all 4GB of its VRAM saturated.

AMD 560X 4GB VRAM

AMD 560X 4GB VRAM

information gathered using iStat Menus 6.2

Temperature 113˚F

Core Clock 214 MHz

Memory Clock 300 Mhz

Memory ~3.6GB

Processor ~5%

Apple October Event

iPad Pro: USB-C, A12X Bionic, Face ID, wireless charging pencil

Mac mini: 8th gen Intel Kaby Lake R (odd because 9th gen Coffee Lake is now available)

MacBook Air: Retina display, dual Thunderbolt 3.

Intel CPU

Source: 4000x2160p60 RAW 4:1

ProRes 444 XQ: 57GB

HEVC 10-bit: 35.9MB

Encoded w/ Handbrake at ‘fast’ RF: 22

Intel Core Extreme

7th gen | i9-7980XE | 18 core | 2.6/4.2GHz | $2000

Intel Core

9th gen | i9 9900K | 8 core | 3.6/5GHz | $580

Intel Xeon W

W-2195 | 18 core | 2.3/4.3GHz | $2700 (iMac Pro)

Intel Xeon Scalable

Platinum 8180 | 2.5/3.8GHz | 28-core | $10K