bytedeco/javacv
Vedi su GitHubFilter frame timestamp starts from 0 when dynamically changing the filter
Open
#1950 aperta il 2 dic 2022
help wantedquestion
Metriche repository
- Star
- (6985 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
- 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