From 18bbb8009da78f6a293e75a019a9cab51880eda3 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 9 Feb 2021 15:26:51 +0100 Subject: extend html video tag to include codecs for Theora and VP8 (and add TODO note about AVC) --- localvideowebencode | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/localvideowebencode b/localvideowebencode index cdaa0ab..6c5cf0c 100755 --- a/localvideowebencode +++ b/localvideowebencode @@ -856,9 +856,11 @@ __width="${_width:+ width=\"$_width\"}" __height="${_height:+ height=\"$_height\"}" # Flash object needs extra space for controllers __heightplus=${_height:+ height=\"$((_height+4))\"} -_source_ogv="" -_source_webm="" +_source_ogv="" +_source_webm="" _source_webm_vp9="" +# TODO: add type, with h.264 level inspected after rendering +# _source_mp4="" [ -z "$flashplayer" ] || flash=yes [ -n "$mp4" ] || [ -z "$flash" ] || error1 "Cannot enable flash when mp4 format is disabled." -- cgit v1.2.3