Skip to content

Akascape/Vdo-Img-Conversion-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vdo & Img Conversion Tools

These are some quick conversion tools made with python that can save your time. With this tool you can extract image sequence from video files and can also do the reverse easily!

DOWNLOAD

GitHub repo size

Make sure you have opencv-python, customtkinter and imageio (installed.

  • For Vdo-to-Img Converter, just choose the video(s) by clicking the OPEN button and then choose the export format and click the EXTRACT button. Each frame from the video file will be saved in a separate folder. You can also extract a specific frame by right clicking on the extract button.
  • For Img-to-Vdo Converter, choose the folder that contains the image sequence and also adjust the FPS and export format if needed, then simply click the CONVERT button to convert and save it.
  • For Vdo-to-Gif Converter, choose the video and also adjust the FPS and optimization, then simply click the CONVERT button to convert and save it.
  • You can press Esc key in order to stop any running conversion process.


Screenshot1Screenshot2

That's all, thanks!