|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
It fails to make clean. exits error 1. Anyone else?
--
Auschwitz Museum fails to find holes.
Eyewitnesses liars. Detail at 11:00
-- The Iron Webmaster, 47
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Matt Giwer wrote:
>
> It fails to make clean. exits error 1. Anyone else?
Error, that is failure on make all
make all
failure is at libpnmrw.c at line 129
changing sys_errlist[] to _sys_errlist[] allows compile to
complete.
However looking at stdio.h this appears to use BSD rather than
GNU so it is not the correct solution but it appears to be
working correctly as far as I can tell without having the
resources to actually create a movie as yet. The worst I expect
is an error message being "close" to the right error message in
the list.
--
You know you are in real deep doo doo
when you have ilk.
-- The Iron Webmaster, 40
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Matt Giwer wrote:
>
> It fails to make clean. exits error 1. Anyone else?
Works for me. I even added png support.
dik
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Dick Balaska wrote:
>
> Matt Giwer wrote:
> >
> > It fails to make clean. exits error 1. Anyone else?
>
> Works for me. I even added png support.
you have that patch hidden anywhere and if so could you please
send it my way? I really really really dislike having to render
to xpm (or is it ppm?), and thing png support would be wonderful.
/Peter
--
Alpha Test Version: Too buggy to be released to the paying public.
Beta Test Version: Still too buggy to be released.
Release Version: Alternate pronunciation of "Beta Test Version".
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Peter Toneby wrote:
>
> Dick Balaska wrote:
> >
> > Matt Giwer wrote:
> > >
> > > It fails to make clean. exits error 1. Anyone else?
> >
> > Works for me. I even added png support.
>
> you have that patch hidden anywhere and if so could you please
> send it my way? I really really really dislike having to render
> to xpm (or is it ppm?), and thing png support would be wonderful.
Same request as after that, nothing I do the the example.param
file works. And when executed outside of a shell script I get a
core dump.
--
Leave history that requires force to protect it at the door.
-- The Iron Webmaster, 12
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Peter Toneby wrote:
> you have that patch hidden anywhere
http://www.buckosoft.com/gallery/tools/mpeg_encode/
dik
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Dick Balaska wrote:
>
> Peter Toneby wrote:
>
> > you have that patch hidden anywhere
>
> http://www.buckosoft.com/gallery/tools/mpeg_encode/
>
> dik
Appriecated. Wlll try.
--
Q. "Do you realize I can defame you without penalty?"
A, "Do you realize I can let you?"
-- The Iron Webmaster, 31
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Matt Giwer wrote:
>
> It fails to make clean. exits error 1. Anyone else?
Why not to use the MSSG encoder (www.mpeg.org) ?
It can produce both MPEG-1 and MPEG-2 video of high quality
and that truely conform with standards. The Berkeley's MPEG-1 seems
to do a different RGB->YCrCb conversion, and there are often "noise"
pixels in fast moving parts (B pictures), even when encoding with
highest bitrate. The only flaws I see is that it reads PPM, not PNG,
and it can't produce VBR (variable bit rate) MPEG-2. Finally there's
some people who extended the MSSG code for MMX support and some other
goodies availabe on PCs (Linux, Windowz). Visit for instance the
bbMPEG's site (for Win):
http://members.home.net/beyeler/bbmpeg.html
A really recent and *fast* MPEG-1/2 encoder in Japanese
called TMPGEnc, also for Win platforms only :-(
http://www.yks.ne.jp/~hori/TMPGEnc.html
English patch and ressources for TMPGEnc:
http://www.jamsoft.com/tmpgenc/
All are freewares.
*** Nicolas Calimet
*** http://pov4grasp.free.fr
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nicolas Calimet wrote:
>
> Matt Giwer wrote:
> >
> > It fails to make clean. exits error 1. Anyone else?
>
> Why not to use the MSSG encoder (www.mpeg.org) ?
I am taking a look at them.
> It can produce both MPEG-1 and MPEG-2 video of high quality
> and that truely conform with standards. The Berkeley's MPEG-1 seems
> to do a different RGB->YCrCb conversion, and there are often "noise"
> pixels in fast moving parts (B pictures), even when encoding with
> highest bitrate. The only flaws I see is that it reads PPM, not PNG,
> and it can't produce VBR (variable bit rate) MPEG-2. Finally there's
> some people who extended the MSSG code for MMX support and some other
> goodies availabe on PCs (Linux, Windowz). Visit for instance the
> bbMPEG's site (for Win):
>
> http://members.home.net/beyeler/bbmpeg.html
>
> A really recent and *fast* MPEG-1/2 encoder in Japanese
> called TMPGEnc, also for Win platforms only :-(
>
> http://www.yks.ne.jp/~hori/TMPGEnc.html
>
> English patch and ressources for TMPGEnc:
>
> http://www.jamsoft.com/tmpgenc/
>
> All are freewares.
>
> *** Nicolas Calimet
> *** http://pov4grasp.free.fr
--
Live fast, love well, and have a glorious website.
<a href="http://www.giwersworld.org/mgiwer/">
The rest of Matt Giwer's World</a>
-- The Iron Webmaster, 61
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nicolas Calimet wrote:
>
> Matt Giwer wrote:
> >
> > It fails to make clean. exits error 1. Anyone else?
>
> Why not to use the MSSG encoder (www.mpeg.org) ?
> It can produce both MPEG-1 and MPEG-2 video of high quality
> and that truely conform with standards. The Berkeley's MPEG-1 seems
> to do a different RGB->YCrCb conversion, and there are often "noise"
> pixels in fast moving parts (B pictures), even when encoding with
> highest bitrate. The only flaws I see is that it reads PPM, not PNG,
> and it can't produce VBR (variable bit rate) MPEG-2. Finally there's
> some people who extended the MSSG code for MMX support and some other
> goodies availabe on PCs (Linux, Windowz). Visit for instance the
> bbMPEG's site (for Win):
>
> http://members.home.net/beyeler/bbmpeg.html
>
> A really recent and *fast* MPEG-1/2 encoder in Japanese
> called TMPGEnc, also for Win platforms only :-(
>
> http://www.yks.ne.jp/~hori/TMPGEnc.html
>
> English patch and ressources for TMPGEnc:
>
> http://www.jamsoft.com/tmpgenc/
>
> All are freewares.
Unfortunately all for windows. Lots of things for windows and next to
nothing for linux. I would have expected it the other way around.
--
<A href="http://www.giwersworld.org">
A free internet for a free people.</a>
The Droll Troll
-- The Iron Webmaster, 29
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |