Hacker News new | ask | show | jobs
by ffritz 1636 days ago
This was super interesting to read, thank you very much.

Regarding the ffmpeg parameters and formats in general: Do you use newer formats too, like AV1 and the like?

2 comments

The main One Weird Trick that I remember from messing with ffmpeg is that for in-browser viewing, I had to generate a lot more mp4 reference frames than the default. This was because of deficiency in the HTML5 view extensions in browers a few years ago. I don't know if that is still an issue. The extra frames increased bandwidth consumption, but surprisingly, only slightly rather than big bloat.
No, we use only H264, because nobody has the courage to redo all the work we've done to optimize the encoding with a newer format :)