kentafilo
3rd July 2016, 18:09
Hi,
sorry for my bad english.
I have a problem with a Bluray.
The source is 29.976 i ,
script used to made file lossless avi is
LoadPlugin("D:\RIPPING\PROGRAMMI RIP\MEGUI\tools\lsmash\LSMASHSource.dll")
LWLibavVideoSource("F:\gravition\00001.m2ts.lwi")
LoadPlugin("D:\RIPPING\PROGRAMMI RIP\MEGUI\tools\avisynth_plugin\TIVTC.dll")
LoadPlugin("D:\RIPPING\PROGRAMMI RIP\MEGUI\tools\avisynth_plugin\EEDI2.dll")
LoadPlugin("D:\RIPPING\PROGRAMMI RIP\MEGUI\tools\avisynth_plugin\TDeint.dll")
edeintted = SeparateFields().SelectEven().EEDI2(field=-1)
tdeintted = TDeint(edeint=edeintted,order=-1)
tfm(order=-1,clip2=tdeintted).tdecimate(mode=1,hybrid=1)
but the losslell file has a timing different than the original,in other words sound is not sync to video.
How to do to create a progressive avi file with fps=23.976 and synchronized audio ?
I tried
ANIMEIVTC ( mode 4,omode=1,pass=1) but the result is the same as ai said upon.
Thanks in advance.
sorry for my bad english.
I have a problem with a Bluray.
The source is 29.976 i ,
script used to made file lossless avi is
LoadPlugin("D:\RIPPING\PROGRAMMI RIP\MEGUI\tools\lsmash\LSMASHSource.dll")
LWLibavVideoSource("F:\gravition\00001.m2ts.lwi")
LoadPlugin("D:\RIPPING\PROGRAMMI RIP\MEGUI\tools\avisynth_plugin\TIVTC.dll")
LoadPlugin("D:\RIPPING\PROGRAMMI RIP\MEGUI\tools\avisynth_plugin\EEDI2.dll")
LoadPlugin("D:\RIPPING\PROGRAMMI RIP\MEGUI\tools\avisynth_plugin\TDeint.dll")
edeintted = SeparateFields().SelectEven().EEDI2(field=-1)
tdeintted = TDeint(edeint=edeintted,order=-1)
tfm(order=-1,clip2=tdeintted).tdecimate(mode=1,hybrid=1)
but the losslell file has a timing different than the original,in other words sound is not sync to video.
How to do to create a progressive avi file with fps=23.976 and synchronized audio ?
I tried
ANIMEIVTC ( mode 4,omode=1,pass=1) but the result is the same as ai said upon.
Thanks in advance.