I tried finding information in this forum about this conversion and all I found was to use avisynth but not instructions on how to do it, could you please provide them here using this or another program capable of doing this conversion which I tried to solve and keep getting unsynched video.
+ Reply to Thread
Results 1 to 5 of 5
-
-
Yeah, it's payware.
If your source is avi, then VSO DIvxtoDVD can do format conversion. I've never had it go out of sync.Read my blog here.
-
Frame Duplication
Code:
AviSource("your.avi")
ChangeFPS(29.97)
Frame Blending
Code:
AviSource("your.avi")
ConvertFPS(29.97)
Interlaced Field duplication
Code:
AviSource("your.avi")
Bob() # Should use a smart Bob'er, i.e DGBob etc
ChangeFPS(59.94)
SeparateFields()
SelectEvery(4,0,3)
Weave()
Similar Threads
-
Quick easy way to convert DVD subs from 25fps to 23.976fps?
By nick1977 in forum SubtitleReplies: 19Last Post: 22nd Feb 2015, 17:36 -
25fps-source Ac3 to 23.976fps
By Lastman369 in forum AudioReplies: 47Last Post: 26th Sep 2014, 02:19 -
[MKV] 25fps to 23.976fps? Tried and failed. Help!
By lag in forum Newbie / General discussionsReplies: 15Last Post: 20th Aug 2014, 12:27 -
25fps to 23.976fps
By Charmer in forum AudioReplies: 19Last Post: 8th Aug 2009, 10:41 -
converting 25fps to 23.976fps
By pannivas in forum AudioReplies: 1Last Post: 3rd Aug 2007, 16:49