Hi guys
I wanna convert ".MOV" extentioned files to 3GP extentioned Files in java. Currently i m using Java Media Framework for creation opetion of .MOV file. But now my need is converting these videos to 3GP. I googled my issue but i couldnt get any solution. How can i do this? Any help will be appreciated.
...
For music there is the Gracenote CDDB SDK, etc. but does an online service exist for getting information about movies?
The only solution i can see at the minute is querying IMDB and scraping the page.
The problem i have is that i have a list of film titles and i want to retrieve stuff like the plot, director, cast, when released, get d...
I am basically making a video library where you download videos and I then write them to the applications documents folder. This all works fine and if i stream the video from online it plays fine. Or indeed I can stream it from the resource folder fine.
However, after downloading it and saving to the documents folder then attempting to ...
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., but one last task I need it to do has eluded me for months. I need to convert all of the images I dumped in a folder I made called temp (...
I have application based on 3.0 iPhone OS SDK
One of tasks is playing video (I use MPMoviePlayerController for this task)
Now I try to make universal app working on both 3.0 and 3.2 OS
I did all steps described in apple documentation: Upgrade Current Target for iPad; make run-time checking for symbols using
[[UIDevice currentDevice] res...
When using Get Info on movie files in the Finder, I've noticed that many movie files have an accessible "Duration" property under the More Info tab. Is there an easy way to access this data using Applescript? I've tried lines like "set theTime to (duration of aFile)", but it doesn't seem to be as simple as that.
Ideally I'd like to acce...
Hello, is there a Java framework that will do the dirty work explained in title for me?
Mainly I just need to retrieve images properties stored inside JPEGs:
size
EXIF
geolocations
shot properties
and to retrieve movie files informations like:
codec name
duration
resolution
and so on
I don't need to be able to show the picture o...
I've got an Android project I'm working on that, ultimately, will require me to create a movie file out of a series of still images taken with a phone's camera. That is to say, I want to be able to take raw image frames and string them together, one by one, into a movie. Audio is not a concern at this stage.
Looking over the Android A...
I have an app that's worked since version 2.0 of the SDK where I create and add a UIWebView and then load the URL of an .mov to play a movie. Ever since the early version of the 4.0 beta up until the 4.0 GM this has stopped working. When I load a movie now I get the following error: :Plug-in handled load" and the movie never displays.
...
I've wanted to make a C# library to scrape movie information and return it to the application, but someone told me that it's against the TOS.
RottenTomatoes seems to have no problems with it from what I've read on their licensing page, but I'm not quite sure.
Where could I aquire movie information legally and without cost? It's for an ...
I have a C# application that runs on a computer connected to a large display in our cafeteria. The application pulls all the PowerPoint files out of a folder and runs each one as a slide show continuously. Everything was working fine until someone decided to insert a movie clip onto a slide. The problem is that the movie never starts....
I am trying to update an application to work on iOS 4 and I cannot get the movie player controls to show up on the video.
Here's the code I am using...
var movie = Titanium.Media.createVideoPlayer({
url: vidurl,
backgroundColor: '#000',
movieControlMode: Titanium.Media.VIDEO_CONTROL_DEFAULT
});
videoWindow...
Hey,
Is it possible to generate video from images in iphone OS 4.0? if so could anyone tell me how to do it ?
regards
John
...
I'm using UIImagePickerController to allow my user to select a video from the asset library.
When the UIImagePickerController is initially displayed, it shows thumbnails for the various movies that have been recorded.
Once the user selects a movie, it displays a "preview" view which allows them to playback and potentially edit the se...
I'm using UIImagePickerController to allow my user to select a video from the asset library.
When the user selects the "Choose" button on the second screen, the view displays a progress bar and a "Compressing Video..." message.
Why is this happening?
Is there some way I can avoid this compression operation?
...
Well.. basically that's what happens, when I play a movie from a game I have, only the sound plays, the video doesn't, showing a black screen, even the touch is disabled.
This is the relevant part of the code:
myMovie = [[MPMoviePlayerViewController alloc] initWithContentURL:[self movieURL]];
myMovie.moviePlayer.scalingMode = MPMovieS...
i have a strong-srt-4622 XII receiver that can record what i am watching, and saves the file as a .ts file (+ .idx) file.
I can normally replay what was recorded on the receiver itself.
However, when i copy it to PC, there is no way to play it back, trying windows media player (that hangs with black screen), VLC player, to no success.
...
Can i stream .mov in a flash player . I'm looking for a relatively easy option
h.264
...
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 far as I can tell there are only three options for the controls that you give the user:
None, Embedded, or Fullscreen.
None gives the user no ...
I need to render a QuickTime movie into a GWorld that may not be the movie's natural size, on Windows. When the movie is scaled up, say by a factor of 1.5, I see some jaggies. Whereas if I open the same movie in QuickTime Player (version 7.6.6 on Windows Vista) and stretch the window, I see jaggies while stretching, but when I release ...