![]() |
Can anyone recommend an HTML5 video player and/or HTML5 chatroom?
I want to convert my flash video player to html, but the software I was looking at charges a yearly fee.
Can anyone recommend a video player that is only a 1 time cost? I'm also looking for an html 5 chat room if anyone knows a good one. thanks |
|
Quote:
|
Use HTML5 video tag.
|
If your video file in FLV format you can convert them into WebM or MP4 and use HTML5 video tag to play video
Details about <video> tag format could be found here: http://www.w3schools.com/html/html5_video.asp And you can use free ffmpeg utility to convert all your video files in a batch. Here is example command line to convert flv into mp4: ffmpeg -i input.flv -qscale 0 -ar 22050 -vcodec libx264 output.mp4 |
Quote:
|
|
Quote:
|
Quote:
|
All times are GMT -7. The time now is 09:48 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123