The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
0answers
31 views

Free or Cheap Movie Trivia API [closed]

I am looking for a free/cheap movie trivia API? Not movie information, only movie trivia. Do you have any suggestions or leads to where I can tap into something like this?
0
votes
1answer
39 views

How to subplot and save movies in MATLAB?

I've made two movies in MATLAB and I am attempting to get them both in the same figure and save the result as an AVI file. I understand how to use the subplot() function, but for some reason it just ...
1
vote
1answer
50 views

Matlab: animating an added line to an image

i am succeeding in adding a horizontal line to an image. i want the line to begin moving downward, while erasing the previous line. and finally i want to save this movie to avi format here is my code ...
-2
votes
0answers
9 views

Does Filmgates.com provide an API [closed]

I recently found one online movie database called http://filmgates.com/ Does it provide any api or any non official api available on internet?
0
votes
0answers
9 views

How can i add a movie from my directory to a paste that i create?

My app should add pictures from my camera directory to another directory that my app created. This part works great. My question is, how can i made my app accept movies too? The initial code is not ...
0
votes
1answer
14 views

youtube api movie rental / purchase

I am wondering if it is possible with the youtube api to get a list of purchasable, or rentable movies. When I go to the youtube website and I am logged into my google account I can see movies to ...
0
votes
0answers
26 views

Quartz Composer - Toggle Other Sprites from Sprite?

I'm trying to essentially create a soundboard using Quartz Composer, I'm using the keyboard patch to get a letter from the user input and then have Quartz enable the sprite and play that video for ...
-1
votes
0answers
25 views

Android draw on canvas and covert it into video

i want to develop android application using canvas and surface view. In this application user will draw something on canvas and then user can save canvas as a movie. User can view what they draw on ...
0
votes
1answer
63 views

Actionscript 2 - How to check if movie clip exists on specific position of stage?

I'm working on a flash project with actionscript 2.0 and i need to check if there's a movie clip on a specific position of stage. Is there a function for that? Thanks :)
-2
votes
1answer
40 views

Playing movie files without the URL in Visual Basic 2010

Right now in my project I have the windows media player object, and I can get that to play movies on it by inputting the movie URL into the URL property. How do I get it to play a movie that is ...
0
votes
1answer
19 views

Is it possible to do object recognition of a movie file (mp4, mov,…)

Is it possible to do object recognition of a movie file (mp4, mov,...)? For example, stream a movie and look for objects or people and determine who the person is or what products are in the movie? ...
0
votes
3answers
59 views

Center MPMoviePlayerController View inside(Same place) of a UIview

I am trying to add a movie player on top or inside of a uiview I already have on screen. When I place the movieplayer it is at the top left of the screen. The Uiview I want the movie on is in the ...
0
votes
4answers
88 views

Resizing Movie Clips AS3

Ok, so I have a game in flash, a platform game.In this game you have to jump over spikes.So I create the spike and convert it to a symbol, a movie clip.When it registers as a movie clip, it's not a ...
0
votes
0answers
75 views

how to make save game for movie clips(transfering movie clip from 1 scene to another)

i am making this dress up game that you grind money,and you need to buy clothes for you,now i have encountered on problem,i cant make save game( i dont know) how to make save game for dresses that u ...
0
votes
0answers
40 views

Colorful stains on a movie, Droid 3

I have been creating an app on Droid 3 that records movies, unfortunatey I have a problem with that. When I play a movie recorded on my Droid with my app, there are colorful stains on the film: ...
0
votes
1answer
92 views

Stop video playing at the end of the movie XNA

I'm playing a .wmv movie in XNA. I have no problem in playing it but I can't seem to detect if the movie reach its end and stop the movie from playing. Here's how I do it: Video video; VideoPlayer ...
0
votes
1answer
95 views

Using Movie Maker programmatically or from command line?

Does anyone know if I can programmatically hook into Movie Maker and therefore make a movie through an API or other form of command line ? I found this Command-line Options for Windows Movie Maker ...
1
vote
1answer
221 views

MovieTexture in Unity3D is never ready to play

I am using a Unity WWW object to load in a movie file that is in ogg theora format, but I am experiencing some strangeness that I have not been able to figure out how to resolve. For clarification, I ...
0
votes
1answer
138 views

how to generation animation as mpg or speed up gif in matlab

I am plotting a randomly walking points on the figure and trying to capture the motion at each step by getframe. After I collect all the frames, I output the result as avi with movie2avi, but the ...
0
votes
1answer
78 views

How to store per frame data in a movie file on iOS that can be opened by Matlab?

I am performing processing on the camera output on the iPhone that I can only perform on the device. I now need to store each processed frame together with some additional information that has been ...
0
votes
1answer
105 views

Xcode media player monitor

how to monitor the media player per second, so you can, depending on the video time to perform the action? may be with timer, but I hope for a standard method
0
votes
1answer
129 views

Splitting .avi files in Java

I have .avi video files that are somewhat large (one or two are in upwards of 13 gigabytes). I have a csv file with starting times and ending times like so: start end 00:00:23 00:03:24 etc ...
1
vote
0answers
38 views

Is there a tool for a web page to allow users create an animation from them uploaded photos with soundtrack?

Can anyone help with this issue? We need some free tool (or maybe some technology) to use it on HTML page. Our site users have photo albums.. Something like gallery. It's already uploaded. And the ...
0
votes
1answer
116 views

iOS - Embed video in app with my app User Interface

I am working on an app that can play some short animated clips. At this point my only option is to embed animated frames. It works just fine. But I am just wondering if there's another way to simply ...
0
votes
0answers
11 views

how to convert a set of vectorial images to vectorial movie

In (standing) images, one has, as far as I'm concerned, two main types: the bitmap and the vector graphics. What in movies? Is there any "vectorial format" for movies? I searched on Google for some ...
0
votes
0answers
118 views

Pre-render frames before displaying moving grating

I am using DemoDrift2 from Psychtool box to create a moving grating. The grating moves perfectly and works great. However, i need to use it with some other devices connected and working with other ...
0
votes
0answers
108 views

NewMovieFromProperties Quicktime to change resolution of .mov movie file

I have a .mov file that has resolution 1920*1920. I want it to change the .mov file to .mp4 format. But, unable to do so. I was able to convert with the resolution of 320*640. Can I use ...
-1
votes
1answer
542 views

Finding the average rating of each of the movies SQL

I'm currently taking the online stanford class on databases, If you could help me solve this sql problem I would greatly appreciate it. Sorry I'm a complete noob. Table Movie: mID | title | year | ...
-2
votes
3answers
304 views

Finding the average rating of each movies SQL

I'm currently taking the online standford class on databases, If you could help me solve this sql problem I would greatly appreciate it. Sorry I'm a complete noob. Table Movie: mID | title | year | ...
0
votes
2answers
100 views

Clustering Genres of Movies

I am a beginner in the field of data mining and want to cluster my movie data set for finding Genres group. I have 26 different genres for 86 movies in my data set. I would like to employ clustering ...
0
votes
1answer
48 views

Is it a bad idea to store movies on website in MP4 format?

I am posting this question with hope that somebody will migrate it to more appropriate Stackexchange site if Stackoverflow this question does not sastisfly the rules. I could not find a better place. ...
0
votes
0answers
726 views

AS3 Mouseover Action to change movie clip in background

I try to put some MouseOver actions on different spots over a running movie clip. Each spot will change the movie clip while hovering over the specific spot. The MouseOver buttons (unvisible) should ...
1
vote
0answers
36 views

A graphic engine that plays avi or movie file

I am looking for a free graphics engine that could play videos and draw text/images. I have had a look at a few guides on how to do it myself but i always run into the problem that it plays some avi ...
0
votes
1answer
128 views

Matlab movie show 2 plots

I have a y matrix that is a 1001x2 and each column represents the phase angle of an oscillator. I'm trying to make a matlab movie so that I plot both phase angles at time t for times, one at a time. ...
4
votes
1answer
224 views

Set Matlab camera View (Mostly Zoom)

So I have a program in matlab that makes a movie. The movie is made up of frames that look like this: Now the camera angle is set by doing this: campos(1.0e+002 *[1.317650052908556 ...
4
votes
1answer
621 views

Gif animation on JellyBean 4.2 doesn't display

I'm using Nexus 7 android 4.2 SDK and eclipse is the adt-bundle-windows version. *download on 2012-11-21st OS is Windows7 64bits home premium sp1 I tried to run the sample code at ...
0
votes
0answers
18 views

How to change the buttons' default action on MPMoviePlayer?

Can I change the the buttons' (e.g. play, pause, forward, backward buttons) default action on MPMoviePlayer? And how? I know there is a notification MPMoviePlayerPlaybackStateDidChangeNotification to ...
0
votes
0answers
231 views

PHP - Stream AVI-Videos

on my website i will stream mpg/avi videos. now i am looking for a videoplayer that supports that avi files. does the JW-Flashplayer support that avi movie files or the adobe flash player? which ...
1
vote
2answers
656 views

List of all movie title, actors, directors, writers on Imdb

I am working on a web app which lets users tell their favourite movies, directors, movie- writers, and actors. For this I want to provide them a dropdown list or auto complete for each of them so ...
0
votes
1answer
49 views

Duplicating, multiplying and saving a H.264 movie file efficiently

I tried to look for free H.264 editors that could do such forementioned tasks, but i couldn't find any suitable results (probably due to my incorrect(?) search terms). Basically, i have quite a few ...
3
votes
1answer
370 views

Change movie dimensions in matlab

I'm trying to display live video from an external camera using the function "movie" after performing a 2x binning. My original video size is 768x576. However, when I bin my pixels, I get a 384x288 ...
-2
votes
1answer
113 views

how to build movie recommendation app in ruby on rails [closed]

I wanna build a movie recommendation app,here is what i wanna do pull search result from twitter, example : "best movie ever" , i would create model Tweet , then i pull movie on theater from ...
0
votes
1answer
133 views

Why Chrome, FF, Safari, Android ICS(and above version) do not display object movie flash?

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"> <PARAM NAME="FlashVars" ...
1
vote
0answers
40 views

Having a Movie as a transition between two View Controllers - where to put this code?

My whole goal is to have a button on the main view, when you press this button a video plays and when the video is done playing you're now at the second view. The quick video is like a transition ...
5
votes
1answer
2k views

MPMoviePlayerController will not automatically dismiss movie after finish playing (ios 6)

I may not have worded my title very well, maybe more correct to say my NSNotification isn't dismissing my movie's view after it's done playing. I've found others with this problem but no solutions, ...
0
votes
0answers
134 views

Xcode - used MPMovieControlStyleNone but without a “Done” button video will not dismiss

I have a video I want to display sort of as a transition between two View Controllers, and I used MPMovieControlStyleNone to get rid of the seconds at the top, pause button, Done button etc, but now ...
0
votes
0answers
242 views

Using mp4 files/jpeg sequences/gif animations in android?Which is better and How to efficiently use these?

I have been posting quite some questions recently without getting a response. Hope this one gets. Iv decided to go with mp4 as its compression is much better than gif sequences. Trying ...
-2
votes
3answers
49 views

Is there a service that can provide me with movie info? [closed]

I'm looking for a service that I can use with c# that provides info about movies, Is there such thing? For example: I'll give it a name and it will return me an object with info about the movie. The ...
1
vote
0answers
133 views

Using mp4 Video as Background using MPMoviePlayerController

I am using MPMoviePlayerController to display a video. It is working but I have a couple of issues. What I want to do is have certain parts of the video clickable and would play other videos (think ...
1
vote
0answers
45 views

How can I share an Edit Decision List (EDL) for a feature film with someone else in a way that allows them to easily watch the movie using the EDL?

I've created an Edit Decision List (EDL) for a feature film (ie War Games). All the EDL does is specify some of the scenes to be removed. I now want to share this EDL with a friend in a way that will ...

1 2 3 4 5 6