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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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 |
|||
|