I mean.. i read the entire page and i dont remember a damn thing except for
"virtual dub uses windows hacks"
and because of these things somthing happens with mulitple frames per frame thingimabobs and it throws your clip 1 or more frames outa sync....
Now im not an idiot.. and people will probably say that i should stop wanting everything to be handed to me..
I really dont want everything handed to me.. i just want to get the base of stuff taught to me before i have to dive into this kinda stuff..
For example.. a guide will say " the molecular structure of the egg is .66.55.4433221 and as such it has a resulting offset of .242.23.43, so if you wanted to make a green egg you only need to follow the few steps involved."
Now how the hell am i supposed to even understand such technicality.. when im having trouble just understanding what a damn egg is..
This example is of course a gross oversimplification.. but still i think you get the point.
is there a place that will take me from step one and teach me up..
because no offence to these guides on this forum.. but they are EXTREMELY technical.. and by that i mean in order to understand the guide.. you pretty much have to have the same knowledge as the guide writer..
so is there like an idiots guide to learning about video and audio compression.
The quote below is an example of what i mean... how many people can actually look at that on the first page of a toutorial and say "piece of cake honkee"
To simplify the command lines and to speed up the encoding with x264, follow these few steps.
1) Make a new folder in "C:\" called "enc"
2) Copy, extract or move "x264.exe" to "C:\enc"
3) Copy, extract or move "mp4box.exe" to "C:\enc"
4) If any AVIsynth processing is needed on your video, drop it into Virtualdub , process and export it as HuffYUV or Lagarith and place it in "C:\enc" as "video.avi"
5) Create a new AVIsynth script called "video.avs" in "C:\enc" containing the following:
avisource("video.avi")
converttoyv12()
6) Create a new text file called "enc.txt" in "C:\enc" (this will become the script for encoding)
