how to play videos in .avi file format in chrome?

柔情痞子 提交于 2019-12-01 01:20:32

There are only a few file video formats which can be played in most browsers. Chrome probably does not want to support non-standard formats and thus pollute the Web with incompatible content.

Here are the video formats supported by various browsers:

+--------------------+----------------------+-------+-----+
|      Browser       |         MP4          | WebM  | Ogg |
+--------------------+----------------------+-------+-----+
| Internet Explorer  | YES                  | NO    | NO  |
| Chrome             | YES                  | YES   | YES |
| Firefox            | YES                  | YES   | YES |
| Safari             | YES                  | NO    | NO  |
| Opera              | YES (from Opera 25)  | YES   | YES |
+--------------------+----------------------+-------+-----+

I invented an alternative for Npapi windows media player!

My windows program is an extension for all browsers installed on the computer. And it can be very interesting complement any browser functionality. For example I have added to my site (example site, with part of code: http://master255.org/) mpc-hc player with feedback to view any video from the site.

It sounds fantastic? But it works! :-D

Program Code:

https://github.com/master255/Redirector

Download:

http://master255.org/setup/setup.exe

Enjoy!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!