AtiQah-FC / lavfilters

Automatically exported from code.google.com/p/lavfilters
GNU General Public License v2.0
0 stars 0 forks source link

Simplify Blu-ray TS demuxer #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the issue you're having:
The Blu-ray TS demuxer uses all the overhead of ffmpeg without really using all 
of its potential - resulting in longer load times and the lacking flexibility 
for future navigation and menu implementations.

Implementation Notes:
A very basic BDMV TS demuxer would be quite easy to pull off. It does not have 
to support stream discovery or any of these features, as the streams are all 
well defined in the playlists and clip info files.

Original issue reported on code.google.com by h.lepp...@gmail.com on 9 Aug 2011 at 9:14

GoogleCodeExporter commented 9 years ago
Does not seem worse the trouble.

Original comment by h.lepp...@gmail.com on 28 Jan 2012 at 11:00