kopia lustrzana https://github.com/kierank/libmpegts
Add README and TODO
rodzic
0bd280e764
commit
353a7ea1af
14
README
14
README
|
@ -0,0 +1,14 @@
|
||||||
|
libmpegts README
|
||||||
|
|
||||||
|
Single Program Transport stream muxer
|
||||||
|
|
||||||
|
Things which work:
|
||||||
|
|
||||||
|
CBR and VBR TS muxing of AVC, AC-3, MP2 and AAC/HE-AAC.
|
||||||
|
DVB AU_Information
|
||||||
|
(Very likely MPEG-2 as well but not tested)
|
||||||
|
|
||||||
|
Things which don't work:
|
||||||
|
|
||||||
|
Blu-Ray and associated formats
|
||||||
|
DTS
|
|
@ -0,0 +1,12 @@
|
||||||
|
libmpegts TODO list
|
||||||
|
|
||||||
|
Most important TODO is to get streams verified with a good analyzer
|
||||||
|
Add Blu-ray formats - dealing with vbr audio?
|
||||||
|
Is the use of double precision for the PCR within its tolerance?
|
||||||
|
Is there a need to implement full T-STD modelling or use the simpler version currently implemented?
|
||||||
|
Decide on a buffering model for DVB Subtitles and Teletext
|
||||||
|
Write ATSC PSIP
|
||||||
|
Write DVB Tables (SIT, NIT, EIT) etc
|
||||||
|
Sort out T-STD on SMPTE packets
|
||||||
|
Add more formats
|
||||||
|
Improve the Makefile
|
Ładowanie…
Reference in New Issue