View Single Post
Old 04-13-2014, 09:45 PM  
Dmitry
Cam and Fan sites
 
Industry Role:
Join Date: May 2003
Posts: 517
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
__________________
Start your own fan platform like onlyfans clone or webcam site platform or AI chat website
Zyrox - Automated crypto payment gateway with subscriptions support.
Dmitry is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote