Opened 15 years ago
Closed 14 years ago
#1599 closed defect (wontfix)
avi demuxer fails
Reported by: | compn | Owned by: | reimar |
---|---|---|---|
Priority: | normal | Component: | demuxer |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
-nosound seems to play a bit more video
works with -demuxer lavf
Change History (2)
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is the usual "should we trust the index or not" case.
For this file, the index is broken.
lavf demuxer uses index only for seeking so has no issue with that file (but might have with others), native demuxer needs either -noidx or -forceidx.
I currently don't think it's work to try to detect this case and use -noidx automatically or so, but that might be a possibility.