Fun video, aside from the tech issues
just in case you're unaware of it, theres a
guide on the org that has detailed step by step explanations on steps to get the video to look good, including screenshots and all. It does have alot of technical detail, but even if you don't get it all, you should be able to follow the screenshots as far as settings go to get a pretty nice encode even if you don't know what each setting actually does.
The common and probably best way is to export from premeire via Lagarith or Huffyuv codec (since uncompressed would be too large in most cases) both of which are included in the AMVapp if you download it from that same guide page (at the top), then
Use virtualdubmod (also included) to make an AVS script (which uses AVIsynth, also included in the app)to apply the common filters:
I like to use:
Deen("a3d",2,3)
awarpsharp()
crop(4,0,-4,-0) *This is to crop out the green bar that awarpsharp leaves on the 2 sides*
lanczosresize(640,480) *for fullscreen or*
lanczosresize(640,362) *for widescreen*
For this particular video probably should also add:
Crop(0,40,-0,-40)
To get rid of those black borders at the top and bottom taking up extra bits in the codec ;p (40 may not be enough, adjust as necessary )
as my typical script which I may alter when nessisary, but I find this works well for most sources.
compress it to Xvid (again included in the app) using the settings explained in the guide, remembering to compress also your audio to lame mp3 (also included in the app)
Upload to the org ;p
You can also choose the
X264 method, but there are no current guides for that yet to my knowledge. If you want to play with it, theres a link on that page to the Megui package which will automatically install everything you need to make good mp4s.
I'd recommend reading the entire guide especially if your not too tech savvy, as it will educate you some on things necessary to get good quality in your videos, even if allot of it confuses you.