https://github.com/lostjared/image2video
Create a video from images or Extract Images from a Video for macOS with Simple User Interface
https://github.com/lostjared/image2video
Last synced: 3 months ago
JSON representation
Create a video from images or Extract Images from a Video for macOS with Simple User Interface
- Host: GitHub
- URL: https://github.com/lostjared/image2video
- Owner: lostjared
- License: gpl-3.0
- Created: 2018-09-30T20:55:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T00:46:35.000Z (over 2 years ago)
- Last Synced: 2024-12-31T05:18:08.095Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 57.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image2video
Objective-C++ Practice Project for macOS 10.13+
This application is a practical exercise in Objective-C++ development, optimized for macOS version 10.13 and above. It is designed to convert images in JPG, PNG, BMP, and TIFF formats into a MPEG-4 video file, allowing users to specify the frame rate and resolution according to their preferences. This tool is ideal for creating animations or extracting and utilizing images from video files for various projects.
Version Info:
* 0.5 - Extract with frame numbers by seconds/index or by total index
* 0.4 - Extract images from video files
* 0.3 - Search directories with RegEx now happens concurrently
* 0.2 - Can now search directories recursively using regex match/search
* 0.1 - Can now create video files