Skip to content

witchfindertr/ImageToVideo

 
 

Repository files navigation

image_to_video

Convert your images into video with FFmpek kit library

ARCHITECTURE:

  • Clean Architecture

image

You can find more about this architecture in my article.

UI:

gif

We needed to know the name and location of the image for the ffmpeg command, and all the images to be processed should be in the same folder. So, the locations of the images were changed and they were renamed, allowing them to be processed with the ffmpeg command below. You can find all these operations in the file manager.

 "${destination.path}/image%03d.jpg",

ImageToVideo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 57.3%
  • C++ 19.8%
  • CMake 15.7%
  • Ruby 2.3%
  • Swift 1.8%
  • HTML 1.5%
  • Other 1.6%