Questions with the video tag should refer to creating, editing, and displaying video on electronic devices. As video capture and playback vary significantly across platforms, it would be helpful to include a search tag with the target OS or platform (e.g., Windows, Android, YouTube, Java, QuickTime). Appropriate questions include "How do I set the frame rate for playing back video on Platform X?", but not "How can I download free movies from Pirate Bay?"
110
votes
27answers
9k views
What are the best Google Tech Talks? [closed]
What are the most interesting programming-related Google Tech Talks?
76
votes
29answers
20k views
HTML 5 <video> tag vs Flash video. What are the pros and cons?
Seems like the new <video> tag is all the hype these days, especially since Firefox now supports it. News of this are popping up in blogs all over the place, and everyone seems to be excited. ...
53
votes
14answers
7k views
TDD/BDD screencast/video resources
I've recently finished watching the Autumn of Agile screencasts and I'm looking for more material of similar scope. Basically, I'm looking for screencasts that present TDD/BDD process while developing ...
43
votes
19answers
49k views
Is there a way to make HTML5 video fullscreen?
Is there a way to play a video fullscreen using the HTML5 <video> tag?
And if this is not possible, does anybody know if there is a reason for this decision?
39
votes
4answers
18k views
Streaming video from Android camera to server
I've seen plenty of info about how to stream video from the server to an android device, but not much about the other way, ala Qik. Could someone point me in the right direction here, or give me some ...
38
votes
22answers
4k views
Where can I find good technical video podcasts or videos for download? [closed]
When I'm eating, or generally feeling bored, I like to watch a TV-series or something for entertainment. However, being somewhat of a geek, I was wondering if there were any technical video podcasts ...
36
votes
11answers
12k views
What's the best Javascript tutorial?
Can anyone please direct me to the best Javascript tutorials? Site links, books or video tutorials perhaps?
35
votes
6answers
29k views
What's the status of the HTML 5 <video> tag and webcam integration?
Even though it seems to be in some kind of jeopardy, the open video standard is a great idea. I saw some demos on motion tracking with it - just proofs-of-concept, but interesting nonetheless. Now, ...
32
votes
11answers
50k views
HTML5 <video> element on Android
According to:
http://developer.android.com/sdk/android-2.0-highlights.html
Android 2.0 should support the HTML5 video element. I haven't been able to get this to work using a Motorola Droid, and ...
32
votes
0answers
2k views
Must-see tech talks/presentations? [closed]
Possible Duplicate:
Favorite online lectures and presentations
There are now several places that offer free audio or video tech talks/presentations online: I'm thinking of Google Tech ...
23
votes
6answers
40k views
How can I stream webcam video with C#?
I want to make a simple server application where people can connect using a browser-based client (which I will make later) to watch streaming video. And I want to use C#.
What do I need to capture ...
22
votes
2answers
8k views
Implementing webbased real time video chat using HTML5 websockets
Does anyone know how to implement voice/video over IP in a webapplication using HTML5 websockets?
It would be nice if I could implement this with PHP or Python since I (unfortunately) don't know any ...
22
votes
9answers
12k views
What tool(s) can I use to produce iPhone App Screencasts?
I need to produce demonstration video screencasts for my iPhone app... I'm referring to those such as this one for the Reddit iPhone app (the one on the right, not the YouTube video).
I'm assuming ...
22
votes
11answers
20k views
What is the easiest FLV player for embedding video on a website? [closed]
I have video that I've converted to FLV format. I'd rather host it on my own site than use a service like YouTube. What is the easiest player to use? I'd like to just put the .swf file of the ...
21
votes
6answers
7k views
Solid FFmpeg wrapper for C#/.NET
I have been searching the web for some time for a solid FFmpeg wrapper for C#/.NET. But I have yet to come up with something useful. I have found the following three projects, but all of them apears ...
20
votes
1answer
1k views
Is 'Android+FFMpeg' friendship really available?
The question does not mean that I'm interested if ffmpeg code can be used on Andoid. I know that it can. I'm just asking if somebody has the real performance progress with that stuff.
I've created the ...
20
votes
3answers
11k views
Play YouTube videos with MPMoviePlayerController instead of UIWebView
Hello I'm trying to stream some youTube videos using the MPMoviePlayerController but I'm having some problems. The code i'm using is pretty simple and I can play .m4v videos by passing a URL to ...
20
votes
4answers
5k views
Best video manipulation library for python?
I'd like to include some simple video editing functionality for the python application I'm writing and googling comes up with:
pymedia
pyglet (using the media module)
gst-python
Requirements:
...
20
votes
5answers
21k views
Read/Write 'Extended' file properties (C#)
Hi
I'm trying to find out how to read/write to the extended file properties in C#
e.g. Comment, Bit Rate, Date Accessed, Category etc that you can see in Windows explorer.
Any ideas how to do this?
...
19
votes
7answers
33k views
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="/movies/640x360.m4v" type='video/mp4; codecs="avc1.42E01E, ...
18
votes
7answers
12k views
GWT & HTML5 Video in Mobile Safari
I'm trying to code a site in GWT that plays videos with HTML5. Everything works great on the desktop, but mobile Safari on both the iPhone and iPad do not play the video.
I can play a video using ...
18
votes
6answers
22k views
HTML 5 video or audio playlist
Can I use a <video> or <audio> tag to play a playlist, and to control them?
My goal is to know when a video/song has finished to play and take the next and change its volume.
18
votes
4answers
46k views
Streaming via RTSP or RTP in HTML5
I'm building a web app that should play back an RTSP/RTP stream from a server (http://lscube.org/projects/feng).
Does the HTML5 video/audio tag support the rtsp or rtp? If not, what would the easiest ...
17
votes
8answers
19k views
Creating an MJPEG video stream in c#
I have images being sent to my database from a remote video source at about 5 frames per second as JPEG images. I am trying to figure out how to get those images into a video format so I can stream a ...
16
votes
6answers
378 views
How to avoid repeat reloading of HTML video in the same page?
Using the same video twice in the same page seems to force an unnecessary media reload.
Compare loading a video to loading an image:
<img src="image.png"/>
<img src="image.png"/>
...
16
votes
7answers
11k views
WebView and HTML5 <video>
I'm piecing together a cheapo app that amongst other things "frames" some of our websites... Pretty simple with the WebViewClient... until I hit the video.
The video is done as HTML5 elements, and ...
15
votes
4answers
18k views
Where to find good WCF video tutorials?
I am learning WCF, and trying to take a look at its power and how it can help me in my projects, so i want to see some videos about it before start reading a book.
Please can you send me all good ...
15
votes
10answers
8k views
Can you recommend an effective and cheap CDN for video streaming?
I am looking for a streaming CDN recommendation. Cost and performance are my chief concerns. Video viewers may be all over the globe, with the, US, Europe, Russia and South America topping the list ...
15
votes
11answers
31k 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
15
votes
5answers
10k views
What is the best method to capture images from a live video device for use by a Java-based application?
I am looking into an image processing problem for semi-real time detection of certain scenarios. My goal is to have the live video arrive as Motion JPEG frames in my Java code somehow.
I am ...
14
votes
2answers
509 views
finding duplicate video files by database (millions), fingerprint? pattern recognition?
In the following scenario:
I got a project having a catalog of currently some ten thousand video files, the number is going to increase dramatically.
However lots of them are duplicates. With every ...
14
votes
4answers
7k views
Writing an app to stream video to iPhone
I'm interested in creating an iPhone app that can stream video from a central server, YouTube style. I was wondering if anyone has ever tried to do this before, what is the path of least resistant, ...
14
votes
4answers
25k views
Qt jpg image display
I want to display .jpg image in an Qt UI. I checked it online and found http://doc.trolltech.com/4.2/widgets-imageviewer.html. I thought Graphics View will do the same, and also it has codec to ...
14
votes
15answers
1k views
What are great programming-related online talks / videos?
Please recommend a particular programming-related talk / video and explain why you like it.
13
votes
5answers
9k views
Programmatically generate video or animated GIF in Python?
I have a series of images that I want to create a video from. Ideally I could specify a frame duration for each frame but a fixed frame rate would be fine too. I'm doing this in wxPython, so I can ...
12
votes
2answers
88 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 ...
12
votes
2answers
641 views
iPhone MP4 Video Playlist
I have a library of footage encoded as H.264/AAC inside MP4 containers. Right now I can successfully stream the footage to the iPhone using Apache and mod_h264.
What I'd like to be able to do is tell ...
12
votes
2answers
5k views
HTML5 inline video on iPhone vs iPad/Browser
I've created an HTML5 video player (very simple) that works perfectly on the iPad and the browser.
However, when I open it on the iPhone, I only get a play button which, when pressed, opens the ...
12
votes
1answer
4k views
Meaning of ffmpeg output (tbc, tbn, tbr) [closed]
Hey - I am using ffmpeg to tell me video info. Specifically:
ffmpeg -i video.ext
I get the output:
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 704x576 [PAR 12:11 DAR 4:3], 9578 kb/s, 25 tbr, ...
12
votes
2answers
10k views
ffmpeg settings for converting to mp4 and ogg for HTML5 video [closed]
Despite all the hype, in reality the HTML5 video tag has a bit of a problem. In order to use it and for it to be cross browser compatible, you have to include more than one format of the video. To ...
12
votes
10answers
3k views
Is there any Algorithm for converting 2d video into 3d video?
Is there any Algorithm for converting 2d video into 3d video? (for viewing using glasses)
(a-la turning Avatar into Avatar for An IMAX 3D Experience )
or at least turn it into video prepared for ...
12
votes
5answers
7k views
Video playback in Java ( JMF, Fobs4JMF, Xuggler, FMJ )
I need simple video playback in Java.
Here are my requirements:
PRODUCTION QUALITY
Open and decode video files whose video and audio codecs can be chosen by me. I.E I can pick well behaving codecs.
...
12
votes
11answers
9k views
Programmatically convert a video to FLV
i am currently working on a web application that needs to accept video uploaded by users in any format (.avi, .mov, etc.) and convert them to flv for playing in a flash-based player.
Since the site ...
11
votes
2answers
1k views
ffmpeg: 1 image + 1 audio file = 1 video
This should be pretty trivial but I can't find a way to get it to work.
I want ffmpeg to take one jpg image and an audio file as input and generate a video file of the same duration as the audio file ...
11
votes
2answers
8k views
This code to write video+audio through AVAssetWriter and AVAssetWriterInputs is not working. Why?
I've been trying to write a video+audio using AVAssetWriter and AVAssetWriterInputs.
I read multiple posts in this forum of people saying they were able to accomplish that, but it is not working for ...
11
votes
5answers
638 views
What's the technology behind live stream sites?
It's amazing to notice that live stream sites like doitlive.tv can deliver videos on very low bandwidth (as low as 25kbps) home connection. Could someone explain me the technology behind such sites ...
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 ...
11
votes
1answer
997 views
Recording custom overlay on iPhone
I'm interested in recording a video with a custom overlay which would end up in the video itself. They could be UIImage or even better, an OpenGL viewport, is there even such possibility right now on ...
11
votes
3answers
2k views
Youtube content identification technology?
I'm not sure if Youtube is the only website with this technology, but content identification in YT (Content ID) is basically a technology to automatically identify and remove copyright infringements. ...
11
votes
9answers
2k views
Agile Development 101 Video
I've been trying to find a good video that I can show at a "Lunch and Learn" on Agile Development / Scrum. Our organization is primarily Waterfall and most people have never even heard of Agile ...