I am using CinemaCraft Encoder to convert my AVI movies into DVDs. The problem is for some movies, CCE doesnt seem to recognise the file properly. The duration always appears to be 09:15 and the frames is always 240. I am generating the script using FitCd although I get the same problem when creating the script by hand. An example script is:
# -= AviSynth v2.0.8.0 script by FitCD v1.2.4 =-
AVISource("F:\Movies\True Romance.avi")
BicubicResize(720,448)
AddBorders(0,64,0,64)
#Trim(0,174376).FadeOut(150)
ConvertToYUY2() # For VirtualDub or CCE
AudioDub(BlankClip()) # a CCE 2.50 'crashfix' for Athlons
I am using CCE version 2.70.01.
Any help would be appreciated.
+ Reply to Thread
Results 1 to 21 of 21
-
-
I think that it is encoding your BLANKCLIP only, since that was the last video file presented. Take out the AudioDub command.
ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
Unfortunately this didnt work.
Its strange that it seems to work on some files whereas it doesnt on others. An example script of one that worked is:
# -= AviSynth v2.0.8.0 script by FitCD v1.2.4 =-
AVISource("F:\Movies\Wrong.Turn.DVDRip.DivX.avi")
LanczosResize(720,576)
AssumeFPS(25.000, true)
#Trim(0,121030).FadeOut(150)
ConvertToYUY2() # For VirtualDub or CCE
AudioDub(BlankClip()) # a CCE 2.50 'crashfix' for Athlons -
That "true romance" file and the others that didnt work, did you scan them for errors? Use for example virtualdub, click Video -> Scan videostream for errors.
-
Originally Posted by SLK001
AVI has always been supported by CCE as far as i know, thats what CCE does, mainly. If it didnt support AVI it wouldnt load AviSynth scripts either. The problem with CCE used to be that it didnt have built in resize and framerate conversion/change, with newer versions AviSynth is not really required unless one is doing more advanced filtering or adding special effects and so on, but AviSynth still increases the speed and sometimes also the quality even when using latest CCE versions.
-
As far as I know, a DIVX file is not an AVI file. It uses a compression based on the MPEG-4 standard.
Unless, of course, we're talking about a different DIVX format!ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
avi is not a format but a container. Most DivX files are inside an avi container.
-
Since as good as all DivX files have .avi extension i see no reason to assume that this file of Toni is NOT avi.
hrlslcbr, do you think im THAT stupid? Read the posts before replying your wise one-liners. But you asked for it, and heres the tea-spoon, open up baby: AviSynth is faster in resizing and you can choose what method to use, thereby getting better quality in some cases. Or wasnt that the problem? Maybe you consider resizing to be ADVANCED FILTERING?
Blank avs scripts, nice one hrlslcbr -
Originally Posted by ToniMontana
AVISource("F:\Movies\True Romance.avi",false) -
Originally Posted by hrlslcbrICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
Originally Posted by thor300
I agree that avisynth is faster when doing advanced filtering (and resizing; and no, I don't think resizing is advanced filtering).
Have you ever tried to load an MPEG-2 file directly into CCE?
Well, now you have one reason to use blank scripts
Sorry for posting those small replies...I'll try not to post something like that if there are some people that need more than one line to understand something that easy. -
I wouldnt call loading an mpeg2 a blank script, it would most often have 3 lines: loadplugin,mpegsource and converttoyuy2.
Ok, enough off topic and threadjacking for today. -
I am by far no expert, but I had a similar problem and my solution was to delte the borders, when they are not necessary. The borders command (0,0,0,0) caused an error of producing 240 frames. deleting the border line from the script solved the problem for me.
Similar Threads
-
Problem with Windows Movie Maker not recognising .avi format
By NP11073 in forum Newbie / General discussionsReplies: 4Last Post: 14th Sep 2008, 06:39 -
25fps AVI > NTSC DVD - am I doing this right? (AviSynth, CCE, DGPulldown
By fischkopf in forum Video ConversionReplies: 25Last Post: 22nd May 2008, 19:31 -
CCE, AviSynth and MP4 Question
By Maikeru-sama in forum Video ConversionReplies: 5Last Post: 31st Mar 2008, 11:19 -
Matted to anamorphic with aviSynth/CCE?
By Sephiroth666 in forum Newbie / General discussionsReplies: 3Last Post: 7th Jan 2008, 00:00 -
Questions about CCE, H264 and AviSynth
By Maikeru-sama in forum Video ConversionReplies: 18Last Post: 21st Dec 2007, 20:38