Skip to content

Wangbw Doc Site

Wangbw Doc Site

  • Home
  • About
  • My Account
  • Registration
    • Home
    • python
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 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 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 =…

Code

How to create a sound with gradient HZ | with source code

Admin Nov 7, 2023 0 Comments

import os import time import math import numpy as np from scipy.io.wavfile import write def generate_sound(duration: float, frequency_start: float, frequency_end: float, sample_rate: int = 44100, amplitude: float = 0.3, output_file:…

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.