Hello,
I'm writing a cross-platform tool that can encode webcam images and write
them to disk with ffmpeg. Image acquisition is done via the OpenCV image
manipulation library, and encoding and writing to disk via ffmpeg library.

At the moment, the Linux version works perfectly, it can encode h264/vp8 and
write to mkv/webm files without problems. Linux and OSX versions share 100%
code and use the exact same revisions of ffmpeg, opencv, libvpx and libx264.

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...?)

Thanks for any advice.

-- 
Saludos,
     Bruno González

_______________________________________________
Jabber: stenyak AT gmail.com
http://www.stenyak.com
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to