Opened 16 years ago
Closed 16 years ago
#1739 closed defect (fixed)
MOV demuxer uses wrong method to get frame rate on VFR files
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Component: | demuxer |
| Version: | 1.0rc2 | Severity: | major |
| Keywords: | Cc: | compn | |
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
The MOV demuxer reads frame rates on certain Quicktime files (mainly HD ProRes files) flagged as VFR incorrectly.
It appears to choose the minimum frame rate. LAVF detects it corectly but cannot use binary codecs. If you force the MOV demuxer to use the correct frame rate decoding/encoding works as it should.
Change History (3)
comment:1 by , 16 years ago
| Cc: | added |
|---|
comment:2 by , 16 years ago
(In reply to comment #1)
lavf should be able to use binary codecs now.
Tried latest win32 build and it can use binary codecs! Now get correct frame rate.
FIXED
comment:3 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In reply to comment #1)
lavf should be able to use binary codecs now.
Tried latest win32 build and it can use binary codecs! Now get correct frame rate.
FIXED

lavf should be able to use binary codecs now.