Skip to content

breadbrowser/py-webdriver-torso

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

py-webdriver-torso

Render videos like Webdriver Torso

python

forthebadge

Webdriver Torso: https://www.youtube.com/channel/UCsLiV4WJfkTEHH0b9PmRklw/videos

Requirements:

  • Python 3.8+
  • moviepy
  • Pillow
  • pydub
  • Wave
  • ffmpeg

ffmpeg: https://ffmpeg.org/

Optimal (default) configuration:

{
  "WIDTH": 640,
  "HEIGHT": 360,
  "MAX_WIDTH": 640,
  "MAX_HEIGHT": 360,
  "MIN_WIDTH": 0,
  "MIN_HEIGHT": 0,
  "SLIDES": 10,
  "VIDEOS": 10,
  "SOUND_QUALITY": 14000.0
}

Make sure you have all the folders required! (SOUND, IMG, OUTPUT, FONT)

Best font: https://fontzone.net/font-download/courier-new-bold To change the font download this or a different font, go into the FONT folder and replace sys.ttf with your font. Make sure you rename it to sys.ttf

WARNING: While testing the lowest sound quality possible was 14,000 for me. The higher the sound quality is the longer it takes to render the video(s). It does not change

About

Render videos like Webdriver Torso

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%