Advertisement
XenoTheStrange

FFMPEG Convert Audio To Video With Black Background

Aug 19th, 2022 (edited)
823
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. #!/bin/bash
  2. ffmpeg -i "$1" -f lavfi -i color=c=black:s=480x480:r=15 -acodec copy -shortest "$1.mp4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement