On Fri, 2003-12-12 at 18:25, Jonathan Bartlett wrote:
> > how i can convert 512x218 dim. into mjpeg avi?
> Scale it. the height needs to be either 224 or 208. The width is fine.
Or add black bars at top/bottom. Both can be done with yuvscaler
(probably y4mscaler, too), IIRC... yuvscaler -O SIZE
Hallo
> i convert divx file with help gmplayer, fifo-file and yuv2lav with error:
>
> [EMAIL PROTECTED] films]$ cat stream.yuv | yuv2lav -o video.avi
> **ERROR: [yuv2lav] Image dimensions (512x218) not multiples of 16
> **ERROR: [yuv2lav] Couldn't compress YUV to JPEG
> [EMAIL PROTECTED] films]$
> how i can convert 512x218 dim. into mjpeg avi?
Scale it. the height needs to be either 224 or 208. The width is fine.
Jon
>
> thanks!
>
> Dmitriy
>
>
>
> ---
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LI
Hi all!
i convert divx file with help gmplayer, fifo-file and yuv2lav with error:
[EMAIL PROTECTED] films]$ cat stream.yuv | yuv2lav -o video.avi
**ERROR: [yuv2lav] Image dimensions (512x218) not multiples of 16
**ERROR: [yuv2lav] Couldn't compress YUV to JPEG
[EMAIL PROTECTED] films]$
how i can