Task #4106 (new)
Opened 16 years ago
Last modified 8 years ago
Add support for MPEG-2/.vob files
Reported by: | mlinkert | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | Bio-Formats | Version: | 5.0.0 |
Keywords: | new-format, codec | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
We should consider adding support for MPEG-2 video (on which .vob files are based). I am not aware of any existing open-source Java libraries that read MPEG-2 video, so it's likely that we will need to write a reader from scratch.
Change History (3)
comment:1 Changed 14 years ago by jmoore
comment:2 Changed 11 years ago by mlinkert
- Keywords new-format added
- Version set to 5.0.0
comment:3 Changed 8 years ago by mlinkert
- Keywords codec added
- Owner mlinkert deleted
JCodec (http://jcodec.org/) claims to support MPEG-2, so that is probably something to look into instead of writing something ourselves.
imported from bio-formats:#336