Skip to content

pekspro/TimeLapseCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Lapse Creator

This is a simple demo project that shows how to create a time lapse video in .NET. The project does this:

  • Creates a title screen with fading text
  • Adds a visible timestamp on each frame
  • Adds background audio
  • Compiles everything to a video with ffmpeg

The project is designed to run on Windows, but it should be trivial to make it work on other platforms. Probably just some paths need to be adjusted.

ffmpeg is an open source tool. You need to download this and copy ffmpeg.exe to the output directory of the project.

Navigate to the media directory in the source to see a rendered movie. You could also see the video on this blog-post, were you also could read more about how this project works and some thoughts what to think about if you want to use this on Azure Functions.

Thumbnail image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages