What you don't know is that I modified it to print subliminal messages about me on all encodes.AbsoluteDestiny wrote:OK I've updated the AMVapp to include a newer build of XviD that fixes the trellis and b-frame bugs.
The AMVapp basically runs the regular 1.0 installer and then copies the new dll's over the old ones. This allows all the cool stuff in the koepi installer to work fine and have an uninstaller etc.
Guides and AMVapp Public Alpha/Beta Test
- Tab.
- Joined: Tue May 13, 2003 10:36 pm
- Status: SLP
- Location: gayville
- AbsoluteDestiny
- Joined: Wed Aug 15, 2001 1:56 pm
- Location: Oxford, UK
- Contact:
- CHAMELEON_D_H
- Joined: Fri May 23, 2003 8:10 am
- Location: TA Israel
problem: i used the amvapp's test during the install, worked like a charm... afterwards i used my NEW .avs file created by DGIndex, and it didnt work (not unrecognized exeption, but a "filter problem" in zoom player, and "not enough storage" in media player).... tested a few things that didnt work.... ran tests again, same error.....i decided ro uninstall, reinstall.... test during the installetion came out fine, but when i used the avs file again, same problem.....
has that happened to anyone?
i have 512 RAM and i dont think thats the problem....
has that happened to anyone?
i have 512 RAM and i dont think thats the problem....
- Corran
- Joined: Mon Oct 14, 2002 7:40 pm
- Contact:
- CHAMELEON_D_H
- Joined: Fri May 23, 2003 8:10 am
- Location: TA Israel
- Corran
- Joined: Mon Oct 14, 2002 7:40 pm
- Contact:
- Corran
- Joined: Mon Oct 14, 2002 7:40 pm
- Contact:
- AbsoluteDestiny
- Joined: Wed Aug 15, 2001 1:56 pm
- Location: Oxford, UK
- Contact:
Is that with RC5?
I know what could be causing the error, but I didn't think this would be a problem with RC5.
Can you go to program files/avisynth 2.5/plugins and open setmemorymax.avsi in notepad. The top line should say
SetMemoryMax(64)
if it for some reason says SetMemoryMax(64)) then you need to delete the extra bracket. This was a bug introduced in the RC4 installer that really should be fixed now, so I'd appreciate it if you could check. Thanks.
I know what could be causing the error, but I didn't think this would be a problem with RC5.
Can you go to program files/avisynth 2.5/plugins and open setmemorymax.avsi in notepad. The top line should say
SetMemoryMax(64)
if it for some reason says SetMemoryMax(64)) then you need to delete the extra bracket. This was a bug introduced in the RC4 installer that really should be fixed now, so I'd appreciate it if you could check. Thanks.
- sysKin
- Joined: Fri Mar 26, 2004 6:37 am
Hi,
I was reading the new guides and - good as they are (very good!) - I have some technical details that I don't like... most of them don't really matter for AMVers but it's probably good to have the theory "more accurate" as well
I hope you don't mind.
It's about colourspaces today. I don't really like the explaination YUV "focuses on luma". That is quite not the point, although nothing you wrote is actually wrong. How about adding some theory lesson about what YUV actually is?
I'd write something like this:
Oh gee, I just wrote some useless crap, originally intended for the old guide which was much worse at explaining colourspaces,
Do what you want with it,
Radek
I was reading the new guides and - good as they are (very good!) - I have some technical details that I don't like... most of them don't really matter for AMVers but it's probably good to have the theory "more accurate" as well
I hope you don't mind.
It's about colourspaces today. I don't really like the explaination YUV "focuses on luma". That is quite not the point, although nothing you wrote is actually wrong. How about adding some theory lesson about what YUV actually is?
I'd write something like this:
After that, it's more logical to explain that UV channels have half vertical and half horizontal resolution in mpeg formats (except for mpeg-2 studio profile that works in YUY2)RGB uses the fact that three colour components can be added together to create any colour.
In contrast, YUV stores the colour the same way human brain (not eyes) works.
Now comes an explaination: the primary thing that human brain sees is brightness, aka "luma". (not neccessary inline: Luma can be relatively easly calculated from RGB channels by averaging them with some weights. Scientists have came up with weights that match these of human perception - green has high contribution, red half of that, blue - one third of red).
Luma is a non-negative value. Zero means black, high values mean white.
As for colour information, they are not so easy. They are called U and V, or Cr and Cb. They can have both positive and negative values, and completely match the way colour is processed in our brain.
Cr, when positive, means that the object is red.
Cr negative means that the object is green. Our brain understands these two colours as opposites - If you think about it, no object can ever be red-greenish.
Cb, when positive, indicates blue object. Cb negative means yellow. Again, they are the opposites for our brain.
So, why is it useful to store pictures in YUV? Two reasons:
- because you get one channel that is much more important, and two channels that are less, but equally important. You can do tricks with that.
- you get channels that are almost uncorrelated - if shadows move, only one channel is affected. This helps compression quite a lot, because the same information is not repeated for different channels.
- a historical reason: when colour TV was invented, it needed to be both backwards and forwards compatible with black-and-white TV. The old B&W channel became luminance, while two colour channels were added on top of that. Old TVs simply ignore the two extra channels while colour TVs just understand that chroma is zero in B&W signal.
Oh gee, I just wrote some useless crap, originally intended for the old guide which was much worse at explaining colourspaces,
Do what you want with it,
Radek