Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sadmanca/mergeimgsandaudiotovideo
https://github.com/sadmanca/mergeimgsandaudiotovideo
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sadmanca/mergeimgsandaudiotovideo
- Owner: sadmanca
- Created: 2024-04-05T19:23:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T22:57:36.000Z (9 months ago)
- Last Synced: 2024-04-08T23:48:44.145Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```