Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Get a warning when a video is not supported by Firefox ? (HEVC H265)

  • 4 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: Skipwoof

more options

Hello

I was trying to figure out why the videos taken with my mobile phone couldn't be played via Firefox. After a while I realized that it was due to the format of the video: HEVC H265. This new format is handy because it's less heavy in disk space... but it's proprietary, so Firefox doesn't support it : https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Video_codecs#HEVC

then my question is simple:

In order to save time for people like me who don't understand why we only hear the sound of a video, and why it stays black: is it possible to put a warning pop-up as soon as the browser detects this proprietary video format ?

Hello I was trying to figure out why the videos taken with my mobile phone couldn't be played via Firefox. After a while I realized that it was due to the format of the video: HEVC H265. This new format is handy because it's less heavy in disk space... but it's proprietary, so Firefox doesn't support it : https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Video_codecs#HEVC then my question is simple: In order to save time for people like me who don't understand why we only hear the sound of a video, and why it stays black: is it possible to put a warning pop-up as soon as the browser detects this proprietary video format ?

글쓴이 Skipwoof 수정일시

모든 댓글 (4)

more options

You should see a warning in the Web Console if there is a problem with playing a media file.
It is always a good idea to inspect the Web Console is case something looks wrong (best is to hide CSS errors and other sections as Firefox shows a count when a section is hidden).

more options

Yes, this is how I led to identify the format issue (and dig in that way to understand what is the issue with the format of the video).

But all we have in the console is "Error : format is not supported". Screenshot : https://i.ibb.co/h8cDgkW/Capture.png

What I'm requesting is : To avoid users loosing time like me to (understand WHY there is an error reated to the format), is it possible for Firefox to popup a warning when it "try" reading an HEVC encoded video ?

more options

Firefox doesn't know details about unsupported formats and thus can't name this coding format. There are lot of container and codec formats, either behind licenses or hardly used that Firefox doesn't support. Showing a pop-up that need to be closed would be highly disruptive, so this only leaves the Console that has more room. There is usually a message in the player area when the video can't be played, but in this case Firefox might see a valid audio track and plays this instead.

more options

Exactly, we have only audio and black screen. But no message at all on player area. Instead of a pop-up, just a message in that player area should also be fine. How to add it ?