How do you encode en .mp4 file from commandline with ffmpeg, so it works in chrome? This can be really challenging, because ffmpeg has a lot of parameter combinations and Chrome are sensitive to the color encoding of the output format.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The solution is to use the parameter “-pix_fmt yuv420p”:
ffmpeg version N-46936-g8b6aeb1
Hopes this can help you with getting chrome compatible videos