video

what language/libraries an app that has a video preview window?

I want to make a simple assistant for putting together AviSynth scripts. This would be a windows desktop application that would have a "preview" screen of an avi movie, which would give you a timeline, play, fast-forward, rewind, advance and go back frame-by-frame. The program would need to know the frame number of the current frame in t...

Embedding OBJECT (Video) in RSS Feed while maintaining page flow

Hello all, I'm trying to publish rss feed from a site. Some of the feed items contain embedded video. Now I know for sure that this won't show up in the feed when the feed item contains the object data enclosed within the item's <description> tag. In fact feed validator shows a warning for the same. Googling for a solution to th...

how to synchronize physics model, audio, game rendering, frame display and input

What is a good processing sequence and/or threading model to use to give a user impression of well synchronised physics model, audio, video, sound and input in an application, assuming the application prepares no "predictive" frames or sound? EDIT My question assumes no "networked game" concept, just a standalone machine. ...

Record and encode Flash video?

Is it possible to record video through Flash's "Webcam" facility and receive encoded video on server side without any further processing (i.e. just saving the stream to a file)? Or is server side software always needed to encode the input? If server side software is necessary, are there free / Open Source solutions available? ...

How to play *.mp4 in Silverlight (locally - no server)?

How to play *.mp4 in Silverlight (localy - no server)? I have a file How to play itr using xaml and c# ...

Is it possible to record video of a Java Swing Component?

I am looking for a way to make a video out of a java JComponent. I found ways to save components as images, but ideally I would like to be able to have the component paint to the screen and to a video file. I am hoping to find a solution that does not require libraries outside of the core JDK, but lightweight libraries might be conside...

HTML5 Video tag with no source?

Is there any defined behaviour if I have an HTML5 VIDEO tag but include neither a SRC attribute nor SOURCE tags inside the element? Would this still be valid HTML, and if so, what should the (HTML5 capable) browser do - ignore the element or display it's contents? ...

How to send video stream to server while capturing with Nokia 5800?

So I need info on how to do it using nokia API? ...

Streaming videos from mobile phones.

I'm searching for open source libs for Streaming videos from mobile phones (from cameras on mobile phones) to servers. JAVA or C/C++ any one knows any? ...

How to load a video from file in XNA ? (PC Only)

I want to show a video texture in my application with the video file being supplied by the user. Texture2d has a FromFile method, but Video doesn't. Any ideas? (I only need PC support) Thanks. ...

Uploading videos with URL....

I have a php script which grabs a video's dynamic URL from its web location. When hosting the page on my localhost using apache, the URL for that video works, so the dynamic URL retrieved is the correct one. However , when I try to upload the files to http://online-dizi-film-izle.com/www/ ....the URL changes, and it becomes invalid. Any...

Set video mode to 1920x1080 (HD) or higher in kernel ASM (NASM assembler)

I would like to set the video mode in a ASM kernel I'm working on to a video mode 1920x1080 or higher (or at least higher than the usual limit in VESA). Is there anyway to do that, and if so, provide sample code? I'm using NASM to code the kernel. ...

How to encoding no sound recorded red5 video via ffmpeg

HI We recorded video via red5 server but no sound added ( because there was no sound environment ) . So there is no sound track in output flv file. and there is encoding error when we do encoding that flv ( no sound track ) into other video format via ffmpeg . error message is Could not find codec parameters (Audio: 0x0000, 0 chann...

Apple Segmenter - is it working right?

Hi everyone, I'm trying to get our video files (m4v) converted to the Apple http streaming and ran into some questions. I have a file that is 6mb in size and when I pass it through the segmenter using all default settings the files that output add up to 32mb in size. The last file is 17mb in size. I'm not sure if that is how it is sup...

Audio track in video file - C++

My application is transforming an AVI video file into another AVI file. I use the OpenCV library. Unfortunately videos created with OpenCV have no sound as the library does not support audio. Is there any easy way to copy the audio track from one video file to another? Maybe FFmpeg? My application is written in Visual C++. ...

Parsing and Converting TED Talks JSON Subtitles

This question is related to this other question @ SuperUser. I want to download the TED Talks and the respective subtitles for offline viewing, for instance lets take this short talk by Richard St. John, the high-resolution video download URL is the following: http://www.ted.com/talks/download/video/5118/talk/70 And the respectiv...

Overlay View Problem When Playing Two Different Movies in Sequence

I'm trying to play two videos using the MPMoviePlayerController class and allow the user to switch between the two videos by swiping their finger across the screen. Everything works great for the first movie. The overlay view correctly detects the swipe and starts the next movie playing. Unfortunately things don't work so well with th...

iPhone UIImagePicker Camera video trimming problem

How to get the trimming video function working on iPhone? I am using UIImagePicker to capture videos, and set allowsEditing to YES. In the view with the "Use" button right after video captured, I was able to drag the yellow trimming box, but it looks like the video saved are not trimmed. Any ideas? Thanks! ...

Where can I find Computer Graphics video lectures?

Where can I find Computer Graphics video lectures? My job is about 3D graphics algorithms, however, I know nothing about them now. Where can I find one? ...

Upload live streaming video from iPhone like Ustream or Qik

How to live stream videos from iPhone to server like Ustream or Qik? I know there's something called Http Live Streaming from Apple, but most resources I found only talks about streaming videos from server to iPhone. Is Apple's Http Living Streaming something I should use? Or something else? Thanks. ...