bytedeco/javacv

FFmpegFrameRecorder how to record each frame from RTMP streams of dynamic frames

Open

#2 219 ouverte le 23 avr. 2024

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Java (1 583 forks)batch import
help wantedquestion

Métriques du dépôt

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

Description

the rtmp streams some time 20fps , some time 30fps,My application uses JavaCV to pull the RTMP stream and process each frame, and also saves it to the local video to record the processing of frames X to Y. Due to the dynamic frame rate, the video I save with the recorder has a fixed frame rate, which may result in some frames being lost, making it impossible to accurately locate the frames

Guide contributeur