Create account

1394d · Linux
How to make a video from your podcast mp3 to distribute on youtube: #linux #shell #ffmpeg
ffmpeg -loop 1 -i image.jpg -i audio.wav -c:a aac -ab 112k -c:v libx264 -shortest -strict -2 out.mp4