Skip to content

Wangbw Doc Site

Wangbw Doc Site

  • Home
  • About
  • My Account
  • Registration
    • Home
    • Tool
Blender Code

How blender plot a functional curve | with source code

Admin Jun 4, 2024 0 Comments

below code shows How blender scripting plot a functional curve, import bpy from mathutils import Vector import numpy as np current_scene = bpy.context.scene default_cube = current_scene.objects['Cube'] # X, Y, and…

Code

How Manim generate a MP3 file from on a few specific wav file based on animation.

Admin May 7, 2024 0 Comments

from manim import * import numpy as np from os import system import os from colour import Color import math import random config.media_dir = "E:\PythonMedia\media" config.frame_width = 9#9#16 config.frame_height =…

Code

How to simulate a ball bounce insides a ellipse| with source

Admin Jan 23, 2024 0 Comments

this article is to record how I create a image when a ball bounces insides a bigger ellipse,can copy the below code to get a image directly. but this post…

Code

How to create a midi file based on list of frame Index and connected matched note | with source code

Admin Jan 6, 2024 0 Comments

this article is to record How I create a midi file based on the below input ballPlay = , , , , ] frameIndex = step = 70 frameAspect =…

Code

How to create Gradients colors for Manim or Matplotlib | with source code

Admin Jan 6, 2024 0 Comments

Below is to record How I create a list of Gradients colors for Manim or Matplotlib. from manim import * from os import system import random import numpy as np…

some ffmpeg usage collection.

Admin Dec 19, 2023 0 Comments

ffmpeg -r 360 -start_number 181 -i 34-1/img%d.png -frames:v 900 -vcodec mpeg4 -b 5000k -y 2.mp4 -start_number 181, means start from 181st frame -frames:v 900, totally 900 frames -r 360, set…

Code

How python speed up like 100x video, increase FPS of video | with souce code

Admin Dec 1, 2023 0 Comments

This chapter aims to document how the author accelerates video playback, such as increasing it by 100 times, it seems cv2 is not able to set 1000 FPS, hence I…

Code python

How python add text on each frame in video | souce code

Admin Dec 1, 2023 0 Comments

This chapter aims to document how the author adds text to each frame of the video # Importing all necessary libraries import cv2 import os def makeVideo(path, video_name): cam =…

Recent Posts

  • How blender plot a functional curve | with source code
  • How Manim generate a MP3 file from on a few specific wav file based on animation.
  • How to create a polyrhythm video by ONLY a few line code
  • How python move & rename the files | with source code
  • How to simulate a ball bounce insides a ellipse| with source

Recent Comments

No comments to show.

Archives

  • June 2024
  • May 2024
  • April 2024
  • January 2024
  • December 2023
  • November 2023

Categories

  • Blender
  • Code
  • Manim
  • python
  • youtube

You Missed

Blender Code

How blender plot a functional curve | with source code

Code

How Manim generate a MP3 file from on a few specific wav file based on animation.

Code Manim

How to create a polyrhythm video by ONLY a few line code

Code

How python move & rename the files | with source code

Wangbw Doc Site

Copyright © All rights reserved | Blogus by Themeansar.