videojs / mux.js

Lightweight utilities for inspecting and manipulating video container formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing pasp atom

emkman99 opened this issue · comments

Anamorphic (non-square pixels) video does not play correctly in Windows 10 Chrome when hardware acceleration is turned on (videojs/http-streaming#312). All other browsers/OS combinations seem to handle non-square pixels just fine. I've traced the issue back to a missing pasp atom in the mp4 generator (for comparison, hls.js includes the pasp atom here).

I just realized Chrome on Linux doesn't use hardware acceleration, so that's why it works there.

I'm not familiar with Chrome or Firefox source code, so someone correct me if I'm wrong. I found some areas that may explain the differences in how they handle anamorphic video.