$ luarocks install ai-french-kiss-video-generator luarocks install ai-french-kiss-video-generator
local ai_video = require("ai-french-kiss-video-generator")
-- Create a new scene
local scene = ai_video.new_scene({width = 1920, height = 1080, duration = 10})
-- Add a static image
scene:add_image("path/to/image.png", {x = 0, y = 0})
-- Render the scene to a video file
scene:render("output.mp4")
local ai_video = require("ai-french-kiss-video-generator")
local scene = ai_video.new_scene({width = 1280, height = 720, duration = 5})
-- Add text with a fade-in animation
scene:add_text("Hello, World!", {
x = 100,
y = 100,
font = "Arial",
Versions
Dependencies
lua >= 5.1