Frame extraction means picking important images from a video. The main goal is to get frames that best represent the video content without missing key moments or adding too many similar frames.
Metrics to check how well this works include:
- Precision: How many extracted frames are actually important (not duplicates or irrelevant)?
- Recall: How many important frames did we manage to extract out of all important frames?
- F1 Score: A balance between precision and recall to see overall quality.
- Frame Rate Consistency: Ensures frames are extracted evenly or at meaningful changes.
We want high recall to not miss key frames, and high precision to avoid too many useless frames.