bytedeco/javacv
View on GitHubFilter frame timestamp starts from 0 when dynamically changing the filter
Open
#1,950 opened on Dec 2, 2022
help wantedquestion
Repository metrics
- Stars
- (6,985 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
- I want to modify the filter dynamically. I find that the timestamp of the filter frame starts from 0 through the log;
- 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