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. ...
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. ...
Please recommend a particular programming-related talk / video and explain why you like it. ...
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. ...
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...
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? ...
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? ...
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 ...
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 ...
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? ...
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...
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 ...
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. ...
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...
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...
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 ...
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 ...
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... ...
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 ...
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? ...
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...