From 9d782dc963ac211d4b9cb2e49356981c22e6c450 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 27 Oct 2021 12:58:33 -0700 Subject: [PATCH] webm opus --- ogv.html | 6 +++--- transcode-segment.php | 11 ++++++++++- update-vhs.sh | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ogv.html b/ogv.html index 369819f..084ffbd 100644 --- a/ogv.html +++ b/ogv.html @@ -75,7 +75,7 @@ if (typeof MediaSource == 'function') { let codecs = [ ['VP9-in-MP4', 'video/mp4; codecs="vp09.00.10.08"'], - ['Opus-in-MP4', 'audio/mp4; codecs="opus"'], + ['Opus-in-WebM', 'audio/webm; codecs="opus"'], ['MP3', 'audio/mp3'], ]; let yes = []; @@ -115,7 +115,7 @@ - +