On date Monday 2011-03-07 09:55:10 +0100, STenyaK encoded: [...] > However, the OSX version is outputting some strange image artifacts, no > matter what decoder I use (vlc, chromium video tag, my own decoder > implementation using ffmpeg...). The decoded video looks like this: > http://img37.imageshack.us/i/osxencoding.png > > Can someone identify what could be the reason for those white lines? (e.g. > wrong pixel format, missing encoder parameters...?)
Looks an alignment problem, maybe you're using width in place of linesize for a given image. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
