I make an .avs script,load it into Zarx264,get settings done...
Settings wrote:Bitrate - 1000kbps
Audio - 320kbps(that's my latest try,and it's still the same as with other settings)
MinQP 18 - off
Audio Normaliz(s)e - on
Anyway,default settings,except for audio bitrate,and MinQP setting.
Script :
- Code: Select all
#ASYNTHER Default (AVISource)
AVISource("C:\Documents and Settings\RapTure\My Documents\Aishteru [Remastered]beta2.avi")
MSmooth(strength=1, debug=true, highq=true)
ConvertToYV12(IsRGB)
The problem is - each time I encode (takes damn too long for a minute lenght vid,because of damn MSmooth filter..) there is no problem (at least now,at first it was keeping giving me some kind of errors,but now they're gone and I'm glad about it),but - the timing is just way off
I think that it just has problems with audio steam,since I don't see spaces between music and bumper theme (may sound weird,but I'm not that good with english..) there's a 14 sec bumper,and a 1:40 min lenght video beta thrown together (beta with bumper in it),so all the sync I'm working on just goes to hell and gets way off after I reencode it..
I tried just creating .mp4 file trough VDubMod (I've done that with "Dirty Ichigo" vid),but I want to encode trough Zarx264,since Zarx264 is using avc1 FourCC,and when encoding trough VDubMod,it gives away H264 FourCC - H264 FourCC is harder to encode,so the only thing it's playable with is VLC (as far as I know..),and I can't play it with WMP and MPC - but avc1 FourCC,it plays just fine on everything (WMP,MPC,VLC..).
So,can anyone give me solution? Why the hell is timing off? Where did my sync dissapear?


