|
Project Information
Members
Links
|
The MP4 Parser ProjectISO ParserThe isoparser API can read and write the MP4 file structure. It is a low level tool dealing with the so called boxes but it is as well as dealing with structure like tracks and movies. For examples see Examples. If you have any questions please ask at the mp4parser discussion group. I don't do private support. ISO ViewerThe Iso Viewer helps you to visualize the MP4 box structure. It is available as Java Webstart application and as well as download. Give it a try by clicking the webstart link on the top left. You must be aware that you don't see the file as it is on disk. You rather see what the isoparser would write to disk. Sometimes mov boxes (e.g. apple trailers) are read but corrected/modified on the fly so you will see how the file would look like after the correction. Maven RepositoryThe isoparser artifact is deployed to maven central. Using mp4parser is just a dependency away: <dependency> <groupId>com.googlecode.mp4parser</groupId> <artifactId>isoparser</artifactId> <version>1.0-beta-5</version> </dependency> If you don't know how to user Maven you should learn! In case of any questions please post publicly on the mp4parser-discussion google group. I will not give any private support (donations can of course convince me to do it). CreditsYourKit supports this project with a free open source license. Thank you, YourKit! YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler Changes/Releases9.Jan.12: isoparser-1.0-beta-5 released
22.Nov.11: Iso Viewer 1.2 released No substantial change over 1.2-SNAPSHOT. Using latest beta-4 release of isoparser as base. 21.Nov.11: isoparser-1.0-beta-4 released It was time for a release. I added a lot of stuff without providing a release of the new features. Changes:
4.Nov.11: new isoviewer snapshot.
23.Sept.11: new isoviewer snapshot.
The latest Iso Viewer 1.2-SNAPSHOT introduces major changes to the UI and underlying structures. Tracks, chunks and samples are no longer children of mdat boxes. Tracks and samples now got the place they deserve. A second tab now displays all tracks of the opened file and allows listing of all samples of a certain track. ALWAYS use a hex editor if you need to be really sure what is in the actual file. |

