Vodkafairy said:what is the difference?
SethNaket said:If you used AAC sound instead of mp3, you could easily drop audio to 100kbps and keep the same quality. Using AVC video (aka h264) you could drop the video to 1000kbps for same image quality, or most likely better image quality due to the compression being quite different. So just going by size you could release "the same" movie with 1100kbit total, for 176MB total filesize.
Apart from strictly size-reason - you forgot to deinterlace and you have a really strange aspect ratio on the clip (do you play widescreen?).
Kaun_IA said:very nice Vf.... BUT ill just keep recording whit Fraps... thats too much hassel for me.
i play ranger 90% of time in rvr so not much big fights. can record 25fps whit 1280x1152 whit np.
Specc:
2,4 gig P4
768 crappy ddr.
Ati radeon x800pro
i just record onto second hard drive to minimize eny lagging effect. so far havent let me down
SethNaket said:Well there's the size for one. Take your movie as an example: 296MB for 21m30s iirc, that comes out to about 1850 kbps right? 192kbps of that is mp3 sound so that leaves ~1650 kbps xvid.
If you used AAC sound instead of mp3, you could easily drop audio to 100kbps and keep the same quality. Using AVC video (aka h264) you could drop the video to 1000kbps for same image quality, or most likely better image quality due to the compression being quite different. So just going by size you could release "the same" movie with 1100kbit total, for 176MB total filesize.
Apart from strictly size-reason - you forgot to deinterlace and you have a really strange aspect ratio on the clip (do you play widescreen?). The upside of scripting is that you perform the same operations every time just by one click, so you never forget anything. You can also experiment very easily with avisynth filters to improve image quality and compressability, for instance removing grains and noise can help compress more without losing quality on "important" parts. It may sound like a lot of work but once you've written the script its a simple drag-n-drop to encode the next clip and the next clip and the next clip and...
The downside is that encoding takes about 30% longer with AVC, but it's worth it.
Btw, I'm not saying your vid is bad, it's a lot better than the first ones I captured (ground circuit loops suck!).![]()
2nd Btw, you can script the same way with fraps clips and get even better quality. Think Dooms RR video quality at 250mb instead of 1gb.
rure said:You died to a rr3 scout VF? :<
Nero recode does both of them so it's pretty easy once you have that program. You can download a trial version of nero premium at www.nero.com or if you're "resourceful" I'm sure you can find another version easily.Vodkafairy said:well that definitely sounds worth tryingexcuse me for being a total noob but this requires the use of a different codec i guess, is this one also free/easy to get like xvid?
Hehe ok, didn't think of that. I'm kind of obsessed with finding the best deinterlacer so whenever I see combing I just think someone forgot.Vodkafairy said:i didnt interlace on purpose, i actually kinda like the effect. as for the aspect ratio, its set to 704x512 because i crop off the edges.
The problem with that is that if VF is a rr9 at capturing, I'm rr3 at scripting/encoding. I just learned about it last week.illu said:I think you should also write a guide. I'm sure I'm not the only one - but all this vid capturing business is fiddly and then the compression without losing quality side of things is a real headache.
#LoadPlugin("C:\program\avisynth\plugins\DGDecode.dll")
LoadPlugin("C:\program\avisynth\plugins\RemoveGrain.dll") # <- sse cpu (athlon)
#LoadPlugin("C:\program\avisynth\plugins\RemoveGrainSSE2.dll") # sse2 cpu
LoadPlugin("C:\program\avisynth\plugins\kerneldeint.dll")
#movie = mpeg2source("C:\video\clip.d2v")
movie = AVIsource("C:\video\clip.avi")
KernelDeInt(movie,order=1,sharp=true)
removegrain(mode=2)
crop(16,0,-20,-2) # find your proper crop-values from vdub
LanczosResize(640,480)
Tweak(bright=10,cont=1.1)
Vodkafairy said:No
Anei just cried at me after I died to getting added on and I think it was cuteAllthough, I did die to her and her scout duo (Kyra iirc), after a very long and funny fight
Unfortunately I forgot to record.. joys of playing in fullscreen mode, I log msn, irc, bb on second pc aswell as recording so often I hit f6 to start recording while I have irc open ;D
qq!
Kyra said:This is a great walkthru, though I leave the movie making up to the experts. One thing though, Kyra is/was a minstrel and I've never given that account to anyone else. (could be they deleted the old girl though, that makes me sad if its true)
Oh and Vodkafairy, do you happen to play WoW on the US servers??
Freddyshouse said:You must spread some Reputation around before giving it to Vodkafairy again.
Castus said:Look forward to the strafe like a bitch tutorial then.