salihefee / BadAppleMinecraft

Video playback in Minecraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BadAppleMinecraft

A Minecraft plugin that plays any video you want, on a screen made out of blocks. It requires ffmpeg to be installed on the system, and added to PATH.

Commands

/extractr <videoPath> <height>

This command uses ffmpeg to extract frames from the video specified. The width is automatically calculated to keep the aspect ratio.

/badappler <video>

Iterates through the PNG files generated by /extractr, processes them and renders them on the screen. Include the extension in the video argument.

/cancelr

Stops playback. Stops all if there are multiple videos playing.

About

Video playback in Minecraft


Languages

Language:Java 100.0%