https://github.com/sharapov-outsource/php-mlt
A PHP wrapper for MLT framework (https://www.mltframework.org)
https://github.com/sharapov-outsource/php-mlt
audio-processing melt mlt php php-wrapper video-processing
Last synced: 5 months ago
JSON representation
A PHP wrapper for MLT framework (https://www.mltframework.org)
- Host: GitHub
- URL: https://github.com/sharapov-outsource/php-mlt
- Owner: sharapov-outsource
- Created: 2019-02-21T15:14:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T16:16:01.000Z (over 6 years ago)
- Last Synced: 2024-12-25T17:15:26.528Z (10 months ago)
- Topics: audio-processing, melt, mlt, php, php-wrapper, video-processing
- Language: PHP
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##### Join clips
```bash
docker run -v /Users/alex/PhpstormProjects/php-mlt/examples/source/1-dropmock10.mov:/var/www/1.mov \
-v /Users/alex/PhpstormProjects/php-mlt/examples/source/1-dropmock11.mov:/var/www/2.mov \
-v /Users/alex/PhpstormProjects/php-mlt/examples/output/_out1.mp4:/var/www/_out1.mp4 \
-t sharapov/mlt-framework "/var/www/1.mov" "/var/www/2.mov" \
-profile hdv_720_25p -progress -consumer avformat:"/var/www/_out1.mp4" \
vcodec="libx264" vb="5000k" acodec="aac" ab="128k" frequency=44100 deinterlace=1 r=25
```