Shortvid.io Logo

Shortvid.io

πŸ‘¨πŸΌβ€πŸ’» Repository

This application is developed and maintained by the volunteer organizers of the Lyon JS Meetup. It aims to facilitate the generation of video for the social networks of the association.

Videos can be generated through Github workflow or directly locally if you have installed the project.

This project uses NextJS and Remotion libraries.

CampingDesSpeakers

0:00 / 0:07

Generate the video locally πŸ”—

Please make sure to have pnpm installed then clone this repository, install ffmpeg library and run pnpm install.

pnpm remotion render remotion/index.tsx CampingDesSpeakers out/CampingDesSpeakers.mp4 --props='{"speakers":[{"company":"Zenika","name":"Mickaël Alves","picture":"https://pbs.twimg.com/profile_images/1635742650090283013/9qflRryB_400x400.jpg"},{"company":"Bedrock","name":"Antoine Caron","picture":"https://ca.slack-edge.com/T108ZKPMF-U5M2F1A69-36e4b6574de8-192"}],"title":"Remotion : le 7ème art à porté de composants web et d'\''API 🎬","date":"22 février","time":"14h00","location":"Salle 1"}'
Command copied in clipboard