bytedeco/javacv

Filter frame timestamp starts from 0 when dynamically changing the filter

Open

#1950 aperta il 2 dic 2022

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)Java (1583 fork)batch import
help wantedquestion

Metriche repository

Star
 (6985 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

  1. I want to modify the filter dynamically. I find that the timestamp of the filter frame starts from 0 through the log;
  2. In addition, if a new rtmp input stream is dynamically added, the timestamp of this new input stream will also start from 0; What should I do to ensure that the timestamps of all frames are close to one second? Are there examples to provide ideas? thank you

Guida contributor