Skip to content

Instantly share code, notes, and snippets.

View AdrianBesleaga's full-sized avatar
🎯
Focusing

Adrian web AdrianBesleaga

🎯
Focusing
View GitHub Profile
@AdrianBesleaga
AdrianBesleaga / ManualVideoCompile.java
Created January 16, 2020 20:32 — forked from naftulikay/ManualVideoCompile.java
Generate a video from scratch with Xuggler
package org.tkassembled.xuggle;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.File;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;