Merge pull request #585 from OpenShot/opencv

3 New OpenCV Effects (Tracker, Stabilization, and Object Detection)
This commit is contained in:
Jonathan Thomas
2021-01-28 17:28:15 -06:00
committed by GitHub
52 changed files with 5269 additions and 45 deletions

View File

@@ -817,6 +817,9 @@ void FFmpegReader::UpdateVideoInfo() {
}
}
bool FFmpegReader::GetIsDurationKnown() {
return this->is_duration_known;
}
std::shared_ptr<Frame> FFmpegReader::GetFrame(int64_t requested_frame) {
// Check for open reader (or throw exception)