bytedeco/javacv

How to grab H264 data instead of YUV?

Open

#2 162 ouverte le 1 janv. 2024

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Java (1 583 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (6 985 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

I want to use FFmpegFrameGrabber to capture H264 streams. But I found that the Frame returned after calling the grab() is YUV data. How can I capture H264 instead of YUV?How to config FFmpegFrameGrabber?

Guide contributeur