bytedeco/javacv

How to grab H264 data instead of YUV?

Open

#2.162 geöffnet am 1. Jan. 2024

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (1.583 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (6.985 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide