16
votes
11answers
32k views
How to embed YouTube videos in PHP?
Can anyone give me an idea, how can we show or embed a YouTube video if we just have the URL or the Embed code.
Thanks for the help
13
votes
2answers
103 views
php regular expression for video swf
iwant to get the video url from a object/embed html source. i read i can use regular expression to get it but me and regular expression are no friends
so heres what i have:
<?php
function ...
11
votes
1answer
1k views
Uploading video to old Facebook REST API
I'm having lots of issues with uploading videos.
If I try to use https://api-video.facebook.com I am getting a cURL host not found error, if I use http://api-video.facebook.com I get a message to use ...
7
votes
5answers
21k views
Live Video Streaming with PHP
I have a PHP/AJAX/MYSQL chat application. I want to add video chatting to my application. How can I create live video streaming to be used for live video conferences/chatting in a PHP application. ...
6
votes
4answers
267 views
Videos for developers
Is there any developers-centric video tutorials site? For example containing video tutorials on topics such as php, jquery, c#, java, etc.
Note: I know youtube, so please don't write about such ...
5
votes
4answers
2k views
Programmatically determine video file format?
Ok, I get the basics of video format - there are some container formats and then you have core video/audio formats. I would like to write a web based application that determines what video/audio codec ...
4
votes
2answers
74 views
Creating stop-motion videos from images with PHP
Is it possible, using PHP, to create a video file (Format doesn't matter at the moment) from a series of images?
I'm not talking about making animated GIFs but real videos.
4
votes
1answer
108 views
What letters exist in youtube video IDS
Can someone point me to the letters that exist in youtube video IDs. I know it's not just alphabet, but may contain other letters too. Do they generate them in sequence too?
If someone noticed or ...
4
votes
2answers
568 views
How to encode uploaded video files to .flv format in PHP
My platform is PHP JOOMLA MYSQL. I want to encode and load uploaded video files of different formats to .flv, .mp4 & .avi
I want this process either done on the upload process or after ...
4
votes
2answers
266 views
Is there a way to upload videos to youtube from our Website?
I am developing a website, where I am allowing users to upload videos, but if the members numbers keep on increasing and they keep on uploading more videos it will be expensive for me. So I want to ...
4
votes
4answers
3k views
Detect FFMPEG?
I'm writing a PHP script that converts uploaded video files to FLV on the fly, but I only want it to run that part of the script if the user has FFMPEG installed on the server. Would there be a way to ...
4
votes
6answers
4k views
How to serve .flv files using PHP?
I'm building a streaming video site. The idea is that the customers should pay for a membership, login to the system, and be able to view the videos. I'm going with FlowPlayer for showing the actual ...
4
votes
4answers
3k views
How to display youtube-like video player in website?
I'm working on a website where I want camera-recorded vidoes to be uploaded, and be viewable (but not downloadable) to logged-in users only. I'd also like to edit the videos, have certain images ...
3
votes
1answer
95 views
Failed get back video after extract content and base64 encode it using PHP
I have tried to get back my video (mp4) after I get contents then I base64 encode it, but my video is still not playing. I have tried the code below with images and it works. Why doesn't it work with ...
3
votes
1answer
104 views
Why won't some MP4 videos start streaming until the entire file is downloaded?
I'm working on an application where users upload a video and play it back the browser using jwplayer, jplayer, flowplayer, etc. Some videos play immediately, while others wait until the entire video ...
3
votes
3answers
218 views
Render AS3 Flash (swf) to video server-side
Does anyone have an idea how this could be done? Or a product?
I have a SWF timeline animation that grabs XML/images dynamically and then need to output/encode that as a video.
3
votes
3answers
720 views
get flv video length
While i try to get length of a flv video file i get 0 second where as it only happens with some videos, else my function works fine.
below is my code.
<?php
function mbmGetFLVDuration($file){
...
3
votes
4answers
472 views
PHP : How check movie format is MKV or WMV
I use finfo_file and mime_content_type, it return on MKV and WMV:
application/octet-stream
PHP can't determine 2 this video format ?
If must use FFMPEG determime ( i dont know it possible or not) . ...
3
votes
1answer
143 views
PHP - Is it possible to create a video (any format) from a list of images using PHP?
I want to create a simple video slideshow using a list of images I have automatically using PHP. Is there some sort of library that allows video creation on PHP (like a PHP-GD library but for videos)? ...
3
votes
3answers
285 views
How do I allow video embed html safely on a site?
I have a php application in which we allow every user to have a "public page" which shows their linked video. We are having an input textbox where they can specify the embed video's html code. The ...
3
votes
3answers
832 views
Is there any free opensource (GNU GPL, LGPL etc) Comet Video Chat? (PHP)
Is there any free opensource (GNU GPL, LGPL etc) Comet Video Chat? (PHP)
I want to integrate it into my own CMS I am creating.
3
votes
1answer
157 views
video on website with php
I'm writing a web application where users can submit pictures, videos, and descriptons of points on a Google Map. I have the application written except for the video uploading. I've read about ffmpeg ...
3
votes
2answers
3k views
How to create an image using ffmpeg and PHP?
I'm using this script, but I'm not able to create the image.
My file is here.
3
votes
2answers
130 views
What web video formats can do this?
I'm at a loss here--trying to come up with the best way to embed a video in a web page such that it can start playback at a specific frame number programmatically (not a simple timeline bar like ...
2
votes
1answer
52 views
Html5 video repeats in safari while buffering
I am playing a video with the HTML5 <video> element. Everything works fine but while the video is streaming, the part of video which is already loaded is repeatedly played in Safari. How do I ...
2
votes
3answers
177 views
Video thumb creation like youtube for php based websites
Is there any way to create multiple thumbnails from a video through php? I don't have ffmpeg installed in my hosting account's web server. What should I do now?
2
votes
1answer
44 views
Retrieving User Uploaded Video Specifications
The web app I'm working on allows a user to upload videos. The videos must meet specific criteria as outlined by our client (format, frame size, frame rate, etc) or they will be rejected. I found the ...
2
votes
3answers
463 views
Replace YouTube Link with video Player
I run a forum and want to automatically replace any link to a YouTube video with a youtube video player. I can't really find anything like this on the ineternet, but I have seen it in Wordpress.
I'm ...
2
votes
1answer
263 views
perform frame transition using ffmpeg and php
i am building a movie using various images using ffmpeg.
movie generating properly but what i want that. when any frame changes I want some effects to be perform like fade in, fade out, slide in , ...
2
votes
4answers
602 views
How can I have a video chat on my site like Gmail?
I'm looking for a free opensource project or just some code I can use to have video chatting capabilities on my site. Anyone know if this can be done easily, I know a lot about PHP and jquery.
2
votes
1answer
502 views
Facebook Graph API and videos
Is it possible to request all the videos associated with a face book account? So I can loop through and echo them to the page. Sort of like getting the json data of an album that has all the images ...
2
votes
1answer
269 views
how to read a video file placed at server in php - video file's name includes http wrapper
I am using the following code but there appears to be warning with fseek and returns -1 instead of 0.
$file = fopen("http://www.example.com/public_html/data/video/temp.mov", "r") or exit("unable to ...
2
votes
1answer
231 views
ffmpeg video encoding strategy for preventing “inflating” of low quality videos
We're trying to build a php based video sharing site that allows users to upload their own content.
We need to convert all these videos into a medium-quality mp4 video file for eventual streaming ...
2
votes
1answer
421 views
Uploading and Storing videos online using PHP and ffmpeg
I have a website that allows users to upload videos to it,
After they upload videos, I would like to be able to display them using a flash player.
One flash player i know is flowplayer, althrough if ...
2
votes
2answers
267 views
Downloading Youtube videos with PHP
I am searching for a way to download Youtube videos using PHP. I have searched how to do this for hours but unfortunately all the Google results I find are years old and do not work anymore.
I would ...
2
votes
1answer
50 views
Can PHP handle splitting video
Let's say that I created a video with something like Camtasia and saved it as .avi. How would I go about programmatically extracting a subclip let's say from minute 1:00 to 1:50. Is this something PHP ...
2
votes
1answer
393 views
Editing WMV metadata using Python or PHP?
Is there library to edit WMV metadata using Python or PHP? I tried editing with ffmpeg but it just creates a new video file(with edited tags) rather than just editing the tags.
2
votes
1answer
333 views
Pay per view video solution
We are planning on building a pay per view (PPV) video solution but we have no idea from where to start. Here are the current givens:
it will be hosted on Linux
using PHP
Database: MySQL
And by ...
2
votes
5answers
1k views
How to create thumbnails or preview for videos?
i want to display thumbnails or preview panels for videos listed on my site, i want to fetch a single frame from a video (from a particular time i.e get a frame of exactly after 1 min) and display ...
2
votes
6answers
2k views
Get the dimensions of a H.264 MP4
Does anybody know a ready-made, reliable way to tell the dimensions (width x height) of a MP4 encoded using the H.264 codec without ffmpeg or similar extensions, in pure PHP?
Thanks for all the ...
2
votes
2answers
499 views
Streaming video file?
Hi
I need to stream flv file.
streaming should look like live streaming.
and I their should be a way to change target file.
sorry for my poor English.
2
votes
2answers
2k views
FFMPEG - zero file size when sound enabled
I'm having a few problems converting video files from the command line using FFMPEG. I'm using a CentOS server, but unfortunately I don't have shell access.
When I suppress sound using the following ...
1
vote
2answers
93 views
Turning off autoplay on youtube videos
I have a PHP/jQuery scraper function that essentially looks for web page content.
One method looks for videos. When testing a youtube video page the video is scraped and is displayed just fine. ...
1
vote
1answer
40 views
Uploading video files to IIS 7 through php fails
I'm trying to get my website to upload video's and pictures. As I have made more websites that upload pictures there is no problem on that front, but when i try to upload a video for some reason it ...
1
vote
0answers
66 views
Create slideshow from images on linux [closed]
I need to dynamically create a simple but nice slideshow from images on my linux server (CentOs). I'm using php with the dvd-slideshow and ffmpeg tools, but dvd-slideshow is very limited:
1) The ...
1
vote
4answers
121 views
Track if a user has watched a video and reward them.?
I own a incentive site where users complete offers and earn points to purchase items. I'm looking for a way to implement videos into it. A user watches a video all the way through and earns a certain ...
1
vote
1answer
96 views
How to optimize video to animated GIF conversion using PHP + shell commands
I have a web application that converts any video into an animated GIF. The app runs in PHP and the following steps are executed through php's shell_exec:
Scale video to smaller dimensions, if they ...
1
vote
1answer
68 views
Php Video Played Percentage
Is there any html5 player that can let me know
Whether user played a video
For example if a user clicked play button on a specific video.
Percentage of video played
For example A user only plays 20% ...
1
vote
4answers
70 views
Providing download links in php
I recently uploaded videos,audios and pdf files using php to my multimedia folder on my server.
Basically its a site providing tutorials on various engineering subjects. I have kept folders like ...
1
vote
0answers
22 views
Parsing Thumbcache in PHP
I always wondered if it was possible to parse the thumbs db files located in Windows 7 in:
C:\Users\%userdata%\AppData\Local\Microsoft\Windows\Explorer
In Windows XP they used to be located in each ...