Video meme generator

Generate subtitle and render it to a video

https://meme.gabrielkheisa.xyz

Requirements:

Table structure (optional):

CREATE TABLE `meme` (
	`id` INT(10) NOT NULL AUTO_INCREMENT,
	`session` VARCHAR(20),
	`status` INT(1),
	`timestamp` TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
	`value` TEXT,
	PRIMARY KEY (`id`)
);

Process flow:

Preview:

For Docker LEMP stack installation, switch to docker branch


External repo: https://repo.gabrielkheisa.xyz/gabrielkheisa/meme-generator/