|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I can't stand the complaints every time I post an animation about it
being in quicktime format. Is there any way to encode an animation in
just plain mpeg, non-quicktime format on a mac? I haven't found a way
so far. I know quicktime exports into avi format. Would people be
content with this? Thanks.
- Rico
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Reusser wrote in message <3B3FF4FD.7B4AD99F@chorus.net>...
> Is there any way to encode an animation in
> just plain mpeg, non-quicktime format on a mac?
http://www.visiblelight.com/mpeg/software/mac_encode.htp
--
#macro Sig(A,B,X)_(A,B)_(B,X)_(X,A)#end#macro _(A,B)cylinder{<A.x,A.y,3>,<B.u,
B.v,3>.1,9}#end global_settings{max_trace_level 9}light_source{0 1}camera{up y
*4right-3*x}blob{_(<3,1>,<1,-5>)_(<2,-2>,<4,-2>)Sig(x,<-1,1.5>,<1,3>)_(z-1,z-4
)pigment{rgb 1}}box{-3 3pigment{rgb 0}finish{reflection 1}hollow} // POV-Ray31
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3B3FF4FD.7B4AD99F@chorus.net> , Reusser <reu### [at] chorusnet>
wrote:
> I can't stand the complaints every time I post an animation about it
> being in quicktime format.
There is nothing wrong with posting QuickTime if it is compressed small
enough and doesn't waste space like some i.e. AVI movies would. Just ignore
the complaints and use a subject line like "My animation (800 KB,
QuickTime)" so people who don't have QT can just skip over it (I have not
checked, maybe you already do so).
I suspect this is the major problem because a lot of people still have slow
connections and downloading something big just to find out that they don't
have the player they need installed is very frustrating. If there are
people who still complain then, post here again and I will lobby for some
official action.
Thorsten
____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg
I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Wlodzimierz ABX Skiba wrote:
> http://www.visiblelight.com/mpeg/software/mac_encode.htp
Thanks!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Wlodzimierz ABX Skiba wrote:
> http://www.visiblelight.com/mpeg/software/mac_encode.htp
What kind of file is this? I can download it, but I dont' know what app
to open it in.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Tue, 06 Nov 2001 15:46:10 -0800, Josh English <eng### [at] spiritonecom> wrote:
>> http://www.visiblelight.com/mpeg/software/mac_encode.htp
>
> What kind of file is this? I can download it, but I dont' know what app
> to open it in.
Please use html reader. I don't know reason why they changed extension. Perhaps
it is dynamically generated html.
ABX
--
#declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
function{_(x-2,y,1)|_((x+y)*.7,z,.1)|_((x+y+2)*.7,z,.1)|_(x/2+y*.8+1.5,z,.1)}
contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> On Tue, 06 Nov 2001 15:46:10 -0800, Josh English <eng### [at] spiritonecom> wrote:
> >> http://www.visiblelight.com/mpeg/software/mac_encode.htp
> >
> > What kind of file is this? I can download it, but I dont' know what app
> > to open it in.
>
> Please use html reader. I don't know reason why they changed extension. Perhaps
> it is dynamically generated html.
Microsoft IIS. I guess it doesn't have .htp registered, so it's sending it saying
"Here's some generic raw bytes, deal with it".
--
Jon A. Cruz
http://www.geocities.com/joncruz/action.html
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"W3odzimierz ABX Skiba" wrote:
>
> On Tue, 06 Nov 2001 15:46:10 -0800, Josh English <eng### [at] spiritonecom> wrote:
> >> http://www.visiblelight.com/mpeg/software/mac_encode.htp
> >
> > What kind of file is this? I can download it, but I dont' know what app
> > to open it in.
>
> Please use html reader. I don't know reason why they changed extension. Perhaps
> it is dynamically generated html.
I was using an html reader. Netscape. I used MSIE 4.5 and it got the
page just fine. I don't know what kind of standard htp is.
Josh English
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Josh English wrote:
> "W3odzimierz ABX Skiba" wrote:
> >
> > Please use html reader. I don't know reason why they changed extension. Perhaps
> > it is dynamically generated html.
>
> I was using an html reader. Netscape. I used MSIE 4.5 and it got the
> page just fine. I don't know what kind of standard htp is.
Well, there's an htp HTML preproccesor, which could be generating that.
http://www.eda.bg/docs/packages/htp/
The problem is because the server is misconfigured and saying the page is
"application/octet-stream", which means 'raw binary data that should be saved
somewhere'.
MSIE violates all the standards and instead looks inside the contents and says
"hmmm. I think this looks like it's really HTML, I think I'll change and ignore what
the server just told me". That's probably due in part to Microsoft tools and servers
being so broken, and the broken Spyglass Mosaic that was the original MSIE...
So, instead of fixing the broken server, the person admining it or changing it was
probably using MSIE instead of some standards-compliant browser, and had his error
hidden from him so that he didn't know it was there and needed to be fixed.
Ahh. Their main site is all Flash. Another sign of sloppy web design and admin.
Sigh.
Gee, their .asp pages seem to be served from that IIS fine. Hmmmm... I wonder why
the proprietary Microsoft content works easily on the Microsoft server, but that
other content doesn't. Hmmmmmm....
--
Jon A. Cruz
http://www.geocities.com/joncruz/action.html
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|