Hey i have problem with my x.264 encode it seems it's adding frames or something.
I have tried updating avisynth/x2.264/mp4box/and even tried connecting it in mkvtoolnix and nothing still it's getting async. It's first time while i'm experiencing something like this ,though earlier i used quant and now i use bitrate but it's pretty high already (2400) and doesn't seem to be cause of it.
I just to make sure made an xvid and it's fine heh.
And yeah my pc can handle 720p mp4 smoothly
my script looks like
x264.exe --bitrate 2400 --pass 1 --bframes 5 --ref 12 --subme 6 -o nazwa_pliku.mp4 o.avs
also it's my first time using lagarith with yv12 while making it but dunno if that might be case.... if it is it sux .xd
x.264 making asyncs..?
- Mol
- Strawberry Pie
- Joined: Thu Feb 22, 2007 2:28 am
- Status: sutatS
- Location: Sweden
- Contact:
- Corran
- Joined: Mon Oct 14, 2002 7:40 pm
- Contact:
Re: x.264 making asyncs..?
What is the frame count and frame rate of the original file and the output file? How is your audio being converted? IMO sync problems generally result from the way the audio is handled rather than x264 settings.
- Mol
- Strawberry Pie
- Joined: Thu Feb 22, 2007 2:28 am
- Status: sutatS
- Location: Sweden
- Contact:
Re: x.264 making asyncs..?
well yeah i thought so too but like i said i made a separate xvid where i added my exported audio earlier and it's ok.
frame rate seems be fine 23.976 in both files
now running from uncompressed to make sure also will take a look in vdub for differences in scene changing huh.
frame rate seems be fine 23.976 in both files
now running from uncompressed to make sure also will take a look in vdub for differences in scene changing huh.
- Mol
- Strawberry Pie
- Joined: Thu Feb 22, 2007 2:28 am
- Status: sutatS
- Location: Sweden
- Contact:
Re: x.264 making asyncs..?
ok it's seems to be a weir fps issue .. it adds 1 frame at beggining but i check other scene where async it's really seen here it eats 10 frames...
wth?
wth?
- Mol
- Strawberry Pie
- Joined: Thu Feb 22, 2007 2:28 am
- Status: sutatS
- Location: Sweden
- Contact:
Re: x.264 making asyncs..?
uh huh and it works perfectly from uncompressed damn i had hope that i will save hdd space...
but maybe any other solutions Dx maybe it's because i compressed rgb into yv in lagarith already and because of that it got double passed by rgb->yv12 ?:P
but maybe any other solutions Dx maybe it's because i compressed rgb into yv in lagarith already and because of that it got double passed by rgb->yv12 ?:P
- Corran
- Joined: Mon Oct 14, 2002 7:40 pm
- Contact:
Re: x.264 making asyncs..?
You should export losslessly compressed (but not uncompressed) from your editor before compressing to a distribution format.. I personally export using the color space the editor uses with Lagarith and perform any necessary colorspace changes later in AviSynth.Michael188PL wrote:uh huh and it works perfectly from uncompressed
- Mol
- Strawberry Pie
- Joined: Thu Feb 22, 2007 2:28 am
- Status: sutatS
- Location: Sweden
- Contact:
Re: x.264 making asyncs..?
yea the point is i made that uncompressed from that lagarith lol. So It's seems it doesn't like me the same goes for zarxgui tho it's compresses the same way ;P
i've tried lag rgb too i guess it' doesn't like lagarith after all :<
i've tried lag rgb too i guess it' doesn't like lagarith after all :<