Top "Video" questions

Video is an electronic medium for the recording, copying, and broadcasting of moving visual images.

How to make a movie out of images in python

I currently try to make a movie out of images, but i could not find anything helpful . Here is my …

python image video screenshot
Converting video to HTML5 ogg / ogv and mpg4

Does anyone know about any software that can convert video (avi, flv, whatever) to HTML5 supported ogg/ogv and mpeg4 …

video html mpeg
Android intent for playing video?

I'm trying to play video's on Android, by launching an intent. The code I'm using is: tostart = new Intent(Intent.…

android video sdk android-intent
How to embed new Youtube's live video permanent URL?

I stream live on youtube a lot and since yesterday I experience a weird thing: I embedded the livestream URL …

video youtube embed live live-streaming
How to mute an html5 video player using jQuery

I've found how to pause and play the video using jquery $("video").get(0).play(); $("video").get(0).pause(); But I can't …

javascript jquery html video mute
Get video dimension in python-opencv

I can get size of image, like this: import cv2 img = cv2.imread('my_image.jpg',0) height, width = img.shape[:2] …

python opencv video
How to get video duration, dimension and size in PHP?

I want to know how to get the duration, dimension and size of uploaded video file in PHP. The file …

php video ffmpeg duration
How do you change video src using jQuery?

How do you change the src of a HTML5 video tag using jQuery? I got this HTML: <div id="…

jquery video html
YouTube URL in Video Tag

I am using the <video> tag, and I want to use any URL from YouTube in it. I …

html video youtube
HTML5 Video Autoplay not working correctly

Im using this code: <video width="440px" loop="true" autoplay="true" controls> <source src="http://www.example.…

video video-streaming html5-video autoplay