Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haveyouwantto/MCBE-video-generator
https://github.com/haveyouwantto/MCBE-video-generator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/haveyouwantto/MCBE-video-generator
- Owner: haveyouwantto
- License: gpl-3.0
- Archived: true
- Created: 2019-06-13T13:48:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T06:10:50.000Z (about 5 years ago)
- Last Synced: 2024-07-28T13:25:14.736Z (3 months ago)
- Language: Java
- Size: 45.9 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-minecraft-bedrock - MCPE-VideoGenerator - Minecraft Video Generator by HYWT (Tool (Create) / Addons and GameTest)
README
# Minecraft Video Generator by HYWT
>MY CODE IS BAD, I KNOW. IT WORKS. MAKE IT BETTER FOR ME IF YOU WANT!
---
### Requirements:
* `ffmpeg` , [download link here](https://ffmpeg.org/)
* Lots of memory for Minecraft (At least 4 GB)
### How to generate a video:
* 1.You'll need to install `ffmpeg`
* 2.Run computer command
`ffmpeg -i -vf scale=: -r 20 ./output/img%05d.png -vn ./output/audio.ogg`
* Remember, higher resolution or more frames = more memory usage (e.g. 320x180 with 3000 frames = 2750 MB Memory)
* 3.Open the application
* 4.Select input folder, output folder
* 5.Configure output settings
* 6.Click "Generate Pack"
* 7.Copy to Minecraft folder
* 8.Open Minecraft, load the pack and enter the world
* 9.Give yourself a repeating command block
`/give @s repeating_command_block`
* 10.Enter this command into the command block, set at running
`/execute @p ~ ~ ~ function /tick`
* 11.Run chat command
`/function /init`
* 12.Enjoy!