video

How to combine a photo and sound file to an video file which is acceptiable on youtube?

I'd like to combine a photo and some sound file together and upload to youtube, not sure how to do it. Any suggestion will be greatly helpful. Thanks. ...

What are great programming-related online talks / videos?

Please recommend a particular programming-related talk / video and explain why you like it. ...

How to determine video dimensions of an mpeg-2 transport stream file

How do I programmatically find out the width and height of the video in an mpeg-2 transport stream file? Thanks. Edit: I am using C++, but am happy for examples in any language. ...

Video sharing site with embeddable upload control

I'm in the process of building a site with embedded videos. I'd prefer not dealing with the videos myself and instead use something like Vimeo Plus. I also would like the future administrators of the site to be able to upload videos directly from the administration interface of the site (i.e. so that they don't have to go to Vimeo for up...

Google Earth popup video (ActiveX)

Is it possible to place an ActiveX control in a Google Earth placemark pop up? I have a proprietary third party activex control that I can put in embed in HTML. Would this work for Google Earth? ...

Video in a website

I am preparing a project proposal for a client who wants to publish video in his website. I need to define which video formats will be allowed, which video sizes, as well as the necessary tools for conversion and preparation. I have no experience with embedding video in websites so which markup do I need to play video online? ...

Video Conferencing API

Hey, I'm looking for a video conferencing .NET API where I can connect peer to peer. Currently I am using Skype API, but it is missing a few features, such as being able to switch to fullscreen via the api, and being able to change the user via the api. Any suggestions? Cheers ...

Protect flash video from download/right protect

Is it possible to protect flv files from download? I'd like to protect my files from download but I don't have the money for a streaming server which I think provides some sort of protection. The files are streamed via PHP and are located in an upload folder on my server. I've used PHP to ensure that only subscribers can view the video ...

Video in email?

We often send emails in HTML for clients (Dont like it but not my choice) Does anyone have any info or a link on support for the dynscrc attribute or img in email clients? ...

If you had to add support for one video file format and codec, which would you choose?

I'm looking to add support for reading and writing video files in my application. If you had to choose exactly one file format and codec combination that would satisfy the majority of users, which would you choose: 1) MPEG-4/H.264 (.mp4) 2) AVI/DiVX (.avi) 3) Ogg/Theora (.ogg) 4) Windows Media Video (.wmv) I'm leaning towards MPEG-4/H...

Video editing capablities

Hi All I am building a desktop application ( .NET) for which basic video editing capabilities like adding music ,captions ,editing etc is required. Are there any open source options or third party libraries any one can recommend Thanks in advance Anon ...

Determining video codec via YouTube data API?

Is it possible to determine whether a particular youtube video is encoded with H.264 or FLV through the YouTube data API? If so, how? I can start a file download and check how the video stream was encoded (programmatically, of course), but I'd like to use the YouTube data API to avoid all that overhead. ...

Tool for making a video tutorial?

I'd like to make a video tutorial for my SDK--one of those videos that shows the screen while some dude talks about what he's doing. Can someone direct me to easy and preferably free tools for doing so? Desired features: - Cuts (recording several snippets of video and putting them together afterward) - Subtitles (not only for user conve...

Non-fullscreen FLVPlayback

I'm building a full-screen demo where I need to simulate a YouTube video. I dragged a video that plays an external .flv file. It works fine if the stage isn't set to full-screen. But I need to set the stage to full-screen like this: stage.displayState = StageDisplayState.FULL_SCREEN; stage.scaleMode = StageScaleMode.NO_SCALE; The pro...

How to control Video Cam connected to Firewire using a program

Hi I need to control (play,rewind,stop) my Video Cam connected to firewire of my PC Is this possible. My program is written in .NET Thanks Anon ...

Embedding Video in a WinForms app

I need to be able to embed and control the playback of an AVI file in a WinForms app, using C#. The video needs to be embedded in the form, not launched in a separate media player window. What's the best approach to do this? I found the System.Media namespace, which sounded promising, but it appears that is only useful for sound. Do ...

Is it possible with AIR to play a video while it is downloaded

The idea is download a video in parts (from different servers) but starting to play before video file is complete. The issue is that VideoDisplay component doesn't read the video file if it is opened for writing and vice-versa: writing is impossible if VideoDisplay plays the video... ...

How do I stream Live Video

I'm looking for solutions that will allow me to have a Live Video feed setup at one location and, via the internet, watch the video stream at a remote location. The goal is to have a live high quality video training session that remote users can watch from their own locations. Any technology will work. High Quality is a must. I'm most ...

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 video or rapid images through a webcam and send them over the network? ...

Produce a simple Video - uncompressed, frame by frame

Hi, I need to an algorithm, to write frames (Pictures) into a file, which can be read by some Video-Cutting/Producing-Software to work with. So I got frames, and I want to give them a input into a function/Method. Let's do i in Java. How can I do this? Is there a simple way, I can write videofiles without using any systemcodecs? I jus...