POV-Ray : Newsgroups : povray.unix : mpeg_encode Berkeley Server Time
27 Jul 2024 16:26:58 EDT (-0400)
  mpeg_encode Berkeley (Message 1 to 10 of 12)  
Goto Latest 10 Messages Next 2 Messages >>>
From: Matt Giwer
Subject: mpeg_encode Berkeley
Date: 20 Aug 2000 01:22:46
Message: <399F6BA2.50C94D1E@ij.net>
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

From: Matt Giwer
Subject: Re: mpeg_encode Berkeley
Date: 20 Aug 2000 19:06:08
Message: <39A064E9.C4EA71B6@ij.net>
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

From: Dick Balaska
Subject: Re: mpeg_encode Berkeley
Date: 22 Aug 2000 03:21:45
Message: <39A22A27.66D75B8B@buckosoft.com>
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

From: Peter Toneby
Subject: Re: mpeg_encode Berkeley
Date: 22 Aug 2000 05:38:28
Message: <39A24A14.1F51F16F@acc.umu.se>
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

From: Matt Giwer
Subject: Re: mpeg_encode Berkeley
Date: 22 Aug 2000 21:19:00
Message: <39A32733.2D60BB19@ij.net>
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

From: Dick Balaska
Subject: Re: mpeg_encode Berkeley
Date: 23 Aug 2000 03:08:52
Message: <39A378A1.9A8DB953@buckosoft.com>
Peter Toneby wrote:

> you have that patch hidden anywhere

http://www.buckosoft.com/gallery/tools/mpeg_encode/

dik


Post a reply to this message

From: Matt Giwer
Subject: Re: mpeg_encode Berkeley
Date: 23 Aug 2000 03:17:52
Message: <39A37B53.D1199C2F@ij.net>
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

From: Nicolas Calimet
Subject: Re: mpeg_encode Berkeley
Date: 24 Aug 2000 05:07:07
Message: <39A4E858.8DB47161@free.fr>
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

From: matt giwer
Subject: Re: mpeg_encode Berkeley
Date: 26 Aug 2000 02:03:18
Message: <39A75DDC.31767599@ij.net>
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

From: Matt Giwer
Subject: Re: mpeg_encode Berkeley
Date: 14 Sep 2000 22:13:44
Message: <39C185E4.6793795C@ij.net>
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

Goto Latest 10 Messages Next 2 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.