aramds / php-reader

code.google.com/p/php-reader
0 stars 0 forks source link

Support for NDRM and CHPL atoms used by Nero #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Nero encoded audio files have a couple extra boxes that the ISO14496 writer 
does not recognize. They are:

ndrm
chpl

Manually adding the boxes to Zend/Media/Iso14496/Box seems to do the trick.

Original issue reported on code.google.com by manoftom...@gmail.com on 3 Aug 2010 at 11:40

GoogleCodeExporter commented 9 years ago
Files with unknown boxes can be written a) by creating a new box class that 
simply writes what it reads b) by removing unknown boxes and writing the rest.

I will leave this as a feature request to support Nero specific boxes.

Original comment by svollbehr on 4 Aug 2010 at 5:55

GoogleCodeExporter commented 9 years ago
I have now implemented option A and committed that to the trunk. Thanks for the 
suggestion for enhancement!

Original comment by svollbehr on 28 Dec 2010 at 4:50