From bbdda9847838b293e33755f6784606f8f6321ffb Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 5 May 2013 02:40:37 +0200 Subject: switched to lanczos for video scaling --- templates/flumotion/default/video-resize.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/flumotion') 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 @@ {{ component.feeder }} - videoscale method=bilinear ! video/x-raw-yuv,width={{ component.properties['width'] }},height={{ component.properties['height'] }} + videoscale method=lanczos ! video/x-raw-yuv,width={{ component.properties['width'] }},height={{ component.properties['height'] }} false -- cgit v1.2.3