bytedeco/javacv

Filter frame timestamp starts from 0 when dynamically changing the filter

Open

#1,950 opened on Dec 2, 2022

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
help wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

  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

Contributor guide