On Sun, 20 Dec 2009, Matt Scherer wrote:

> I'm having a problem with jpeg2yuv. This binary is currently a
> dependency of the MythArchive package from my software repository. The
> command that I'm trying to run is:

> mythserver share # jpeg2yuv -v 2 -n 449 -v0 -I p -f 29.97 -j 
> /tmp/work/background-1.jpg
> YUV4MPEG2 W720 H480 F30000:1001 Ip A1:1 C420jpeg
> Segmentation fault

> I've attached the .jpg that it is trying to process.

        The -v 2 and -v0 are redundant - just need one or the other :)

        Works fine here:

[curlyjoe:~] sms% jpeg2yuv -v 2 -n 449 -v0 -I p -f 29.97 -j background-1.jpg > 
foo
[curlyjoe:~] sms% ls -l foo
-rw-r--r--  1 sms  sms  232764343 Dec 21 09:17 foo

[curlyjoe:~] sms% head -n 1 foo
YUV4MPEG2 W720 H480 F30000:1001 Ip A1:1 C420jpeg

        I have not played or viewed the resulting file but the header looks OK.

        I am curious where jpeg2yuv came from - did you build it from CVS
        or find a pre-built version somewhere.   

        The CVS version appears to work fine on OSX 10.6.2 - maybe someone 
        else with a different OS can try the command and reproduce the
        failure.

        Cheers,
        Steven Schultz


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to