Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sadmanca/mergeimgsandaudiotovideo


https://github.com/sadmanca/mergeimgsandaudiotovideo

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

### Example Command
```bash
ffmpeg -f concat -safe 0 -i run.txt -i "tests\imgs\a.m4a" -vf "scale=1280:720,format=yuv420p" -c:v libx264 -preset medium -crf 23 -c:a aac -b:a 192k -shortes
t output.mp4
```