Commit 12d3750
authored
[bugfix] Fix progress bar accuracy for VFR videos (#562)
- Addresses progress bar behavior mentioned in Issue #561 where progress
bar only goes up to ~80% with VFR videos, even with PyAV backend.
- Progress bar now goes up to 100% for both PyAV and OpenCV backends.
- Please note that this PR does not address the main topic of Issue #561
(Invalid end time in scene lists for VFR videos) which was determined to
be unique to the OpenCV backend and is not present when using PyAV.1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
| 574 | + | |
574 | 575 | | |
575 | 576 | | |
576 | 577 | | |
| |||
587 | 588 | | |
588 | 589 | | |
589 | 590 | | |
590 | | - | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
591 | 598 | | |
592 | 599 | | |
593 | 600 | | |
| |||
0 commit comments