wip
This commit is contained in:
parent
1b0a741438
commit
43f577bfb9
31 changed files with 2004 additions and 110 deletions
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue