Aspect ratio (SAR/DAR) is ignored in HEVC video
Categories
(Core :: Audio/Video: Playback, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: dantmnf2, Assigned: alwu)
References
(Blocks 1 open bug)
Details
(Keywords: parity-chrome, webcompat:platform-bug)
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0
Steps to reproduce:
Attempt to play an HEVC-encoded video, such as the attached file, or generated by
ffmpeg -f lavfi -i testsrc=s=1920x1080:d=10 -vf scale=1440x1080,setsar=sar=4/3 -pix_fmt yuv420p -c:v libx265 a_1440x1080_sar_4_3_hevc.mp4
Actual results:
The video appears as 4:3, SAR/DAR is ignored.
With AVC-encoded video (replace libx265 with libx264 in the command before), the video correctly shows as 16:9. Seems a bit unrelated to 1868032 .
Expected results:
The video should appear as 16:9.
Comment 1•2 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Audio/Video: Playback' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 2•27 days ago
|
||
Assignee | ||
Comment 3•27 days ago
|
||
Depends on D236056
Comment 5•25 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/63befe040db3
https://hg.mozilla.org/mozilla-central/rev/faf2d5460822
Assignee | ||
Updated•25 days ago
|
Updated•20 days ago
|
Comment 6•18 days ago
|
||
I have reproduced this issue using Firefox 136.0a1 (2025.01.07) on Windows 11.
I can confirm this issue is fixed, I verified using Firefox 136.0b2 on Win 11 and on macOS 12, the video has the expected aspect ratio.
On Ubuntu the HEVC video still not playing.
Description
•