Top "Video" questions

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

Qt jpg image display

I want to display .jpg image in an Qt UI. I checked it online and found http://qt-project.org/doc/…

image qt graphics video view
HTML5 video (mp4 and ogv) problems in Safari and Firefox - but Chrome is all good

I have the following code: <video width="640" height="360" controls id="video-player" poster="/movies/poster.png"> <source src="/…

firefox video safari html ogg-theora
How to add a new audio (not mixing) into a video using ffmpeg?

I used a command like: ffmpeg -i video.avi -i audio.mp3 -vcodec codec -acodec codec output_video.avi -newaudio …

audio video ffmpeg
TCP vs UDP on video stream

I just came home from my exam in network-programming, and one of the question they asked us was "If you …

networking video tcp udp video-streaming
Using ffmpeg to encode a high quality video

I have a set of video frames saved as images in a directory, and I'm trying to encode these to …

video ffmpeg video-encoding
How to process images of a video, frame by frame, in video streaming using OpenCV and Python

I am a beginner in OpenCV. I want to do some image processing on the frames of a video which …

python opencv video video-streaming
How to change the playing speed of videos in HTML5?

How to change the video play speed in HTML5? I've checked video tag's attributes in w3school but couldn't approach …

javascript html performance video html5-video
How to disable auto-play for local video in iframe

How to disable auto-play for video when src is from my local pc? <iframe width="465" height="315" src="videos/example.…

html iframe video autoplay
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 …

php video streaming
How can I embed a YouTube video on GitHub wiki pages?

I am fairly new to markup (though it's extremely easy to pickup). I am working on a package and am …

video github youtube embed markdown