Hoagie
30th July 2002, 14:15
Hello all,
I am just starting to try out AVISynty+Decomb -> CCE as a replacement to TMPGEnc. In TMPGEnc I am able to both deinterlace and drop the needed frame in order to convert to 23.97fps; it has served me very well!
I'm trying out the 2.50 demo for speed, but so far I haven't even gotten the quality of the video up to TMPGEnc standards. What I am trying to fix at the moment is jerkyness during motion sequences -- like on a horizontal scroll or when the camera slowly pulls back from an object.
Here is my AVISynth script:
LoadPlugin("D:\AVISynth DLLs\mpeg2dec.dll")
LoadPlugin("D:\AVISynth DLLs\decomb.dll")
mpeg2source("E:\Macross 7 - Disk 6\Chapter 02-03.d2v")
resampleaudio(44100)
Telecide()
Decimate(cycle=5)
I have been using this guide as a reference to settings:
http://www.doom9.org/mpg/cce-advanced.htm (playing with some settings, with no luck).
My guess is that I need to play with the Telecide function, but not sure exactly what I might want to set it to. The source is a mixed 24/30fps movie, but the only mention of settings I've found will result in a 29.97fps output -- I don't want that! :(
Any help in getting some good values into these functions to help remove the jerks in the video is greatly appreciated!
Hoag
I am just starting to try out AVISynty+Decomb -> CCE as a replacement to TMPGEnc. In TMPGEnc I am able to both deinterlace and drop the needed frame in order to convert to 23.97fps; it has served me very well!
I'm trying out the 2.50 demo for speed, but so far I haven't even gotten the quality of the video up to TMPGEnc standards. What I am trying to fix at the moment is jerkyness during motion sequences -- like on a horizontal scroll or when the camera slowly pulls back from an object.
Here is my AVISynth script:
LoadPlugin("D:\AVISynth DLLs\mpeg2dec.dll")
LoadPlugin("D:\AVISynth DLLs\decomb.dll")
mpeg2source("E:\Macross 7 - Disk 6\Chapter 02-03.d2v")
resampleaudio(44100)
Telecide()
Decimate(cycle=5)
I have been using this guide as a reference to settings:
http://www.doom9.org/mpg/cce-advanced.htm (playing with some settings, with no luck).
My guess is that I need to play with the Telecide function, but not sure exactly what I might want to set it to. The source is a mixed 24/30fps movie, but the only mention of settings I've found will result in a 29.97fps output -- I don't want that! :(
Any help in getting some good values into these functions to help remove the jerks in the video is greatly appreciated!
Hoag