Can you control the speed of a video clip playing in Quartz Composer?
Is there a way to manipulate the speed of the video playback? I'm especially interested in a way to slow down with frame blending, exactly like the function in Final Cut Pro. ...
Is there a way to manipulate the speed of the video playback? I'm especially interested in a way to slow down with frame blending, exactly like the function in Final Cut Pro. ...
I'm building a full-screen demo where I need to simulate a YouTube video. I dragged a video that plays an external .flv file. It works fine if the stage isn't set to full-screen. But I need to set the stage to full-screen like this: stage.displayState = StageDisplayState.FULL_SCREEN; stage.scaleMode = StageScaleMode.NO_SCALE; The pro...
I tried this: sox -u -r 11.025k -b 8 -c 1 infile.wav outfile.wav but the sound is garbled and unrecognizable when I play it. Help? ...
I'm trying to play a PCM_UNSIGNED 11025.0 Hz, 8 bit, mono, 1 bytes/frame file as described here (1) and here(2). The first approach works, but I don't want to depend on sun.* stuff. The second results in just some leading frames being played, that sounds more like a click. Can't be an IO issue as I'm playing from a ByteArrayInputStre...
I need to whip up a quickie app, something quick and dirty, on windows that lets a user control the tempo of a playing mp3 file with a slider. Any recommendations on libraries/programming languages/controls that can make this easy? I don't have control over the media choice (has to be mp3) or the platform (has to be windows) Edit: Ac...
Hi guys, I'm building a flash site (as3) with large videos that act as transitions from section to section. The videos don't scale; in order to accommodate users with large monitors, we're planning on playing back HD video and only showing users the center of the frame (depending on their screen size). That is, there will be a central...
I am in need of a component or control that can read a DVD and play it back either on the current window, on another window, or in an arbitrary position on-screen (to be indicated programmatically). There do not need to be any user-visible controls on it; the app will handle that separately. Where do I need to turn? FYI, I'm using .Ne...
Some time ago I started a project in which I needed to do the following things: Play videos: In any common format (avi, mpeg, xvid, etc.) Be able to pause and reposition the stream programmatically. Be able to set the playback speed (not mandatory, but desirable) Let me paint custom graphics (kept in sync with the video) over the pla...
does anyone know if its possible to create custom playback functions for movieplayer such as, frame by frame playback. ...
how can i let ipod playback continue when my app is on the run..... THANKS IN ADVANCE FOR HELP//... ...
Hello ladies and gents, I'm building a flash site with video transitions between sections. When a navigation element is clicked, there's some code to check if the relevant FLV has already been loaded. If it hasn't, it gets initialized (i.e. netstream attached to video object, etc), loaded and played back; if it has, it just gets restar...
I would like to add an automatically scrolling sidebar to go through my videos and play them back (like this: http://video.on.nytimes.com/). I'm guessing I will need to create some highly customized javascript. Do you guys have any suggestions on how to accomplish this. I'm using drupal 6 and building a custom block module to do this. Th...
How can I programatically change the default audio device on a vista / win 7 system? Using C# or a Win API call? ...
I am trying to play a video in my app. It has to be embedded. I went through the "Play Video Files in Android" thread. I am able to play my video using VideoView as mentioned in this discussion. But there are a few problems. I need full screen video, how do I stretch VideoView to full screen? Will that stretch the video too? I d...
How do you call the default media player to play a wav file in Java? ...
Hi, I've been working on a metronome app for quite some time now. Following Apple'e sample Metronome application, I've been using a timer on a (high priority) background thread to play system sounds. My results are okay but far from perfect. Some issues that I face are: ~ the app doesn't really keep time, although it sounds like it doe...
I'm trying to write my own media player (like Foobar), and I'm having trouble tracking down a Python library that'll play MP3s. I know Pymedia does mp3s, but it looks outdated - the latest installer is for Python version 2.4, and I'm using 2.6. I've never had much success with Pygame, and Pyglet doesn't look like it has too much in the w...
We have a bunch of audio and video assets on our site. Currently we play audio with a little shockwave mp3 player and video (flvs) with flvplayer. I have a requirement to record a 'usage' of a particular resource whereby the user selects a video or sound clip, then sets a start point and an end point in it, to select a ten second snipp...
Hey guys, I have a situation where a MediaElement may loose visibility, which cause the video to stop, I want to override this behavior and let it continue in the background. Thoughts? ...
Hello all, I am trying to play a asx file with Java SE. I have read a lot of documentation of frameworks and libraries but I am unable to find a solution. Is it at all possible to playback ASX files. If so, with what framework or librarie? Thanks in advance, Stefan NLD ...