I am using an ARM based system and Windows CE 6.0. I am the OEM. Before I start diving into searches and coding examples, I wanted to know whether it is possible to use Windows Media Player for Windows CE 6.0 to play an MPEG2 file (without a sound stream), and at the same time play another MP3 file.
Is it possible?
Are there any H/W r...
You might have seen video through you tube in iPhone.
Normal MPMoviePlayerController has previous, next & play/pause buttons.
You tube - player has additional two buttons on it.
=> Add to favorites on the left side.
=> Email this video on right side.
I want to implement the same for my application.
But I am failed to find out the p...
I'd like to embed QuickTime movies on my site using custom controls (play/pause/volume) like Apple does on its website. I'm assuming it's just some fancy JavaScript and .gifs/.pngs?
...
Hello All.
I am trying to play a movie (wmv,avi,mpg,etc.) in a winforms application. I would like the user to be able to start, stop and pause.
I'm not looking for a full answer ... I just need pointed in the right direction. I've already did some searching on google but could not find anything useful. I can continue searching but I kn...
I want to convert movie files like AVI, MOV etc. to Bitmap-Files, like JPEG, JPEG2000, TIFF etc.
Is it possible to realize that with DirectX / DirectShow?
Is AVCodec from ffmpeg the much more better choice?
Is it well documented?
Are there any other possibilities to realize this problem (f.e. with Qt)?
...
how can i load a movie clip using AS2 from library into my stage. and how to unload it. could u help me ? i appreciate it
...
I would like to simulate some kind of camera on a UAV. The camera should provide a live stream, and send the stream over a network connection to a server. The server should be able to play the stream on the fly for me to see.
I was thinking the client(uav) just read a moviefile and sent it to the server. But how can the server show the ...
I want to open an existing Movie-File and export every frame of this file to an image like JPEG or TIFF. I got so far until now:
int main(int argc, char* argv[]) {
char filename[255]; // Filename to ping.
OSErr e; // Error return.
FSSpec filespec; // QT file specification
short filemovie; // QT movie h...
How can the linux frame buffer, on Cell Linux, be captured to obtain either screen shots or movies?
Is there a tool to do this for a running program, or must the program writing to, and presumably controlling, the frame buffer also handle capture and recording?
...
Hi, when i stop the movie and the mpmovieplayercontroller is disappear, i see in my router that the movie is continue downloading, can it be? is it normal?
...
I am looking BitmapViewport3D for rendering to a texture, and I am wondering if there is a way to render to a movie or film strip for later viewing. Anything like that built into PaperVision?
...
Hi,
What classes do i need to use for download movie and save it to the sandbox?
Do i need to save it to the Documents library?
Do i need to use initWithContentOfUrl?
What tools do i need to this task?
tnx.
...
can anyone tell me how to add overlay view without using IB to streaming video..
I tried a lot and overlay view is not working. plz help .its urgent
...
I embed .mov clips that sometimes are bigger than the place where I show it, so I want to resize the clip. Have tried with width and height but that only changes the area to display it; it does not resize the actual movie.
Is it possible to resize the movie size? If yes, how?
...
hey,
i have a website built mostly in flash. the flash movie is on an html page. i want the flash movie to be in the same line with a side menu (list of links to other pages on my site). this is my website: http://www.arielajewellery.com/gallery.html
i tried this html code:
.center{float: center;}
.left{float: left;}
.clear{clear: both...
How to avoid reloading of "large" movie files but keep them in cache. Keeping a movie in a cycle, where a large 50MB - 300MB movie file is displayed from time to time.
Currently my program stores smaller movie files, but the large ones is reloaded every time.
To find a solution on this is better than to degrade the movie to a worse fra...
I have a flash movie clip and need to load an external image inside the clip that reference to an external URL.. like www.myimage.com/image.jpg i did something with XML but the image persist on every clip because it loads from actionscript using the x and y cords.
Help needed!
Thanks!
...
I have a movie, and I want to produce a new movie out of it with an area blurred (e.g. an object, a writing or a face). The area is moving, so I must have fine control of the current frame and move the position of the blur area accordingly. Blur is an option, but also a dark mask is fine too.
Now, I have a question open at superuser on ...
Please bear with me, I know that what I'm doing can sound strange, but I can guarantee there's a very good reason for that.
I took a movie with my camera, as avi. I imported the movie into iMovie and then exploded the single frames as PNG. Then I repacked these frames into mov using the following code
movie, error = QTMovie.alloc().ini...
I am developing a portal for online theatre system. I will show the movie in online website daily in shows(like 6-10 PM Shows). I am using Silverlight to display the video in web application. I am holding my movie file in Windows Azure Blob. I am having a problem displaying the movie file.
Consider if ay user login to web system @6 The...