summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Bryskin2023-03-12 23:47:36 +0200
committerNikolay Bryskin2023-03-12 23:47:36 +0200
commit3e68dd6394701064e1273dddc724ee363b7652d1 (patch)
treef8bf41c2e30b7e0b88ee98621730a7c91c3f5ccc
parent3bfa9f8aeee811afc45e0460c2df54df70098cc3 (diff)
downloadaur-3e68dd6394701064e1273dddc724ee363b7652d1.tar.gz
feat: mp4 instead of mkv
-rw-r--r--screencast-vaapi.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/screencast-vaapi.patch b/screencast-vaapi.patch
index 19346b2f49f0..e1012f322a73 100644
--- a/screencast-vaapi.patch
+++ b/screencast-vaapi.patch
@@ -7,15 +7,15 @@ index a01fbe3c9..5d3e27026 100644
/* Translators: this is a filename used for screencast
* recording, where "%d" and "%t" date and time, e.g.
- * "Screencast from 07-17-2013 10:00:46 PM.webm" */
-+ * "Screencast from 07-17-2013 10:00:46 PM.mkv" */
++ * "Screencast from 07-17-2013 10:00:46 PM.mp4" */
/* xgettext:no-c-format */
- _('Screencast from %d %t.webm'),
-+ _('Screencast from %d %t.mkv'),
++ _('Screencast from %d %t.mp4'),
]),
- {'draw-cursor': new GLib.Variant('b', drawCursor)});
+ {
+ 'draw-cursor': new GLib.Variant('b', drawCursor),
-+ 'pipeline': new GLib.Variant('s', 'vaapipostproc ! video/x-raw,format=NV12,max-framerate=60/1 ! queue ! vaapih264enc ! video/x-h264,profile=main ! queue ! h264parse ! matroskamux'),
++ 'pipeline': new GLib.Variant('s', 'vaapipostproc ! video/x-raw,format=NV12,max-framerate=60/1 ! queue ! vaapih264enc ! video/x-h264,profile=main ! queue ! h264parse ! mp4mux'),
+ });
if (!success)
throw new Error();