This commit is contained in:
Brooke Vibber 2023-02-13 14:05:37 -08:00
commit 43f577bfb9
31 changed files with 2004 additions and 110 deletions

View file

@ -387,10 +387,9 @@ $infiles = [
foreach ( $infiles as $filename ) {
$source = new SourceFile( $filename );
$codec = new Transcoder( $source );
//$codec->audio('aac');
//$codec->audio('opus');
$codec->audio('vorbis.webm');
/*
$codec->audio('aac');
$codec->audio('opus');
//$codec->audio('vorbis.webm');
$codec->audio('mp3');
$codec->audio('mp3.ts');
$codec->audio('mp3.mp4');
@ -408,5 +407,4 @@ foreach ( $infiles as $filename ) {
$codec->video('vp9', $res, 'pass2');
}
}
*/
}