|
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.
|
|
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 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.
|
|
I just upgraded from ubutnu 9.04 to 9.10, and everything was working fine before the upgrade but now when ever I play a file in a video player everything has a blue/green tint. Its like my video went into Smurf mode! for some reason flash based video ...
Started by dingo999 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
I also had no problem web browsing, just videos on my machine.
All my video is back to normal.
|
|
How to get the maximum number of frames processed in real time despite hardware limitations? In 720p I am getting less than 12 fps in VLC Media Player in a specific hardware, for a MKV encoded video.
Started by Jader Dias on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
A better....
Can't! You could recode the video to a lower resolution (which would run fine everything it can to get smooth video.
How amazing? Those Planet Earth ripsYou...
It's amazing.
Accelerated high definition video playback.
|
|
Since 2 or 3 days, when I click a download link on the web, the Save As dialog box appears too late. It seems that the computer first downloads the full file to the PC, and only then shows me the Save As dialog box.
Same situation in YouTube, Dailymotion...
Started by NT on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I really....
What firewall/AV are you using?
It seems unlikely that it's firefox's fault, but it's not impossible (even if it's also happening to ie8) .
Sounds a bit like security software not showing you anything until it's checked the whole thing itself .
|