Answers for "Convert a music file (mp3) to a mp4 video with a static image"

0

Convert a music file (mp3) to a mp4 video with a static image

 $ ffmpeg -loop_input -i cover.jpg -i soundtrack.mp3 -shortest -acodec copy output_video.mp4
Posted by: Guest on August-25-2021

Code answers related to "Convert a music file (mp3) to a mp4 video with a static image"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language