An open API service indexing awesome lists of open source software.

https://github.com/akascape/vdo-img-conversion-tools

An easy-to-use python GUI based video-image sequence/gif converter.
https://github.com/akascape/vdo-img-conversion-tools

converter-app converters images-to-video images-to-video-converter vdo-img-tools video-frames-extracter video-image-extractor video-image-tools video-to-image-converter video-to-image-sequence video-to-images

Last synced: over 1 year ago
JSON representation

An easy-to-use python GUI based video-image sequence/gif converter.

Awesome Lists containing this project

README

          

# 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](https://github.com/Akascape/Vdo-Img-Conversion-Tools/archive/refs/heads/main.zip)
**Make sure you have [*opencv-python*](https://pypi.org/project/opencv-python/), [*customtkinter*](https://pypi.org/project/customtkinter/) and [*imageio*](https://pypi.org/project/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.


![Screenshot1](https://user-images.githubusercontent.com/89206401/216770622-821bfc2d-1a63-460d-b006-e036af67ad66.jpg)![Screenshot2](https://github.com/Akascape/Vdo-Img-Conversion-Tools/assets/89206401/8efa44f7-c1d2-4f42-91e4-14c3054e5739)

# That's all, thanks!