💻 Software
Creating video with audio and still image for YouTube
Fresh5 days ago
Mar 15, 202616266 viewsConfidence Score0%
0%
Problem
I'm running the following command: Which successfully outputs a video with my recorded audio and an image on it. When I try and upload this to YouTube it fails to process, regardless of the formats I try: .mov, .avi, .flv, .mp4 Is there some setting I'm missing in the above that would generate a fo…
Error Output
ffmpeg -i audio.mp3 -ar 44100 -f image2 -i logo.jpg -r 15 -b 1800 -s 640x480 foo.mov
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Creating video with audio and still image for YouTube
Low Risk
Here's what worked: Specifically, the option, which will duplicate the image as frames. It will also then need the option to keep the file from growing and growing (this way it truncates it to the length of the shortest stream – here, the audio file…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix