The fastest way to encode image+audio for Youtube from command line?
- by Pavel Vlasov
I have an mp3 and image and I want to make a simple clip to upload onto Youtube. Is there a fast solution? If video formats are so bad designed, then maybe it is possible to use a prerendered video-only clip?
This works good except it takes as much time as the audio lasts:
ffmpeg -loop_input -r ntsc -i "%IMAGE%" -i "%AUDIO%" -r 1 -acodec copy…