On Wed, Oct 26, 2005 at 03:12:03PM +0100, Anne Wilson wrote: > Based on the work I did last year, I issued the command > > lavtrans -o title.jpg -f i 286 ~/susan.avi ^^^
> Maybe something has changed, or maybe I've got it wrong, but this didn't > work. I got > > Error opening 286: No such file or directory ^^^ Look carefully at the error message. It's saying it can't find a file named "286". Now, look carefully at your command line. "286" looks like you want to convert frame # 286. But you ommitted a parameter. The parameter to specify a frame number is "-i". So your command line should have been: lavtrans -o title.jpg -f i -i 286 ~/susan.avi And then, depending on whether you have a file named "susan.avi" in your home directory, it will either work, or you'll get the same error message only saying it can't find "susan.avi" this time. ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Mjpeg-users mailing list Mjpeg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mjpeg-users