Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ffmpeg webm compatible YouTube settings output #15

Open
eddievalentin07 opened this issue Jun 10, 2024 · 0 comments
Open

Ffmpeg webm compatible YouTube settings output #15

eddievalentin07 opened this issue Jun 10, 2024 · 0 comments

Comments

@eddievalentin07
Copy link

eddievalentin07 commented Jun 10, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant