[gstreamer-bugs] [Bug 332557] FFmpeg video scale port to 0.10

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Feb 28 00:59:58 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=332557
 GStreamer | gst-ffmpeg | Ver: HEAD CVS





------- Comment #3 from Michal Benes  2006-02-28 08:59 UTC -------
Hello, the source code of the rescaler states that it does
"High quality image resampling with polyphase filters"
I have done two tests by
gst-launch videotestsrc ! video/x-raw-yuv,width=320,height=200 ! ffvideoscale !
video/x-raw-yuv,width=160,height=100 ! ffmpegcolorspace ! ximagesink
and
gst-launch videotestsrc ! video/x-raw-yuv,width=320,height=200 ! ffvideoscale !
video/x-raw-yuv,width=640,height=400 ! ffmpegcolorspace ! ximagesink
In both cases, the picture is interpolated.

Why do you think that your setup does just nearest-neighbour rescaling?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list