GNOME Bugzilla – Bug 118245
videocrop adds distortion
Last modified: 2004-12-22 21:47:04 UTC
./gst-launch --gst-debug-no-color filesrc location=/local/aleader/trans.mpg ! mpegdemux ! mpeg2dec ! videocrop ! colorspace ! pngenc ! filesink location=/tmp/frame.png Try it with & without videocrop and see the difference. I looked at the code . I didn't see anything obvious.
yeah, it was just a little messed up. I rewrote the core function, it should behave properly now. Eventually, I'd like to change videocrop to be a subclass of videofilter, but not today.