whee
This commit is contained in:
parent
c3751acb49
commit
bd290cc9a5
2 changed files with 1 additions and 6 deletions
|
@ -272,12 +272,6 @@ class MP3Segmenter extends Segmenter {
|
|||
$file = fopen( $this->filename, 'rw+b' );
|
||||
$stream = new OwningStreamReader( $file );
|
||||
|
||||
echo "old: ";
|
||||
var_dump( $this->segments );
|
||||
|
||||
echo "new: ";
|
||||
var_dump( $segments );
|
||||
|
||||
// Move each segment forward, starting at the lastmost to work in-place.
|
||||
$preserveKeys = true;
|
||||
foreach ( array_reverse( $this->segments, $preserveKeys ) as $i => $orig ) {
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
<h2>Caminandes - Llamigos</h2>
|
||||
|
||||
<p><a href="fmp4-tracks.html">see individual tracks</a></p>
|
||||
<p><a href="index.html">back to main fmp4 entry</a></p>
|
||||
|
||||
<h3>Single video codecs with Opus .mp4 and MP3 raw audio</h3>
|
||||
|
|
Loading…
Reference in a new issue