The command line params has been changed, and probably the docs was not updated since. You will wish to do conversions like the following:
Old command line: mencoder -mf on:w=800:h=600:fps=25 -ovc copy -o output.avi \*.jpg New command line: mencoder -mf w=800:h=600:fps=25 -ovc copy -o output.avi mf://\*.jpg And file a bug report to mplayer-DOCS mailing list ( http://mplayerhq.hu/mailman/listinfo/mplayer-DOCS ). Cheers, Shachar On Sat, 24 Feb 2018, Gustavo Halperin wrote: > > > Raindel Shachar wrote: > > >Hi, > >mencoder (part of the MPlayer project) knows how to do that. You may > >wish to have a look in the mencoder relevant documentation ( > >http://www.mplayerhq.hu/MPlayer/DOCS/HTML/en/menc-feat-enc-images.html , > >which describes exactly what you try to do....), and tell us your > >experience. > > > > > > > Thank you,but i get always the same error when I use mencoder: > >Reading /home/gusti/.mplayer/mencoder_codecs.conf: > >Can't open '/home/gusti/.mplayer/mencoder_codecs.conf': No such file > or directory > >Reading /etc/mplayer/mencoder_codecs.conf: 61 audio & 157 video codec > >File not found: 'frameno.avi' > >Failed to open frameno.avi > >Reading config file /home/gusti/.mplayer/mencoder: No such file or > directory > >-mf on is deprecated, use mf://files instead > >Exiting... (error parsing cmdline) > > Do you understand what is the problem??? > Thank you Gustavo > > > Good luck, > > Shachar > > > >N.B. Watch out, as if you encode stuff in MPEG-4 format, you are probably > >violating a number of software pattents, but IANAL. Gennerally, any video > >encoding format that is not OGG-Theora (which is not production ready > >yet...), is covered by software pattents.... > > > >On Sat, 24 Feb 2018, Gustavo Halperin wrote: > > > > > > > >> Hello > >> > >> I need any program for make a 'mpeg' or 'avi' movie from 'jpeg' > >>pictures.Do you > >>people know some program for do it? > >> > >>Thanks > >> Gustavo > >>-- > >>Regards. > >>gustavo halperin > >>_________________________________________ > >>Laboratory for Computer Graphics and CAD > >>Faculty of Mechanical Engineering > >>Technion - Israel Institute of Technology > >>Haifa, Israel 32000 > >> > >>Tel: 972-4-829-2334 > >>Fax:972-4-829-5711 > >>e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > >>_________________________________________ > >> > >> > >>-------------------------------------------------------------------------- > >>Haifa Linux Club Mailing List (http://www.haifux.org) > >>To unsub send an empty message to [EMAIL PROTECTED] > >> > >> > >> > >> > > > > > > > > -- > Regards. > gustavo halperin > _________________________________________ > Laboratory for Computer Graphics and CAD > Faculty of Mechanical Engineering > Technion - Israel Institute of Technology > Haifa, Israel 32000 > > Tel: 972-4-829-2334 > Fax: 972-4-829-5711 > e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > _________________________________________ > -------------------------------------------------------------------------- Haifa Linux Club Mailing List (http://www.haifux.org) To unsub send an empty message to [EMAIL PROTECTED]
