Heh, funnily enough I have a job interview at a company who does this on Tuesday, so I might implement a codec sometime soon, albeit in hardware. Anyway, H264 is the best compression, I believe. http://en.wikipedia.org/wiki/H264
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Andail on Mon 28/11/2005 12:17:33
SSH, Helm is basically saying that he wants to able to fully evaluate his own self, in a Jungian fashion, partly to achieve complete control of his subconciousness, and in extension to experience the only relgious experience you can experience without being conventionally religious.
Of course, this practice requires a strong psyche, which is why he also asks for a hardening of the tool which is also his monitor.
// room script file
#sectionstart room_a // DO NOT EDIT OR REMOVE THIS LINE
function room_a() {
// script for Room: Player enters room (before fadein)
RawClearScreen(0);
Zoom.zoom(6, 1.015, 1.0, 10.0, 0, 0, 200, 80);
}
#sectionend room_a // DO NOT EDIT OR REMOVE THIS LINE
#sectionstart room_b // DO NOT EDIT OR REMOVE THIS LINE
function room_b() {
// script for Room: Player enters room (after fadein)
while (Zoom.zoomdone()==0) {
Wait(1);
}
Display("Tada!");
}
#sectionend room_b // DO NOT EDIT OR REMOVE THIS LINE
Quote from: esper on Fri 25/11/2005 14:38:19
Have you fully read both sides of the discussion above? It seems to me that so far everyone has agreed that it is not an idea, but rather a proven historical fact.
QuoteIt is a historical fact, for example, that Constantine was not trying to supplant, but rather assimilate.
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
// deal in the Software without restriction, including without limitation the
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
// sell copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.992 seconds with 15 queries.