[gstreamer-bugs] [Bug 615471] Videoscale filter broken

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Apr 11 13:30:12 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=615471
  GStreamer | gst-plugins-base | git

--- Comment #1 from David Schleef <ds at schleef.org> 2010-04-11 20:30:08 UTC ---
Are you scaling before or after deinterlacing?  videoscale attempts to do
interlaced-aware scaling (ffvideoscale does not) and could explain the
differences in the outputs.

Nevertheless, videoscale's method for scaling interlaced video is questionable
at best.  But it's still better than pretending that it's progressive.

(For the record, the best way currently in gstreamer to scale between
interlaced formats is to deinterlace, then scale, then reinterlace.  Um, except
for the part where you'd need to write an interlacing element.)

-- 
Configure bugmail: https://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