From f0e06830d44ea0f310be8f09ef9fd715d10d7751 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 3 Dec 2013 12:09:21 -0500 Subject: [PATCH] conf/transcode_media.ts: add simple example --- conf/transcode_media.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf/transcode_media.ts diff --git a/conf/transcode_media.ts b/conf/transcode_media.ts new file mode 100644 index 0000000..b9e9da0 --- /dev/null +++ b/conf/transcode_media.ts @@ -0,0 +1,5 @@ +# configuration file for timeside-launch + +# syntax=yaml + +encoders: [ mp3, flac, webm, ogg, m4a, wav ] -- 2.39.5