[GRASS5] Re: [GRASS-CVS] hamish: grass/html/html r.out.mpeg.html,1.4,1.5
Markus Neteler
neteler at itc.it
Wed Oct 20 04:01:29 EDT 2004
Hamish,
On Wed, Oct 20, 2004 at 09:56:58AM +0200, grass at intevation.de wrote:
> Author: hamish
>
> Update of /grassrepository/grass/html/html
> In directory doto:/tmp/cvs-serv16952
>
> Modified Files:
> r.out.mpeg.html
> Log Message:
> update broken Berkeley ftp link and add link to netpbm's ppmtompeg
> which is the same thing as mpeg_encode
Just curious:
Does it work better than the old Berkeley software (which gives terrible
errors here)?
If so, what about using 'ppmtompeg' with -c flag and mpeg_encode without?
Currently it's hardcoded:
grep mpeg_encode *
main.c: sprintf(cmd, "mpeg_encode %s 2> /dev/null > /dev/null",
main.c: sprintf(cmd, "mpeg_encode %s", mpfilename);
main.c: fprintf(stderr,"mpeg_encode ERROR\n");
main.c: sprintf(cmd, "mpeg_encode %s 2> /dev/null > /dev/null",
main.c: sprintf(cmd, "mpeg_encode %s", mpfilename);
main.c: fprintf(stderr,"mpeg_encode ERROR\n");
Markus
More information about the grass-dev
mailing list