This plugin allows you to play videos/streams and paste images in Minecraft. It uses new thread to process videos/streams, so it can work with any fps you want assuming you have the processing power. I managed to make it work in 60fps (I'm sure i can go further) with 20tps in a Ryzen 5 5600x (No overclocking).
- /processvideo [url]
- /processimage [url]
- /processstream
- /setres [width] [height] [fps] (Only FPS changes dynamically, so you can change it while the video is playing. Width and height changes only when you process a new video/image)
- Documentation coming soon
- Clone the repository
- Build it using
mvn package -Djavacpp.platform=(your platform)
ex:mvn package -Djavacpp.platform=linux-x86_64
for more information check javacv.
- Setup a paper/spigot server (Instructions)
- Download the plugin from releases
- Put the plugin in your plugins folder
- Start the server (Should only work in 1.19.4 but i didn't tested it in other versions)
- Add config file to change the max fps and max resolution