Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ArturGrigio/ffmpeg-image-to-video
Image (jpegs) to Video (mp4) converter using FFMPEG, with audio and watermarks
https://github.com/ArturGrigio/ffmpeg-image-to-video
Last synced: 9 days ago
JSON representation
Image (jpegs) to Video (mp4) converter using FFMPEG, with audio and watermarks
- Host: GitHub
- URL: https://github.com/ArturGrigio/ffmpeg-image-to-video
- Owner: ArturGrigio
- Created: 2016-10-08T00:33:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T22:17:40.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T13:36:43.499Z (3 months ago)
- Language: PHP
- Size: 47.6 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ffmpeg-image-to-video
Image (jpegs) to Video (mp4) converter using FFMPEG, with audio and watermarksThis library allows you to `GET` the `lzImageToVideo` with:
The `GET` request values are:
- `urls` [array] - [required]
- `musicUrl` [string]
- `profile_image` [string]
- `framerate` [int]
- `line_1` [string]
- `line_2` [string]
- `line_3` [string]
and the `imageToVideo` response with a link to created video.