Skip to content
#

graphics-engine

Here are 197 public repositories matching this topic...

TKooijmans
TKooijmans commented Nov 7, 2019

Expected behaviour

When I try this with v2.3 settings are ignored and I get a 422 mp4 clip with 8 audio channels
channel setting is set hd1080i50

ADD 1 FILE "myfile 1.mp4" -codec:v libx264 -crf:v 23 -preset:v veryfast -filter:v format=pix_fmts=yuv420p -filter:v tinterlace=5 -codec:a aac -b:a 128k -ar:a 48k

If I do this
ADD 1 FILE "myfile 1.mp4" -codec:v libx264 -crf:v 23 -preset:v ver

applemonkey496
applemonkey496 commented Mar 31, 2020

In the shapes tutorial, for the yellow lines, there are several places where constants are not defined as np.<constant>, even though they are inherited from NumPy. The code currently reads:

pointers = []
for i in range(8):
    pointers.append(Line(ORIGIN, np.array([cos(pi/180*360/8*i),sin(pi/180*360/8*i), 0]),color=YELLOW))

Improve this page

Add a description, image, and links to the graphics-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graphics-engine topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.