Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 3rd July 2016, 18:09   #1  |  Link
kentafilo
Registered User
 
Join Date: Dec 2004
Posts: 13
How Convert 29.976i VFR to 23.976p CFR?

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

Code:
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
Code:
ANIMEIVTC ( mode 4,omode=1,pass=1)
but the result is the same as ai said upon.

Thanks in advance.
kentafilo is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:18.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.