Avdump: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 19: Line 19:
*MP3 VBR check does only detect bitrate switching. (variable frame size)
*MP3 VBR check does only detect bitrate switching. (variable frame size)
*Missing bits in obscure containers. (ie. not mkv/ogm/avi/mp4)
*Missing bits in obscure containers. (ie. not mkv/ogm/avi/mp4)
:*Duration and track size in some mpg files.
*No proper handling of corrupt files:
:*http://anidb.info/f29057 -> 84.54 @ 7E60DC6 failure stream not found
*MP4 parser broken in 0.19: Audio track sizes always 0.


==Usage==
==Usage==
Line 64: Line 60:


==Changelog==
==Changelog==
0.20 : 060717
  - Added return code in xml mode and more warnings in the other modes.
  - Fixed mp4 parser; audio track sizes.
  - Fixed mkv crash on corrupt files (fid: 216911).
  - Fixed wrong track duration on mkv files where the first timecode is not 0 (fid: 234960).
  0.19 : 060711
  0.19 : 060711
   - Fixed rm parser.
   - Fixed rm parser.