Convert from YUV Abekas to png

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Post by glennrp »

The format is "yuv" not "yuv8".
Try playing with the -sampling-factor option and perhaps the
-interlace option.
  • convert yuv:file.yuv8 -sampling-factor 2x1 file.png
Glenn
Post Reply