summaryrefslogtreecommitdiff
path: root/templates/flumotion
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-05-05 02:40:37 +0200
committerChristian Pointner <equinox@spreadspace.org>2013-05-05 02:40:37 +0200
commitbbdda9847838b293e33755f6784606f8f6321ffb (patch)
treecd3c9a0f6a159f561dffcf33d608d03584cc8dab /templates/flumotion
parentproject agnostic naming at hls example (diff)
switched to lanczos for video scaling
Diffstat (limited to 'templates/flumotion')
-rw-r--r--templates/flumotion/default/video-resize.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/flumotion/default/video-resize.xml b/templates/flumotion/default/video-resize.xml
index 3444bc1..7f858b9 100644
--- a/templates/flumotion/default/video-resize.xml
+++ b/templates/flumotion/default/video-resize.xml
@@ -7,6 +7,6 @@
<eater name="default">
<feed alias="default">{{ component.feeder }}</feed>
</eater>
- <property name="pipeline">videoscale method=bilinear ! video/x-raw-yuv,width={{ component.properties['width'] }},height={{ component.properties['height'] }}</property>
+ <property name="pipeline">videoscale method=lanczos ! video/x-raw-yuv,width={{ component.properties['width'] }},height={{ component.properties['height'] }}</property>
<clock-master>false</clock-master>
</component>