Hello,
I want to convert a video into het MPEG2 format with CCE SP. The original video is a bit unsharp, a bit blurred. Is it possible to make the video sharper in/with CCE SP? And if so, where in the programm can you do that?
Does someone know how to do that?
Thanks in advance![]()
+ Reply to Thread
Results 1 to 18 of 18
-
-
What is the source ? Is it an avi, and mpeg, a mov ?
If I am converting avi's to DVD, I generally use either avisynth or virtualdub to do the resizing. If using virtualdub, I use the unsharp mask filter by Antonnio Foranna and Donald Graft. The default settings are usually too strong, but dropping the diameter back to 3 brings back detail without haloing the edges. You can find this filter at Neuron2.net Use this filter, and frameserve the results to CCE for encoding.Read my blog here.
-
okay, thanx. But do you know how to frameserve from VirtualDub?. I tried, but don't succeed. To frameserve from VD, do you need a special programm then?
-
Yes, but why bother, since AviSynth also has sharpening filters, Subs Filter, and Crop Fillter? Plus, you don't know how to use it anyway. Nor do you know how to frameserve using VDub. I'd say you're on trouble. Maybe this will help in getting the frameserver going:
http://www.doom9.org/virtualdub_procedures.htm#Frameserving
As for AviSynth, start reading:
http://www.avisynth.org/ -
-
Rather than just opening it in CCE, test the script out first in VDub(Mod). If something's wrong, it'll give you an error message that should help pinpoint where the problem is.
Which subtitle filter you use in AviSynth depends on what format your subs are in. First you load the Plugin at the top:
LoadPlugin("C:\Path\To\VSFilter.dll")
If your subs are in IDX/SUB format, then further down in the script you add:
VobSub("C:\Path\To\Movie.idx")
and if in text format (SRT, SSA and some others), then:
TextSub("C:\Path\To\Movie.srt")
I think it's explained in the docs that come with VobSub. -
Ok, thanx. About the sharpen filter in Avisynth: What is the best sharpen filter? I can choose between these filters:
aSharp
aWarpSharp
MSharpen
Unfilter (i don't know if this is a sharpen filter)
WarpSharp
XSharpen
Does someone know which of these is the best? -
Unfilter can sharpen or blur, it depends whether the values are + or -.
As for best. None of us are qualified to say what you think looks the best. You are simply going to have to experiment. -
Ok. I've read somewhere that you can use the virtualdub filters in Avisynth, that would be grate. But does someone know how to use them in avisynth?
-
You can use the Avisynth command "LoadVirtualdubPlugin" of course since vdub filters work in RGB you may have to use the ConvertToRGB command first, depending on the colorspace of your source.
You can also use vdfilters.avs which has a number of common vdub filters included - makes it simple if you are using a few.
I suggest you readup on Avisynth and test a few scripts first. -
Just out of curiosity, have you gone into your Virtualdub folder and run the auxsetup.exe to prep the system for frameserving ? It is a one off exercise, but you cannot frameserve from virtualdub until you do this.
Read my blog here.
-
celtic_druid is correct. There is the issue of speed and sampling plus the fact that some useful VDub filters just won't work with avisynth. Stick with one or another - Avisynth or VirtualDub.
If this all seems too complicated, try SVCD2DVD - you have the option of adding a basic sharpening filter with that and the whole process is pretty automatic. There are other similar tools that may be more appropriate but you never mentioned your source format, so I can't recommend one over another.
BTW CCE 2.64 won't work with Avisynth properly- If that is the version you are using then you'll need to either change it or use a different frameserver.
Similar Threads
-
Best CCE settings for 16x9 progressive video?
By mlong30 in forum Video ConversionReplies: 0Last Post: 18th Apr 2011, 08:22 -
sharper videos
By anon125 in forum Authoring (DVD)Replies: 17Last Post: 25th Nov 2008, 16:36 -
cce video bitrate problem
By DSLGuy in forum Video ConversionReplies: 11Last Post: 16th Feb 2008, 12:53 -
CCE SP avi video wrong length
By skipadipadoo in forum Video ConversionReplies: 4Last Post: 7th Nov 2007, 11:14 -
can faulty/bad dvd-video dvds make ripples/whitelines in video?
By wiak in forum MediaReplies: 3Last Post: 22nd Jul 2007, 12:08