movie Questions
4
I basically have an matrix of bytes. Each row (meaning byte[]) represents an image. How do I create a movie out of that (any format - avi, mpeg, whatever), and save it as a file?
Each image can be...
1
Solved
how can I encode a array of images into a movie using xuggle and java? I would like this to be at 30 fps. I would be willing to use another framework than xuggle, but i believe xuggle would be easi...
3
Solved
I am looking for alternatives to the MPMoviePlayerController on the iPhone. As a video player its functionality is very limited. According to the class reference there is no way to get the current ...
Puga asked 23/4, 2009 at 9:41
1
I have a video in my iPad app, but I dont want it to be able to go to fullscreen. However I do potentially want the user to be able to navigate to the part of the video that they want to see.
As f...
Takao asked 13/7, 2010 at 7:7
2
Solved
I'm missing a really obvious thing here, but I'm new to regex so be kind ;-)
I have a number of films in an arbitrary format that may or may not have the year attached.
My Movie Name 2010
Some.Ot...
1
Solved
I have a sequence of images in TIF format, and I would like to create a movie at a fixed FPS (say 10 images per second) and that is lossless. Is there an easy way to do that? I've been try...
Spree asked 29/1, 2011 at 20:41
3
Solved
I have an iPad application that creates and shows a video with an MPMoviePlayerViewController. Here's my code:
MPMoviePlayerViewController *mpvc = [[MPMoviePlayerViewController alloc] initWithCont...
2
Solved
Currently, the functioning prototype has everything it needs to work: A semi-transparent window for easy resizing on the place you want to record, multiple threads to manage screen shot taking, etc...
Undone asked 21/5, 2010 at 0:12
2
Solved
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 fa...
Disproportionation asked 20/10, 2009 at 17:18
3
Solved
Does someone know if it's even possible (in PHP) to take a frame/thumbnail from a quicktime movie on the server?
Something like the usual GD thumbnail generation, but for .mov files.
note: I'm us...
Kurman asked 7/8, 2009 at 19:22
2
Solved
I have an algorithm for knight's tours on chessboards of various sizes (large sizes, like 100x100) and I'd like to animate the result. Each time the knight moves to a new square, a corresponding pi...
© 2022 - 2024 — McMap. All rights reserved.