HomerJ or anyone computers details ............................... 1.80Ghz intel Celeron 256mb 3D AGP Video Type : Pal ...................................................................... ok tryed cee cant seem to get past the first stage created a dv2 file then made a avs file infact made two as i red 2 guides on cce exampile: 1 LoadPlugin("C:\Program Files\AviSynth2\plugins\MPEG2DEC.dll") mpeg2source("C:\DVDDUMP\bandits.d2v") ResampleAudio(44100) example 2 LoadPlugin("C:\Program Files\AviSynth2\plugins\MPEG2DEC.dll") mpeg2source("C:\DVDDUMP\bandits.d2v",DCT=2,CPU=0) ResampleAudio(44100) then saved text as ( all files ) Example: 1 Example: 2 bandits.avs bandits.avs.txt. evertime i drag the file into cce 2.50 it crashes or it says: it hasent a handler to process it (all mpeg2dec files was put into AviSynth plugin folder) so i then tryed: VFAPI Reader Codec converted the file d2v to avi when entered avi into cce it comes up with: Frame rate 20000/1000 is not supported.supported frame rate are 23.976,24,25,29.97,30,50,59,94,and 60 thats it am stumped ? here i go again with dvd-calculator only asking this as am playing around with diffrent sowtware to see what i can get. what's the difference from bytes & bit/s and when you get a value in bytes how do you convert that value to bit/s say DVD-r calculator gives me a % of 149.6% and rempeg2 only goes to 90% what do you do with that 149.6% ? am I wrong in thinking and just halfing the value of 149.6% so I get a ruff value of 74% for rempeg2 (its just a guess) thanx 54321
54321 OK, Your example 1 looks just fine. An example from mine :- LoadPlugin("c:\mpeg2dec.dll") mpeg2source("f:\arsenal\arsenal.d2v") ResampleAudio(44100) I assume you have the "mpeg2dec.dll" file in the correct directory (double check) For simplicity, I put mine in the root of C:\ (not good practise I know, but it works. What text editor did you use for creating your *.avs file. I use Notepad. This can be a bit quirky, when it come to file extensions (it likes to name everything *.txt) Double check you *.avs file in DOS to make sure. It might be something like *.avs.txt if your not careful. There is a way of checking AviSynth, on it's own I'll do some checking around. Stop messing with Rempeg !!! Stick with CCE !! HomerJ
54321, Just one small point, please list the versions of the applications you are using. This might be part of the problem. I use the following :- DVD2AVI ver 1.76 Avisynth ver 2.04 CCE SP ver 2.5 HomerJ
54321, One other small point, what operating system are you using. If you are using XP try changing the "compatability mode". To do this, right click the CCE icon and then the "compatability" TAB. I have to run mine under Windows NT SP5, before it runs properly HomerJ
HomerJ fist before i start i am greatful for the time your taking with me. my computer ................... Win Xp (home) 1.8 GHz celeron 256mb Tools Using ----------------- DVD2AVI 1.77.3 SmartRipper 2.41 CCE 2.50.1 AviSynth 2 bitrate i thought ile take you step by step so you will see were am going wrong step 1: riped the DVD with SmartRipper rip-method = movie stream processing = Demux to extra file (m2v) step 2: opened DVD2AVI settings: Audio Track Number = Track 1 output Method = Demux(ac3,mpa,dts) Dolby Digtal Decode = Dynamic Control - Normal 48 - > 44.1KHz = off settings: Options Process Priority = High Local Language = English settings: Video iDCT Algorithm = 32-bit SSE2 mmx Field Operation = Forced Field Color Space = YUV 4:2:2 YUV->RGB = Pc Scale Load: m2v file that smartripper had made and save it to my folder called "DVDDUMP" as movie.d2v step 3: opened bitrate and run the m2v file and copyed and pasted the info that i got and put it into notepad and saved it to mt desktop step 4: made my avs opened note pat and wrote: LoadPlugin("C:\MPEG2DEC.dll") mpeg2source("C:\DVDDUMP\movie.d2v") ResampleAudio(44100) then saved it as all files to DVDDUMP folder as sample.avs step 5: opened CCE then draged the avs file into CCE ( program then crashes ) Wee Bit More INFO: LOADED AviSynth 2 into computer my Question is : what is it ment to do it doesent seem to be connected to any program ? so i have a folder called DVDDUMP and there are only 2 files sitting inside ( movie.d2v = 499KB and sample.avs = 1KB ) hope you can make something out of this as am hitting my head off a wall. thanx 54321 p.s "compatability mode". tryed as you said still no joy
hi mate , if you are backing up a pal dvd you should have the field set to none in dvd2avi , this should give you the correct frame rate for the movie, I use dvd2avi, VFAPI reader,then cce , never had a problem , try the guide at fukrulez.com, select dvd guides ,method 4 CCE, very straught forward and breaks it down into manageable steps
54321, OK, Stop hitting your head (it must be hurting by now, you'll end up with a headache !!) Down below, I have attempted to use your template and "overlayed" mine. step 1: riped the DVD with SmartRipper rip-method = movie stream processing = NOT CHECKED After using Smartripper, all you should be left with is a "VOB" set (4 or 5 VOBs normally, but could be more) and a *.ifo file. So, the movie has been ripped, but both video and audio streams are still contained in the VOB set. step 2: opened DVD2AVI Here there are a few differences (I'm using ver 1.76 don't forget) Audio> Track Number>Track 1 Channel Format > Auto Select Dolby Digital>Demux Mpeg Audio>Demux 48->44.1Hz>Off settings: Options Process Priority = Normal settings: Video iDCT Algorithm = 32-bit SSE2 mmx Field Operation = None Color Space = YUV 4:2:2 YUV->RGB = TV Scale Step 2 File>Open Click on the first VOB file the ADD. DVD2AVI will add all the other files for you. Then click Save Project. What you are doing here is creating a *.ac3 file (compressed audio track) and a *.d2v file. This file is used by AviSynth. Most important. Your step 3 below, don't understand, you don't need it. step 3: opened bitrate and run the m2v file and copied and pasted the info that I got and put it into notepad and saved it to my desktop The part below looks just fine step 4: made my avs opened note pad and wrote: LoadPlugin("C:\MPEG2DEC.dll") mpeg2source("C:\DVDDUMP\movie.d2v") ResampleAudio(44100) then saved it as all files to DVDDUMP folder as sample.avs Step 5 below, hopefully by this time things should start to work OK (your files have been generated by different systems. step 5: opened CCE then draged the avs file into CCE ( program then crashes ) Wee Bit More INFO: LOADED AviSynth 2 into computer my Question is : what is it meant to do it doesent seem to be connected to any program ? You're right about AviSynth, It "just sits there" but that's OK. If you want to learn more about AviSynth chekout www.doom9.org there is a section dedicated soley to AviSynth. It's a very powerful tool. so i have a folder called DVDDUMP and there are only 2 files sitting inside ( movie.d2v = 499KB and sample.avs = 1KB ) hope you can make something out of this as am hitting my head off a wall. HomerJ
HomerJ first thanx to mikeh4692 for tell me about force frame as i was getting 20frames whith dvd2avi now am getting 25frames hi HomerJ just printed out your guilde am doing it right now fingers crost Q: are your videos pal or NTSC as mine are pal
HomerJ tryed your guild still crashes ? but converted the d2v file through VFAPIconverter and i can bring the file through to cce i use the guilde to it asks me to encode but it keeps coming up with couldent find apporate video codec for vifp ) do you know what cce is trying to tell me. 54321
54321, I'm PAL the same as you. and i can bring the file through to cce i use the guilde to it asks me to encode but it keeps coming up with couldent find apporate video codec for vifp ) Not sure what this means, I'll do a bit of searching. But first, when you open CCE, next step is to right click in the main screen area, to "Add" your file (in this case the *.avs file) Does this part happen OK ? HomerJ
54321, I think i have sorted out your problem, you need to download another program. Goto www.doom9.org Then Downloads>Support Utils> Then select the VFAPI utility. Download it and then install it, and try again. Sorry about that. HomerJ
Homerj Hi dude that codec was the missing peace in the very big jigsaw Fired all the files into dvd2avi and activated it that was that. Had a problem with cce 2.50 (wasn’t very stable) So I downloaded the new version 2.66 seems to be working great Setup on cce 2.66 is totally different going to have to mess about with it. Haven’t tryed the first way yet (dragging the *.avs file into cce Tryed the outher way converting with VFAPI READER Q: is there a diffrice in quality by first method and the second method or any outher kind of diffrince (Dragging the *.avs or converting with VFAPI READER) Ok encoded my first film with cce only watched 10 to 20min looks great even tho I have squashed the whole film (1hr 40min) to 1.4GB even at this size the quality is like the original film (cool) This is what am looking for as am compiling 2 films to one DVD-r Am glad you pushed me to learn cce (no jerkier picture) Hope now thats me reached the end of that long road It was getting tiresome I think you would agree. (Shame about the watermark - some size of a watermark) Q2: is there any film that cce will not handle like rempeg ? Will keep you informed tell you if every thing runs smooth. Now this is were I thank everyone for all the help giving to me And everyone that looked in and couldn’t help thanks for looking. But a very big thanks to Homerj who stuck by me And by all the help from you I hope they will be a time I can do the same To anyone on the board Thanks to afterdawn. Thanks 54321
54321, Pleased to read you finally made it. Q: is there a diffrice in quality by first method and the second method or any outher kind of diffrince (Dragging the *.avs or converting with VFAPI READER) As far as I'm aware there is no difference. Q2: is there any film that cce will not handle like rempeg ? Not as far as I am aware of (That's why I suggested this method in the first place) By the way, why are you squeezing 2 movies per DVD-r surely that defeats the object of the exercise ? (maintaining best quality) HomerJ As for the watermark, you'll have to get a better copy won't you.
HomerJ By the way, why are you squeezing 2 movies per DVD-r surely that defeats the object of the exercise ? (maintaining best quality) ................................................ yes your are right. but this has been an Exercise since i was giving a DVD-R with 3 films on one disk the Quality was very poor and i wanted to see if i could get any better. and cce seems to do that. i have had good Successes in so little time the 2 films are of 85% to 90% Quality (some pixils when the film gets really fast like car chases or skydivers) when the films about 1.3GBs. but if i can get the films values to 2GBs each then you cant really tell the diffrence between the original. and with cce only taking about 2hrs to encode its Worth finding out the results. youve got to remember 2 good quality films to one disk keeps the cost down.
54321, I can understand the cost bit, but good quality media can now be bought for just over £1 each. Anyway best of luck for the future. HomerJ
hi mate , you asked if cce had any problem with certain films , I treid to back up "chewing the fat", the picture seamed to have a jerky sychodelic motion to it the dvd was 6 episodes ,I just split them over two discs , possibley as they were shot on video and not film :0D
HomerJ were are you getting your disks & what type are they ? mine are costing me £2.50 Each Type are Traxdata 1x
mikeh4692/HomerJ can you copy a dvd say something like band of brothers. just as you would a normal dvd or is there more to it. am asking as i read on the board someware that you had to join the episodes through ms-dos ? 54321
54321, I get my discs from :- www.lynxdv.com or www.cdr-by-mail.co.uk Both very reputable. Use either Datawrtie Classic, or any from lynxdv. Read what ian has to say about RITEK. HomerJ