Hi all,<br><br>I'm using GStreamer to convert a sequence of JPEG images into an MPEG4 video, using ffenc_mpeg4. The original images are 768x435, which is not quite 16:9.<br><br>The resultant video looks fine in other media players (MPlayer, Windows Media, etc.), but if I try and play it back using GStreamer's playbin then the colours are wrong (a green tint over the image, with a particularly pronounced green rectangle covering the centre third of the image).<br>
<br>If I use a videoscale element to force the video into a more standard aspect ratio when I'm encoding it then everything looks fine in playback.<br><br>Is this likely to be a bug in GStreamer or something I've done wrong? I'd prefer not to have to worry about the dimensions of the images that my application is receiving.<br>
<br>I'm using the latest version of the Windows SDK from <a href="http://gstreamer.com">http://gstreamer.com</a><br><br>Thank you,<br>Daniel<br>