View Full Version : Problem With One Piece Movie 8 D2V
FireFist
20th August 2007, 22:07
i edit that topic beacause now i have 2 questions:
1.i change the movie of one piece 8 avi to d2v then i open it with AVSP and i saw a problem..i think it's Telecine problem..
this is the code i wrote:
MPEG2Source("VTS_01_1.d2v")
LoadPlugin("decomb521.dll")
LoadPlugin("TIVTC.dll")
LoadPlugin("DGDecode.dll")
LoadPlugin("ColorMatrix.dll")
LoadPlugin("hqdn3d.dll")
LoadPlugin("deblock.dll")
Telecide(order=0,y0=420, y1=480)
Decimate(cycle=5)
BicubicResize(768,432)
AssumeTFF()
tdecimate(mode=1,hybrid=1,denoise=true,output="movie8-tdec.txt")
ColorMatrix(interlaced=true)
Converttoyv12()
assumeFPS(23.976)
hqdn3d(10,6,4.5,2.25)
DeBlock(23,3,4)
and this is picture i captured with AvSp look at ussop face..how i can fix it??
http://i173.photobucket.com/albums/w75/clawghost/d2v.jpg
here is another picture look at vivi the girl..
http://i173.photobucket.com/albums/w75/clawghost/D2V1.jpg
Leak
20th August 2007, 23:33
hi,
i am new at avisynth and at this forum so i have a question what is taht BiFrost() Colormatrix() deblock() and crop()???
3rd party AviSynth filters, except for Crop.
It's all in the documentation that comes with AviSynth.
np: Phantom Ghost - This Work Is Inside Out (Phantom Ghost)
FireFist
21st August 2007, 01:11
you mean if i download that plugins there wil be a information about them?
Leak
21st August 2007, 10:11
you mean if i download that plugins there wil be a information about them?
Yes.
I also meant that there's a page for all of these filters (except Bifrost) in the English HTML documentation that gets installed along with AviSynth 2.5. A link to it is installed in AviSynth's program group in the Start Menu, so go read it.
FireFist
21st August 2007, 23:38
i didn't understand what is that BiFrost/deblock/crop ...
Leak
22nd August 2007, 00:05
i didn't understand what is that BiFrost/deblock/crop ...
Wanna tell us where exactly you got the idea to use those filters from?
Right now the way you ask doesn't exactly make a lot of sense to me... :confused:
np: Funkstörung - Like A Poet (ft. Enik) (Disconnected)
FireFist
26th August 2007, 14:49
Edit:i have a question..how i can do 2 pass at virtualdub to d2v file and Lagarith Loseless??
i have d2v file and i need to do 2 pass with Lagarith Loseless ..
DarkZell666
26th August 2007, 17:13
FireFist : What are you trying to do exactly ? You look like you're doing the wrong thing completely... Also Lagarith doesn't do 2-pass at all, because it doesn't work that way (AFAIK).
FireFist
26th August 2007, 17:13
ok thanks please read the main post i need to fix it..
neuron2
26th August 2007, 19:05
Why are you setting an exclusion band for Telecide()? Are there hard subtitles?
Why are you decimating twice?
You should post a link to an *unprocessed* source sample if you want really good help. You can set a range in DGIndex and then do Save project and demux video. Then upload the M2V file to an upload site and give us the link. Make sure the range you select contains the problem area(s).
FireFist
26th August 2007, 19:29
ok,now i fix it..
here is the new code:
MPEG2Source("VTS_01_1.d2v",info=3,cpu=4)
LoadPlugin("decomb521.dll")
LoadPlugin("TIVTC.dll")
LoadPlugin("DGDecode.dll")
FieldDeinterlace(full=true)
TFM(order=1,Mode=4, pp=5, field=1, slow=2, scthresh=8, micmatching=2, cthresh=3, mi=43)
tdecimate(mode=1,hybrid=1,denoise=true,output="movie8-tdec.txt",cycle=5)
Telecide(order=0, guide=1,gthresh=50,chroma=true)
BicubicResize(512,384,0,0.5)
SeparateFields()
Converttoyv12()
assumeFPS(23.976)
LoadPlugin("hqdn3d.dll")
hqdn3d(10,6,4.5,2.25)
LanczosResize(768,432)
LoadPlugin("deblock.dll")
DeBlock(23,3,4)
and i am not going to realese it for hard subtitles only for me to learn new things at avisynth..
but i think that video will be with hard subtitles..
i am new at encodeing and avisynth..and another question how i can denoise ??
neuron2
26th August 2007, 20:25
Deinterlacing with FieldDeinterlace() before field matching with TFM() makes no sense at all!
Now you've got two field matchers: TFM() and Telecide(). No way, jose.
And you're separating fields at the end. Why?
You can't just grope in the dark; you have to know what you are doing.
Is your source material interlaced or progressive?
Where is the sample I asked for?
FireFist
26th August 2007, 20:27
listen i dont know how to make it smaller the 1.gb m2v..
neuron2
26th August 2007, 20:28
I told you once in the thread and once in PM. Set a smaller range using the [ and ] buttons in DGIndex and then do Save project and demux video.
FireFist
26th August 2007, 20:30
ok..how i can change the range??
neuron2
26th August 2007, 20:32
You can start by reading the DGIndex user manual.
I'm feeling mellow right now, though, so I'll help you.
Position the timeline so that the first frame you want is displayed. Then hit [. Now move the timeline so that the last frame you want is displayed. Then hit ]. Now do Save project and demux video. Your M2V will contain just that range.
Am I nice or what?
FireFist
26th August 2007, 20:34
ok tnx..and i wiil upload it to rapidshare..and edit that post..
and youre so nice people :)
neuron2
26th August 2007, 20:36
Cool. When you give us the sample we can give you the script that works for it. And we'll explain why. Please just make sure that the range you select contains the area that causes problems for you.
See, your SeparateFields() at the end kinda just mucks up everything you did before with the field matching. No fear, neuron2 is here! :)
Ciao, bro'!
FireFist
26th August 2007, 20:44
XDDDDDDDDDD
and dude i need you will explain me hot me fix the quality beacause now my freind told me he need me to encode it with subtitles..so that will be hard subtitles and i want to encode it like i can watch it at the DVD and others can watch it at her PC..
and now the DGIndex cut the video...what i will upload wont be the full movie..
and now i will upload to Fileflyer and send you the link..
and edit..
neuron2
26th August 2007, 20:58
beacause now my freind told me he need me to encode it with subtitles..so that will be hard subtitles and i want to encode it like i can watch it at the DVD and others can watch it at her PC Whoah! I hope you're not planning to give out copies of copyrighted DVD material. That would be against our forum rules. Would you like to clarify that statement?
FireFist
26th August 2007, 21:04
umm this is a raw from anime one piece i found ... i download it from some website..that release one piece raws...i dont know if that "copyrighted DVD material"...if you want i can give you the web ..
neuron2
26th August 2007, 21:14
OK, I'm afraid that you are now in violation of our forum rules and I have to close the thread. Read the rules and don't violate them with your postings.
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.