Tagged Questions

2
votes
2answers
50 views

What is a good way to find discriminative keyframes in a video?

I need to extract a single "keyframe" from a video of a particular human action(the actions could be generic) such that it is discriminative as opposed to descriptive ...
1
vote
0answers
144 views

How to find keyframe in MPEG-2 stream, packed in MPEG-TS

I've written MPEG-TS demuxer. It unpacks transport stream to PES packets. Now I want to drop all frames till I meet keyframe. How can I do it? Should I find for Sequence block in each PES frame?
1
vote
2answers
327 views

flv player control time

I am using the flex flv player component and i want to be able to skip 5 seconds forward and backwards , at the moment from what i understand from the documents it is not acurate because the movie can ...
0
votes
0answers
116 views

Increase the number of keyframes in a Red5 Flex video stream

I'm writing a Flex application that streams webcam video (flv) to a Red5 server. The quality of the video is not optimal, the video is shaky. What can I do to increase the quality? Also, I would ...
0
votes
1answer
724 views

Getting keyframe info from FLV

I'd like to see the amount, and if possible, the exact position of all keyframes within a .FLV movie file. Anyone know of a way to programmatically do this, or at least know a video player that can ...