From afe1331d4f8a79354253ec4ad7a868818eff4051 Mon Sep 17 00:00:00 2001 From: Jens Hausdorf Date: Mon, 15 May 2017 21:44:48 +0200 Subject: [PATCH] add `libvpx-vp9` to WebM video --- src/FFMpeg/Format/Video/WebM.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FFMpeg/Format/Video/WebM.php b/src/FFMpeg/Format/Video/WebM.php index e055c6a..c703eb6 100644 --- a/src/FFMpeg/Format/Video/WebM.php +++ b/src/FFMpeg/Format/Video/WebM.php @@ -52,6 +52,6 @@ class WebM extends DefaultVideo */ public function getAvailableVideoCodecs() { - return array('libvpx'); + return array('libvpx', 'libvpx-vp9'); } }