| Author |
Message |
easydvd old hippy
Joined: 24 Sep 2002 Location: FL, USA
|
|
gll99 Renegade
Joined: 31 May 2002 Location: Canadian Tundra
|
|
The only tool that may cause some people a problem is LINK2 which is a 30 day shareware.
You may want to add this info to your guide.
|
|
easydvd old hippy
Joined: 24 Sep 2002 Location: FL, USA
|
|
Thanks for pointing that out gll99!! I had totally forgotten it's shareware
but actually..........
Link2 is the first piece of shareware I've EVER seen that I would pay for and not find my own solution to. To register it is only $15 and there is also a spot on their site for "user specified" donation. This thing saved me FAR MORE than $15 in grief!!!! When the trial is up I would recommend to anyone that they register it so these guys can keep up the great work. Link2 is about 100% faster than VFAPI......well worth the cash.
If anyone wants to though, they can always use the VFAPI converter after the trial is up for Link2 and get the same result........just a little slower is all.
|
|
medievil Member
Joined: 23 Oct 2002
|
|
just a suggestion, but why use Link 2 to create a wrapper?? you'll get 25% more peed by simple opening notepad and typing the following:
LoadPlugin("C:\mpeg2dec.dll")
mpeg2source("C:\test.d2v")
LanczosResize(480,480)
save it as "whatever".avs
you can then load the avs file into cce and encode away.
I get about 1.35 encoding speed. versus .80 using link2
|
|
easydvd old hippy
Joined: 24 Sep 2002 Location: FL, USA
|
|
Whenever I try to load an avs file into CCE 2.5 without an audio track it just locks up on me.......but I'm going to give your suggestion a try!!
I'm still learning AVISynth ( only been playing for a cpl of weeks ) can you tell me what "LanczosResize" is and more of what it does?
Also any links you know of to good filters or plugins would be great!! I've looked through Donald Grafts' stuff and gotten the ones I like but more is good.
|
|
Truman Moderator
Joined: 19 Feb 2001 Location: Berlin, Germany
|
|
LanczosResize is an alternative to BicubicResize with high values of c. This filter started as an external plugin and was added to Avisynth since v2.06.
http://www.avisynth.org/index.php?page=Resize
CCE SP 2.64.01.10 or newer accept Avisynth scripts again. So you don't need link2 if you want to frameserve to CCESP, but it may help if you use a different encoder as Canopus Procoder.
Have a look at Avisynth's built-in filters here .
Get more external Avisynth plugins here.
|
|
Baldrick Administrator
Joined: 09 Aug 2000 Location: Sweden
|
|
easydvd: one tip for any future guides, save the screenshot images as gif or png with few colors instead of jpg...
|
|
FredThompson Member
Joined: 20 Oct 2001
|
|
...and repost this one with proper screenshots, please. These are very annoying.
|
|
easydvd old hippy
Joined: 24 Sep 2002 Location: FL, USA
|
|
Thanks for the advice on the pics. Honestly, it was the first time I ever did a screen capture too....
It's been a good learning experience so far.
Thanks too for the AVISynth links Truman. I had the dll installed for about 2 months before I started learning how to use it, and I'm still a newbie at scripting. Ususally takes me like 4 or 5 tries before everything loads and acts like I want it too.
_________________ entirely TOO much time on my hands
-------------------------------------------
www.easydvdcopy.net
|
|
FredThompson Member
Joined: 20 Oct 2001
|
|
Try cropping your grabs to get rid of junk then reduce to 256 colors then save as GIF. Alternately, use PNG (which supports >256 colors.)
If there's a way to replace already-posted images, I don't know about it, sorry.
Good technique in your guide, though. Thanks.
|
|
vitualis Moderator
Joined: 01 Oct 2000 Location: Australia
|
|
Definitely go with PNG! It can have more or less colours than GIF and tends to compress better too.
Also, for future screen shots, change your WinXP theme back to Windows Classic and set the colour of the top bar to just a flat colour rather than it being graduated.
With these measures (and reducing your colour count the minimum), you can get extremely high quality screen shots at very small filesizes with PNG.
Regards.
_________________ Michael Tam
vitualis' Medical Rant :: stay updated, read the rant
The Medicine Box
GNU VCDImager Authoring Guide Series
|
|
vhelp ..Semi Neutral..
Joined: 31 Mar 2001 Location: New York
|
|
hello all.
fredThompson,
yes, there is a way for easydvd to replace an already posted images.
All easydvd has to do is:
* listen to Baldrick's advise, using *.gif or *.png files, resave those
same images to the (using the same names for each pic's above) same
location.
* rename (if not *.gif or *.png) to *.gif or *.png and in the those formats
and that's about it.
One things though. If its decided to do all this, would be best to resize to
a small set of pics, cause one think most poeple (and myself too) hate is
having to SCROLL left and right to read posts. I'm getting sea-sick doing
this every time I want to read this thread.
later.
-vhelp
|
|
easydvd old hippy
Joined: 24 Sep 2002 Location: FL, USA
|
|
Just as a quick add-on ( while I redo the pics )
I got the avs script to load the vobs w/audio track straight into CCE 2.5 finally!! No d2v file anymore!! You can do this with a goodie called MPEGDecoder.dll from dooms' site and a script similar to this for a 29.97 Telicined movie. Obviously, replace the path and file names with your own.
LoadPlugin("C:\plugins\MPEGDecoder.dll")
LoadPlugin("C:\plugins\Decomb.dll")
LoadPlugin("C:\plugins\Tweak.dll")
video=MPEGSource("D:\PANICROOM_VOBS\1\vts_01_1.vob")
audio=WavSource("D:\PANICROOM_VOBS\1\CD1.wav")
AudioDub(video,audio)
Telecide(post=false,guide=1)
Decimate(cycle=5)
Tweak(bright=10,cont=1.5)
BicubicResize(352,480)
Make sure to hit a hard carriage return after each line.....for some reason the "Decomb.dll" doesn't like it if you don't and tells you that you have made an invalid argument for "Telecide"
I also merged the vobs from one chapter. I think you could stack them though by just using a "+" in your source and listing the others.
_________________ entirely TOO much time on my hands
-------------------------------------------
www.easydvdcopy.net
|
|
BodyMaker Member
Joined: 12 Aug 2002 Location: MiddleShire UK
|
|
I would like to get hold of that Mpegdecoder.dll file
But i cant find it on doom's site could you post a link plz
and what are the Decomb.dll and tweak.dll for ?
|
|
BodyMaker Member
Joined: 12 Aug 2002 Location: MiddleShire UK
|
|
Sorry me again but what do you mean by stack the vobs
do you mean if you have say 4 1048 vobs you could encode them one after the other
How would you do this with the + comand exactly
what would the script look like thanks
|
|
easydvd old hippy
Joined: 24 Sep 2002 Location: FL, USA
|
|
if you use a d2v file from DVD2AVI it will encode all the way through. If you use MPEGDecoder I think you can script it like this
MPEGSource("yourpath\yourfile.vob" + "yourpath\yourfile.vob")
and so on just make sur to "+" between each and only add brackets at beginning and end.
I've been looking at Dooms' site and I might have gotten it elsewhere. Only A couple of choices though.....try avisynth.org or e-mail me and I'll send it back to you
Decomb.dll is a de-interlacer/IVTC plugin by Donald Graft
Tweak.dll is for adjustment in brightness,contrast,saturation and hue. Think of a quick color adjustment on your TV
_________________ entirely TOO much time on my hands
-------------------------------------------
www.easydvdcopy.net
|
|
BodyMaker Member
Joined: 12 Aug 2002 Location: MiddleShire UK
|
|
Thanks Easydvd ive got it
|
|
BodyMaker Member
Joined: 12 Aug 2002 Location: MiddleShire UK
|
|
Ive Tried this script
LoadPlugin("C:\Program Files\MpegDecoder\MPEGDecoder.dll")
MPEGSource("H:\Test Vobs\VTS_02_1.vob" + "H:\Test Vobs\VTS_02_2.vob")
ResampleAudio(44100)
But it doesn't work
If i do just the one vob on its own then its fine it finds all 47300 odd frames but when i use this scprit it wont let me add it to CCE
Any idead anyone ??
|
|
Truman Moderator
Joined: 19 Feb 2001 Location: Berlin, Germany
|
|
http://nic.dnsalias.com/
MPEGDecoder seem to be not stable yet.
If you have problems to load a chain of .vob files you may try to load a list.
Smartripper creates a .lst file or if you want to write your own one, follow this guide.
Also have a look at this thread.
|
|
BodyMaker Member
Joined: 12 Aug 2002 Location: MiddleShire UK
|
|
Hi Trueman,
Thanks i'll check them out
|
|
easydvd old hippy
Joined: 24 Sep 2002 Location: FL, USA
|
|
Or you could just have SmartRipper merge the vobs for you. I just did that with my copy of John Q and it worked out great!!
Thanks too, Truman for pointing that out. I haven't had too much time to play with it yet. I just did a couple of quick tests to see if the script would load to V-Dub then I got all excited and made that post It's a GREAT idea though if it will run well!!
_________________ entirely TOO much time on my hands
-------------------------------------------
www.easydvdcopy.net
|
|
BodyMaker Member
Joined: 12 Aug 2002 Location: MiddleShire UK
|
|
I already tried that Easydvd
I have a NTFS drive so i merged the vobs into 1 but for some reason CCE would only pick up the frames for the first 15 mins or so of the movie and it was 2 hours 16 mins long
|
|
|
|