gday folks, i need help from a cinema craft expert!!
I'm havin trouble gettin CCE to encode certain avi files and i cant work out why. To explain, if i try to encode an avi that is 25 fps and has a resolution of 640 x 272, creating a script with fitCD which i do not change in any way, CCE takes the script and produces an mpeg that is of amazing quality at v.fast speeds, happy days!!
However, if i take an avi file that is, for example, 576 x 304 and runs at 25 fps, and create script with fitCD in exactly the same way, without changin anything that fitCD puts into the script, CCE produces an mpeg that seems to be wrapped around itself and is severly corrupt in that it almost looks like there is two videos running at the same time with one being half a second behind the other making i look like its jumping around??
I've been trying to crack this problem 4 a while now, but am stuck completely. The only thing i know is that it is linked to the resolution of the avi file some how, and if it is ((a number under 600) x (a number over 299)) it comes out as explained. So, any experts care to elaborate for me.
Heres a script that fitCD made that works:
# -= AviSynth v2.0.8.0 script by FitCD v1.2.4 =-
AVISource("C:\final.avi")
BicubicResize(688,320,0,0.6,0,0,640,272)
AddBorders(16,128,16,128 )
#Trim(0,148815).FadeOut(150)
Heres a script that fitCD made that doesn't work:
# -= AviSynth v2.0.8.0 script by FitCD v1.2.4 =-
AVISource("C:\final.avi")
BicubicResize(688,400,0,0.6,2,0,572,304)
AddBorders(16,88,16,88 )
#Trim(0,218585).FadeOut(150)
PLEASE PLEASE HELP ME, ITS MAKING ME GO INSANE!!!
p.s, after just logging on, apparently the last time i logged on and posted was 11th feb 2004, and now its the 11th feb 2005, SPOOKY!!
+ Reply to Thread
Results 1 to 5 of 5
-
-
The suspects are either the movie files themselves, or the avisynth script or filters. I will assume the scripts are OK, given that the only difference between the two is from the difference in the clips, and one works OK. CCE does not know about the resolution of the original, since it only sees the clips once they have been resized through avisynth. This is why I don't believe resolution is the culprit. Perhaps someone here of knows avisynth scripting will contradict me on some of this though.
I would run the movies through something like DivFix or Divx Repair to look for problems.
Finally, you could try frameserving from virtualdub instead, just to see if this changes things.Read my blog here.
-
gday again,
just had a quick play with the frameservin method and it is producing nice results but they have a 'choppy' feel to them i.e. the video isn't completely smooth. Anyone ever come across this and know a way to stop it??
Cheers, Ben -
Check the file info in VirtualDub - look for the framerate (fps). If it is 23.976 or similar, or 29.976 or similar, and you are encoding at 25 fps, then wou are effectively attempting a format conversion (NTSC -> PAL). I don't know where you are from, but as you appear to be converting to 25 fps, it is probably somewhere in PAL land. Most players will quite happily handle NTSC. When I do these types of conversions, I generally leave the framerate at 23.976, apply 2:3 (3:2) pulldown during authoring, and leave it be. Once you start screwing with format conversion, you have to look at adjusting audio speed to keep sync. It's isn't worth it for my money.
Read my blog here.
Similar Threads
-
Cinema Craft Encoder Sp 2.67.00.27
By Gwar in forum Video ConversionReplies: 1Last Post: 19th Feb 2012, 11:32 -
Problem with Cinema Craft Encoder SP and Windows 7
By echo1434 in forum Video ConversionReplies: 6Last Post: 24th Dec 2011, 16:51 -
Cinema Craft Encoder Issues converting to 16:9 etc.
By lapetite_66 in forum Newbie / General discussionsReplies: 11Last Post: 8th Mar 2010, 20:09 -
Help with Cinema Craft Encoder
By Topcat360 in forum Video ConversionReplies: 31Last Post: 29th Jan 2008, 16:51 -
Cinema Craft Encoder Plugin
By MI6 in forum Video ConversionReplies: 1Last Post: 11th Aug 2007, 18:05