fnordware / AdobeOgg

Ogg plug-ins for Adobe programs
400 stars 37 forks source link

Blurred stripe near left edge in non-standart resolutions of OGV #14

Open rocketpear opened 7 years ago

rocketpear commented 7 years ago

Your plugin is serious help for me and allows me to ditch ffmpeg most of the time so let me start by saying thank you! However I have slight problem, in my work pipeline I have to sometime encode non-standart resolution video in OGV and also explain to other how to do it when I am not available. Explaining how to use a plugin is much easier than writing lengthy description on using ffmpeg, so your plugin would be great help there. But with non standart resolutions, I get this stripe of blurred pixel at the left edge. It looks like one column of pixels was stretched over several columns. It's as if the video was actually rendered narrower and those few pixels on the side were then calculated from the left pixel column. I don't see this in resolutions like 1920*1080 and other standart resolutions. Also I see this across players. I guess it has something to do with recommended resolutions for different codecs, but ffmpeg somehow works around that so i was wondering if there is a way to work around that with your plugin as well.

Thanks for any help!