|
What video players out there exists that have frame by frame playback feature ?
Started by ldigas on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Pause the movie
from the menu choose Play > Frame ... .
SMPlayer can do that.
Review of KMP.
Space to pause and then f to advance frame ( Shift + f to step back) .
Media Player Classic (Home Cinema) Sourceforge
The KMPlayer will do this .
VirtualDub.
|
|
Basically I'm trying to replicate YouTube's ability to begin video playback from any part of hosted movie. So if you have a 60 minute video, a user could skip straight to the 30 minute mark without streaming the first 30 minutes of video. Does anyone ...
Started by Jon Biddle on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Using....
Annodex allows you to have links to named sections within the video or temporal URIs to specific times in the video.
That said, there are some rules about metadata stream.
Video is a series of frames, played at a frame rate.
|
|
I need simple video playback in Java.
Here are my requirements:
PRODUCTION QUALITY
Open and decode video files whose video and audio codecs can be chosen by me. I.E I can pick well behaving codecs.
Be able to play , pause , seekToFrame OR seekToTime and...
Answer Snippets (Read the full thread at stackoverflow):
It's likely to be the solution.
JavaFX has a number of working video and audio codecs builtin.
|
Ask your Facebook Friends
|
I have downloaded the iphone MoviePlayer sample code from iphone developer center,but when i add a action [mMoviePlayer stop] at overlay button there, the screen keep blinking when i playback the movieplayer, is anyone met this problem?
Started by issac on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
U will see the video flickering....
Again click on the play button.
In the middle of video, press done.
Click on the local movie.
In case it is not the Done button you are talking about, which of apple .
Is called and the playback stops.
|
|
From what I have gathered from internets the MPMoviePlayerController class doesn't support small video playback. So, in an effort to beat a dead horse I was wondering what kind of methods could be used to get a small video playing in a corner of the screen...
Started by SageAMDP on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
However....
Well non-fullscreen video.
Pretty sure the fullscreen video issue is a limitation of the hardware video decoder.
It appears impossible to play video non books.
After researching for about 1 hour, I didn't find anything .
|
|
I need to encode a sequence of frames with a lossless video codec and play them in a Java app. I don't care about the file size. The output frames should match the input frames exactly. Lossy codecs don't do this even at high bit rates.
None of these ...
Started by palm3D on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Gzipped files can be transparently opened using java.....
It won't give maximum compression, but it can be the last recourse if you fail to find a better answer .
Well, since you say file-size is not an issue, gzip/bzip2 can be a quick and painless option .
|
|
I have an old Athlon 800Mhz PC with a Matrox G450 video card here that is used for watching DVD and video, for most part it works quite fine, but every two seconds the video playback stops for a fraction of a second. It's a tiny but noticeable and annoying...
Started by Grumbel on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Peltier's advice is good, as is that in the comment to try the file on known fast media ... .
That machine should be plenty fast enough.
Boy, there are a lot of dials on mplayer.
Which output driver are you using?
mplayer -vo xv
might solve your problem .
|
|
I'm looking at trying to create a simple 'slider puzzle' game. You've seen the ones, you have an image and you shuffle the tiles.
However, I want to make one that will play back videos instead. What I'm trying to determine is whether it's possible to ...
Started by Ian on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Depending upon how large and how long your video.
Called PlayWnd the shows how to play a video file.
|
|
I have an nVidia 8600GT card (made by EVGA) on a machine with Windows Vista (AMD Athlon X2 processors) and four gigs of ram. It runs pretty good, but I have had some slow/choppy/stuterring video playback issues whenever watching flash videos on Youtube...
Answer Snippets (Read the full thread at superuser):
I usually just let the....
(In short, whatever mechanism flash uses for buffering sucks).
video sites is that if, for whatever reason, you're not receiving the stream fast enough, you'll get chops and lags waiting for it to buffer the video.
|
|
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...
Started by fortran on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
An embedded web browser would handle your stated requirements:
Video Playback (use the mplayer or vlc plugins) High-level language to control playback (javascript) Overlay/GUI.
Guide and some samples.
|