View Single Post
Old 04-13-2014, 09:45 PM  
Dmitry
Cam and Fan sites
 
Industry Role:
Join Date: May 2003
Posts: 516
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
__________________
Scrile Connect: Start your own fan platform like onlyfans.
WebVideo: live cam chat script with all features to run business.
Whitelabel AI platform like candy.ai to run your AI business.
Dmitry is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote