Skip to main content
9 events
when toggle format what by license comment
Jun 15 at 7:48 history edited Toto CC BY-SA 4.0
added 8 characters in body
Jun 14 at 15:56 review Close votes
Jun 27 at 8:51
Jun 10 at 23:22 comment added Michael Thank You. You have answered my question.
Jun 10 at 23:18 comment added JayCravens Well, those settings are fine for .webm Try: ffmpeg -i input.png -i audio.m4a -loop 1 -vf "format=yuv420p" -c:v h264 -crf 18 -c:a copy -avoid_negative_ts auto -shortest -movflags +faststart output.webm
Jun 10 at 22:40 comment added Michael I got this command line: 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 from ffmpeg website to use the best still image compatible to YouTube it’s mkv but is there one for .webm best compatible with YouTube? Any ffmpeg webm YouTube specific settings command. Please help. I hope you understand?
Jun 10 at 22:26 comment added JayCravens What are you trying to do... -framerate 2? What's the goal?
Jun 10 at 9:50 history edited Michael CC BY-SA 4.0
added 12 characters in body
S Jun 10 at 9:47 review First questions
Jun 10 at 9:55
S Jun 10 at 9:47 history asked Michael CC BY-SA 4.0