>awds59.6-> smil2yuv bugs8.smil | od -c | head
 >0000000    Y   U   V   4   M   P   E   G   2       W   7   2   0       H
 >0000020    4   8   0       F   3   0   0   0   0   :   1   0   0   1    
 >0000040    I   b       A   5   9   :   5   4  \n   F   R   A   M   E  \n

Just a note that might come in handy...

The YUV4MPEG2 headers are LF terminated text strings by design.
You can just do "head -1" to extract it:

  > make-some-yuv-stream | head -1
  YUV4MPEG2 W720 H480 F30000:1001 Ib A59:54


-matt m.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to