[SCM] gerbera/master: Rename mediatomb-transcode to gerbera-transcode
jcowgill at users.alioth.debian.org
jcowgill at users.alioth.debian.org
Sat Sep 23 17:48:15 UTC 2017
The following commit has been merged in the master branch:
commit 410f067ca0b035ed817f0b9b222c71ec367de3af
Author: James Cowgill <jcowgill at debian.org>
Date: Sat Sep 9 17:16:10 2017 +0100
Rename mediatomb-transcode to gerbera-transcode
diff --git a/debian/examples/mediatomb-transcode b/debian/examples/gerbera-transcode
similarity index 93%
rename from debian/examples/mediatomb-transcode
rename to debian/examples/gerbera-transcode
index 0551d1f..300d0ba 100755
--- a/debian/examples/mediatomb-transcode
+++ b/debian/examples/gerbera-transcode
@@ -1,6 +1,6 @@
#!/bin/sh
-# This script is used by MediaTomb for transcoding support.
+# This script is used by Gerbera for transcoding support.
# Basic function that will transcode any input file into the target type
# 'dvd' ffmpeg supports
@@ -45,16 +45,16 @@ transcode_matroska() {
# Our "main" function below.
USAGE="
-This script is used by MediaTomb for transcoding support. It can also serve as
+This script is used by Gerbera for transcoding support. It can also serve as
a script to transcode various files in a format suitable for streaming directly.
Synopsis:
- mediatomb-transcode [TRANSCODE FUNCTION OPTION] [GENERIC OPTIONS]
+ gerbera-transcode [TRANSCODE FUNCTION OPTION] [GENERIC OPTIONS]
Generic Options:
-h, --help Display this help message.
-i, --input Input file that is meant to be transcoded.
- -o, --output Output file that will be read back by MediaTomb.
+ -o, --output Output file that will be read back by Gerbera.
--audio-lang Specify ISO 639 language code to use for audio.
--subtitle-lang Specify ISO 639 language code to use for subtitles.
--
gerbera packaging
More information about the pkg-multimedia-commits
mailing list