movies

another sound as with subtitles

is it possible to get other sounds to a divx as it is with getting subtitles? what is that format of that? ...

Is there a movie showtime api?

Does anyone know of any (preferrably free) supported api's for accessing movie showtimes by zip code? I don't believe any existing api's, such as netflix or imdb, provide this information. Thanks! ...

Creating a Movie from a Series of Plots in R

Is there an easy way to create a "movie" by stitching together several plots, within R? ...

Recommended movies on history of computers/programming?

I would like to know what are some recommended movies on history of computers and programming. Thanks. ...

Loading Multiple Movies in iPhone MPMoviePlayerController

-(void)initAndPlayMovie:(NSURL *)movieURL { // Initialize a movie player object with the specified URL MPMoviePlayerController *mp = [[MPMoviePlayerController alloc] initWithContentURL:movieURL]; if (mp) { self.moviePlayer = mp; [mp release]; [self.moviePlayer play]; } } Here, In above code, We can pa...

Looking for help with YQL movie showtimes

I had been using the undocumented Yahoo movies API until it was pulled a few days ago, so I'm looking for another way to retrieve local movie showtimes (ideally by theater). I found this thread about YQL datatables on SO, and the last post looked really promising. I just can't seem to figure out how to query the data to return local mo...

DAM Solutions for flash and movie files

Hi, Does anyone know of a DAM (Digital Asset Management) solution, preferably ASP.net that can handle storage of both common movie types and flash movies? Thanks ...

HOW-TO Include movie showtimes in Google Movies

I am making the website of a movie theater, and I want Google Movies to index the showtimes I publish on the website. Does anyone know if there's a way to do this?, maybe using microformats? or exposing this information using RSS or something similar?. Thx ...

How to specify movie trailers using Youtube API

I'm trying to get just official movie trailers from the Youtube API, but it's difficult to get consistent results. The closest I seem to get is using the following url: http://gdata.youtube.com/feeds/api/videos/-/MOVIE-TITLE?max-results=1 It sometimes works well: http://gdata.youtube.com/feeds/api/videos/-/The-A-Team?max-results=1 ...

Movie Showtimes API

I know there isn't a free API out there and scraping isn't ideal nor legal (?), but what if I hired 3 people to put in movie showtimes every day directly from the paper or a Web site into my own database to display on my site... and maybe gave out an API, is that legal? Or is the actual data of movie showtimes protected? Is everybody ge...