為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

.mp4 support extension source code

more options

For my website I currently use .flv videos.

I want to switch to .mkv videos to show on my website but I don't believe firefox has support for mkv videos, only chrome.

I want to create an extension that allows for the viewing of .mkv videos.

I know firefox supports .mp4 videos and I would like a view of that source code so that it would be far more easy to incorporate support for .mkv videos.

Is there a place where I can get .mp4 support source code so that I can write an extension for .mkv videos?

Thanks,

For my website I currently use .flv videos. I want to switch to .mkv videos to show on my website but I don't believe firefox has support for mkv videos, only chrome. I want to create an extension that allows for the viewing of .mkv videos. I know firefox supports .mp4 videos and I would like a view of that source code so that it would be far more easy to incorporate support for .mkv videos. Is there a place where I can get .mp4 support source code so that I can write an extension for .mkv videos? Thanks,

所有回覆 (1)

more options

Firefox's natively supported codecs include WebM and OGG Theora. For the reasons described on this page, Firefox is limited in the types of encoding it can support; I don't think Firefox native plays H.264-encoded MP4: https://developer.mozilla.org/En/Media_formats_supported_by_the_audio_and_video_elements

I hadn't heard of .mkv before; I found this article with more information: http://en.wikipedia.org/wiki/Matroska Support was requested a couple of years ago, but the request was shelved. See 476727 – Support the Matroska (MKV) container.

As for where the code is: you can download the source code of Firefox, but the folks on this support board wouldn't be able to quickly point you to the parts relevant to video decoding. You might want to join one of the developer mailing lists or groups for more guidance there.

由 jscher2000 - Support Volunteer 於 修改