Skip to content

SamDingore/Video-Making-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Making Automation

A toolkit of program to create the video from images.

How?

The goal is to write program that make a video from images. in place of human manual labour. This means a partially-autonomous editing workflow, where the human must strategically use the toolkit of programs to achieve their desired results. My rough personal guess is that when implemented correctly, this could save about 80% of my time spent editing.

This project uses the ffmpeg l ibrary to handle much of the heavy lifting of video processing, and intends to build a library ontop of ffmpeg without changing the ffmpeg source code. This project and its functions are their own isolated work (unless stated otherwise), however they do require linking with ffmpeg to operate correctly.View the ffmpeg source code orRead the compilation guide

If you would like to run this code you need to first install ffmpeg by compiling the source (link above).

Directory structure

  • output.c (source code with driver function)
  • examples/ (examples of output video and showcase )
  • function.h (header files for output.c)
  • Limit(this is just a first vesrion so it only runs for limited files)

a very thanks to Amanda Gibbons for inspiring me !

a work in progress by Sam Dingore.

About

A C program to make a video from images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published