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.
- Host: GitHub
- URL: https://github.com/akascape/vdo-img-conversion-tools
- Owner: Akascape
- License: mit
- Created: 2021-12-26T14:03:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T08:32:11.000Z (over 2 years ago)
- Last Synced: 2025-03-26T08:13:42.727Z (over 1 year ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 191 KB
- Stars: 32
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### [
](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.

# That's all, thanks!