Skip to content
Advertisement

Tag: video

Uploading large video file

I would like to build a webpage(simple form) where users can submit media files, most likely video files. The video files will be anywhere from 100mb – 500mb(or possibly more, depending on the file compression) I was wondering if you could recommend any hosting plan(or company) that may fit my requirement. I was thinking that I will be writing php

PHP: How to play random mp4 videos in static url .php

I have a code in PHP language hosted in webcindario.com (free hosting), that shows on click a video randomly. But it works ONLY in VLC Player for Windows. The result is that the Chrome browser or Android donĀ“t show the video: And I have these questions: Is there a way to get the code to work on Android devices and

ffmpeg not detecting video file duration

Am using the following code to detect video duration before uploading using ffmpeg, but it doesn’t seem to work: I need to echo video duration as text input to sql before uploading file to server. Answer i used https://github.com/wseemann/FFmpegMediaMetadataRetriever with following code to retrive video duration

Advertisement