Skip to content

FraYoshi/blender-vp9-frameserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

blender-vp9-frameserver

render video to VP9 via ffmpeg using the standard frameserver output of Blender.

This is a revision of the original code posted by zagaeski on the official wiki of blender. I remade this to export in webm format and vp9 codec including the audio.

HOW TO

NO AUDIO

  • copy the script or clone the repo
  • set it executable with chmod +x
  • (optional) open the script and set the number of CPU THREADS you want to use on the top.
  • open blender and set the output to Frame Server
  • execute the script ./blender-vp9-frameserver.sh

the output will be on the /tmp folder unless you set it opening the script and changing the OUTPUT line.

WITH AUDIO

audio is not exported with this code. You need to export it before and then:

  • uncomment AUDIO and insert the path to the file
  • comment the ffmpeg line
  • uncomment the next ffmpeg line
  • execute the script as before

About

render to VP9 using the frameserver output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages