web
web copied to clipboard
Ffmpeg webm compatible YouTube settings output
I found the following command in ffmpeg/youtube encoding website:
https://trac.ffmpeg.org/wiki/Encode/YouTube
ffmpeg -loop 1 -framerate 2 -i input.png -i audio.m4a -c:v libx264 -preset medium -tune stillimage -crf 18 -c:a copy -shortest -pix_fmt yuv420p output.mkv
Is there a specific compatible webm YouTube still image ffmpeg command? Something similar to the command line I wrote or different but perfect to upload webm still image video in YouTube?