diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-01-29 17:22:50 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-01-29 17:22:50 +0100 |
commit | 24c1b2a61dafddb769fe060835192ac1dd95a473 (patch) | |
tree | 3817862b63bb287d9e24790f6201cc222adc3cd4 | |
parent | added examples from elevate and lac (diff) |
moved from faac to voaacenc
-rw-r--r-- | contrib/flumotion-sample-conf/planet.xml | 2 | ||||
-rw-r--r-- | templates/flumotion/default/aac-encode.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/flumotion-sample-conf/planet.xml b/contrib/flumotion-sample-conf/planet.xml index eff4eb2..bd07ffe 100644 --- a/contrib/flumotion-sample-conf/planet.xml +++ b/contrib/flumotion-sample-conf/planet.xml @@ -152,7 +152,7 @@ user:PSfNpHTkpTx1M <eater name="default"> <feed alias="default">producer-audio-video:audio</feed> </eater> - <property name="pipeline">audioconvert ! audioresample ! audio/x-raw-int,rate=44100 ! faac bitrate=96000</property> + <property name="pipeline">audioconvert ! audioresample ! audio/x-raw-int,rate=44100 ! voaacenc bitrate=96000</property> <clock-master>false</clock-master> </component> diff --git a/templates/flumotion/default/aac-encode.xml b/templates/flumotion/default/aac-encode.xml index e6ad65a..950f144 100644 --- a/templates/flumotion/default/aac-encode.xml +++ b/templates/flumotion/default/aac-encode.xml @@ -7,6 +7,6 @@ <eater name="default"> <feed alias="default">{{ component.feeder }}</feed> </eater> - <property name="pipeline">audioconvert ! faac bitrate={{ component.properties['bitrate'] * 1000 }}</property> + <property name="pipeline">audioconvert ! voaacenc bitrate={{ component.properties['bitrate'] * 1000 }}</property> <clock-master>false</clock-master> </component> |