summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-08-31 22:56:28 +0200
committerJens Georg <mail@jensge.org>2012-08-31 22:56:32 +0200
commit06315d13332c878871f95c6b469e1f9b04090dad (patch)
tree5808e5b723ce4a79582c006bdc6e826f2243e127 /data
parentda566cb58695c915f8a421ba5f1b503af13347f2 (diff)
downloadrygel-06315d13332c878871f95c6b469e1f9b04090dad.tar.gz
core,data: Fix AVC transcoder
Add a slight hack to enable a streamable position of moov atoms. Drop the passthrough in the transcoder. This doesn*t make sense currently and it needs to be more sophisticated; it doesn't properly work if we change the resolution and/or framerate.
Diffstat (limited to 'data')
-rw-r--r--data/presets/GstX264Enc.prs2
-rw-r--r--data/presets/ffenc_aac.prs3
-rw-r--r--data/rygel.conf2
3 files changed, 5 insertions, 2 deletions
diff --git a/data/presets/GstX264Enc.prs b/data/presets/GstX264Enc.prs
index 5b2383c5..b126d36a 100644
--- a/data/presets/GstX264Enc.prs
+++ b/data/presets/GstX264Enc.prs
@@ -2,6 +2,6 @@
version=0.10
element-name=GstX264Enc
-[Rygel AVC_MP4_BL_CIF15_AAC_520]
+[Rygel AVC_MP4_BL_CIF15_AAC_520 preset]
preset=1
bitrate=1200
diff --git a/data/presets/ffenc_aac.prs b/data/presets/ffenc_aac.prs
index 5963f2f6..cd3838e3 100644
--- a/data/presets/ffenc_aac.prs
+++ b/data/presets/ffenc_aac.prs
@@ -7,3 +7,6 @@ bitrate=64000
[Rygel AAC_ADTS_320 preset]
bitrate=256000
+
+[Rygel AVC_MP4_BL_CIF15_AAC_520 preset]
+bitrate=256000
diff --git a/data/rygel.conf b/data/rygel.conf
index 01dfe1d4..4f3ad225 100644
--- a/data/rygel.conf
+++ b/data/rygel.conf
@@ -30,7 +30,7 @@ enable-wmv-transcoder=true
enable-aac-transcoder=true
# Set it to 'false' if you want to disable AVC_MP4 transcoding support.
-enable-avc-transcoder=false
+enable-avc-transcoder=true
# Where video files should be saved if allow-upload is true.
# Defaults to @VIDEOS@, the standard videos folder (typically ${HOME}/Videos).