Why not register?
Author |
Message |
Slayer
|
Posted: Sat Jul 19, 2008 2:39 pm Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
The Ancient One Joined: Mon Jan 22, 2007 9:13 pm Posts: 7974
|
OK, will try that.
_________________
 THIRD SEAL MEANS FAMINE
|
|
Top |
|
 |
spudthedestroyer
|
Posted: Sun Jul 20, 2008 12:14 am Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
Site Admin Joined: Sat Nov 02, 2002 1:35 am Posts: 19777 Location: En España
|
I have an antrociously poor quality source, grey-washed, interlaced:  Lord of filters, what can be done with this? 
_________________ Mouse nipple for the win! Trackpoint or death!
|
|
Top |
|
 |
elguaxo
|
Posted: Sun Jul 20, 2008 12:31 am Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
Master Of The Dead Donkey Joined: Mon Jun 19, 2006 4:01 pm Posts: 708
|
upload a sample! 
|
|
Top |
|
 |
spudthedestroyer
|
Posted: Sun Jul 20, 2008 12:54 am Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
Site Admin Joined: Sat Nov 02, 2002 1:35 am Posts: 19777 Location: En España
|
grrr... you with your samples i doubt it will do any good... but here's a snippet: VTS_01_1.VOB (38m)
_________________ Mouse nipple for the win! Trackpoint or death!
|
|
Top |
|
 |
DxaKrator
|
Posted: Sun Jul 20, 2008 1:39 am Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
The Practice Girl Joined: Fri Jul 18, 2003 3:08 am Posts: 6099 Location: Back in the glistening folds of Barbara Bush's Twat
|
Heh...when you are done with that one I got a couple you can look at  ....fucking horrible...If you can fix these then you are indeed a guru 
_________________ Small Time Rippers - 2003-2008 - R.I.P.
|
|
Top |
|
 |
elguaxo
|
Posted: Sun Jul 20, 2008 2:41 am Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
Master Of The Dead Donkey Joined: Mon Jun 19, 2006 4:01 pm Posts: 708
|
well... I don't see problems with the interlacing! what filters are you using? Code: | DGDecode_mpeg2source("I:\videos\spud\VTS_01_1.d2v")
Interp = nnedi(field=1) TDeint(order=1,field=1,type=1,cthresh=5,chroma=true,edeint=Interp,emask=TMM(order=1,field=1)) Vinverse()
crop( 2, 94, -2, -116) Spline36Resize(672,288) |
NNEDI: http://forum.doom9.org/showthread.php?t=129953TDeint & TMM: http://forum.doom9.org/showthread.php?t=82264Vinverse: http://omploader.org/vbTh5/vinverse.7zIf you see interlacing artifacts at some other part of the video, then post a sample that includes that part. and then maybe something like this will help you a bit with the macroblocks/mosquito noise and all the other crap: Code: | DGDecode_mpeg2source("I:\videos\spud\VTS_01_1.d2v")
Interp = nnedi(field=1) TDeint(order=1,field=1,type=1,cthresh=5,chroma=true,edeint=Interp,emask=TMM(order=1,field=1)) Vinverse()
crop( 2, 94, -2, -116) Spline36Resize(672,288)
source = last deblocked = Deblock() backward_vec2 = MVAnalyse(deblocked, isb=true, delta=2, pel=2, overlap=4, sharp=2, idx=1, truemotion=true) backward_vec1 = MVAnalyse(deblocked, isb=true, delta=1, pel=2, overlap=4, sharp=2, idx=1, truemotion=true) forward_vec1 = MVAnalyse(deblocked, isb=false, delta=1, pel=2, overlap=4, sharp=2, idx=1, truemotion=true) forward_vec2 = MVAnalyse(deblocked, isb=false, delta=2, pel=2, overlap=4, sharp=2, idx=1, truemotion=true) mask = mvmask(kind=1, vectors=forward_vec1).UtoY().Spline36Resize(672,288) smooth = source.degrainmedian(mode=3).fft3dfilter(bw=16, bh=16, bt=3, sigma=4, plane=0) source2 = maskedmerge(source, smooth, mask) MVDegrain2(source2, backward_vec1,forward_vec1,backward_vec2,forward_vec2,thSAD=300,idx=2)
|
MVTools: http://avisynth.org.ru/mvtools/mvtools.htmlDegrainmedian: http://avisynth.org.ru/degrain/degrainmedian.htmlFFTD3DFilter: http://avisynth.org.ru/fft3dfilter/fft3dfilter.htmlMaskTools: http://forum.doom9.org/showthread.php?t=98985encoded sample: http://omploader.org/vbTkw/spud.mkv 
|
|
Top |
|
 |
spudthedestroyer
|
Posted: Sun Jul 20, 2008 2:38 pm Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
Site Admin Joined: Sat Nov 02, 2002 1:35 am Posts: 19777 Location: En España
|
Its not the deinterlacing so much as how atrocious it looks, its just NTSC and interlaced because of the way it was translated and i think it fairly straight forward to zap.... however the gray levels, the fussy moving edges, etc.. i'll try your filter set and see how it goes although there doesn't look to be much improvement and i doubt you can do anything. methinks a lot more processing maybe needed 
_________________ Mouse nipple for the win! Trackpoint or death!
|
|
Top |
|
 |
elguaxo
|
Posted: Sun Jul 20, 2008 3:39 pm Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
Master Of The Dead Donkey Joined: Mon Jun 19, 2006 4:01 pm Posts: 708
|
spudthedestroyer wrote: | however the gray levels, the fussy moving edges, etc.. |
color/gray levels may be easy to improve, at least a bit with Levels and/or Teak, but a lot of manual tweaking will be required. I recommend you AvsP so you can see the results in realtime. The moving edges... that sounds VERY hard. My script deals only with the huge macroblocks and ringing.
|
|
Top |
|
 |
fuEgo
|
Posted: Wed Jul 23, 2008 2:22 am Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
Blood Sucking Freak Joined: Thu Apr 17, 2008 11:30 am Posts: 187
|
I got a demuxed ac3 (via DGIndex) that has a delay of 88526ms. First time I experience that. In VirtualDubMod I set Audio Skew Correction to 885ms and Preload to 96ms and Interleave 96ms... that seems to work, but I get this info with GSpot:
Interleave.............: 96 Preload................: 32 Audio Alignment........: Split
|
Why isn't Preload 96ms then...? ----- Another question is about vobsub, they are also out of sync about ~ 00:01:43... very weird. I've tried offset with VobSub Configure with no luck. Also edit the .idx file with notepad, but don't know how...?
|
|
Top |
|
 |
elguaxo
|
Posted: Wed Jul 23, 2008 3:06 am Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
Master Of The Dead Donkey Joined: Mon Jun 19, 2006 4:01 pm Posts: 708
|
Weird Interleave/Preload: I got this twice, one time it was a b0rked AC3 track. FFDShow Audio had no problems handling it, but everything else did. The second time I don't know what happened but playback was absolutely fine. I tried every software and Standalone I could and everything was fine. So it's not necessary a bad thing. Anyone else some experience with this? Delay for subs. It happens a lot. Insert somewhere at the beginning of the IDX file: (replace hh:mm:ss:ms by your delay)
|
|
Top |
|
 |
fuEgo
|
Posted: Wed Jul 23, 2008 3:24 pm Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
Blood Sucking Freak Joined: Thu Apr 17, 2008 11:30 am Posts: 187
|
Thank you elguaxo. But it don't work or I'm doing something wrong... Quote: | # To repair desyncronization, you can insert gaps this way: # (it usually happens after vob id changes) # # delay: [sign]hh:mm:ss:ms # # Where: # [sign]: +, - (optional) # hh: hours (0 <= hh) # mm/ss: minutes/seconds (0 <= mm/ss <= 59) # ms: milliseconds (0 <= ms <= 999) # # Note: You can't position a sub before the previous with a negative value. # # You can also modify timestamps or delete a few subs you don't like. # Just make sure they stay in increasing order.
delay: [-]00:01:43:000 |
I've also tried without the [].
|
|
Top |
|
 |
Slayer
|
Posted: Wed Jul 23, 2008 5:04 pm Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
The Ancient One Joined: Mon Jan 22, 2007 9:13 pm Posts: 7974
|
elguaxo wrote: | You need ~10% more video bitrate. Keep your settings and switch to HEINI_MR. |
Tried this, but the encoding got stuck twice. It only completed one pass and didn't even make an avi (only the fake one without sound). Here's the log: Code: | 21-7-2008 2:58:48: Job " 1 - VTS_02_1.avi" started. o Xvid - First Pass: F:\Video\Rip\VTS_02_1.avs o Xvid - Second Pass: F:\Video\Rip\VTS_02_1.avs o Mux Audio. End of Job 2 ( 1 - VTS_02_1.avi). _______________________________________________________________________________________________________________________ Gordian Knot Encoding Job Data: Type: EncXvid_All Container: Audio-Video Interleave (AVI) Number: 2 Name: 1 - VTS_02_1.avi Platform: WinXP (5.1.2600).2
Files: VirtualDubModExe: C:\PROGRA~1\GORDIA~1\VirtualDubMod\VirtualDubMod.exe NandubExe: C:\PROGRA~1\GORDIA~1\nandub\Nandub.exe AviFinal: F:\Video\Rip\VTS_02_1.avi AviMovie: F:\Video\Rip\VTS_02_1_Movie.avi AviCredits: F:\Video\Rip\VTS_02_1_Credits.avi MovieFS: F:\Video\Rip\VTS_02_1.avs CreditsFS: Log : F:\Video\Rip\VTS_02_1.log Stats: F:\Video\Rip\VTS_02_1_2.stats Ecf : F:\Video\Rip\VTS_02_1.ecf
Options: Quality/DRF: 0 CreditsStart: 0 UseEcf: 1 CreditsIVTC: 0 CreditsAppend: 0 DeleteInterm.: 0 EnforceBitrate: 0 AntiShit: 0
Calculator: VideoSize: 625949 kbyte. Audio1Size: 131427 kbyte. Audio2Size: 0 kbyte. Overhead: 6526 kbyte. AviSize: 763904 kbyte (746 mbyte). FilesSize: 0 kbyte. TotalSize: 763904 kbyte (746 mbyte). Interleaving: ac3 Bitrate: 926 k(=1000)Bits/s Frames: 138451 FPS: 25.000 Duration: 132:18 Quality: 0.137 bits/(pixel*frame). CompCheck3: 0.000 bits/(pixel*frame). CompCheck5: 0.000 bits/(pixel*frame). Resolution: 704 x 384
Audio 1: Mode: Just Mux Source File. SourceFile: F:\Video\Rip\VTS_02_1 T01 2_0ch 192Kbps DELAY 0ms.ac3 WavFile: F:\Video\Rip\VTS_02_1 T01 2_0ch 192Kbps DELAY 0ms.wav Mp3File: F:\Video\Rip\VTS_02_1 T01 2_0ch 192Kbps DELAY 0ms.mp3 OggFile: F:\Video\Rip\VTS_02_1 T01 2_0ch 192Kbps DELAY 0ms.ogg OggQuality: 0.200 OggLanguage: English Azid: Lame: Delay: 0 Interval: 1 Preload: 500 Mux: 1 Recalc: 1 DeleteWav: 1
Audio 2: none. 2:58:48: Audio 1, determined: 129798 kb 2:58:48: Audio 1, calc: 131427 kb 2:58:48: New Bitrate for Movie = 929 k(=1000)Bits/s
Adding this script to C:\PROGRA~1\GORDIA~1\VirtualDubMod\LastJob.vcf :
// $job "XviD First Pass" // $input "F:\Video\Rip\VTS_02_1.avs" // $output "F:\Video\Rip\VTS_02_1_Movie.avi" // $state 0 // $start_time 0 0 // $end_time 0 0 // $script
VirtualDub.Open("F:\\Video\\Rip\\VTS_02_1.avs",0,0); VirtualDub.video.SetDepth(24,24); VirtualDub.video.SetMode(1); VirtualDub.video.SetFrameRate(0,1); VirtualDub.video.SetIVTC(0,0,-1,0); VirtualDub.video.SetRange(0,0); VirtualDub.video.SetCompression(0x64697678,0,10000,0); VirtualDub.video.SetCompData(3532,"*SNIP*"); VirtualDub.video.filters.Clear(); VirtualDub.subset.Delete(); VirtualDub.SaveAVI("F:\\Video\\Rip\\VTS_02_1_Movie.avi"); VirtualDub.Close();
// $endjob // //-------------------------------------------------- // $done
2:58:48: Started Xvid - First Pass: F:\Video\Rip\VTS_02_1.avs
|
_________________
 THIRD SEAL MEANS FAMINE
Last edited by Slayer on Wed Jul 23, 2008 8:34 pm, edited 1 time in total.
|
|
Top |
|
 |
elguaxo
|
Posted: Wed Jul 23, 2008 6:10 pm Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
Master Of The Dead Donkey Joined: Mon Jun 19, 2006 4:01 pm Posts: 708
|
|
Top |
|
 |
Slayer
|
Posted: Wed Jul 23, 2008 6:38 pm Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
The Ancient One Joined: Mon Jan 22, 2007 9:13 pm Posts: 7974
|
What about Heini doing only one pass? Thanks in advance for any useful remarks.
_________________
 THIRD SEAL MEANS FAMINE
|
|
Top |
|
 |
fuEgo
|
Posted: Wed Jul 23, 2008 8:08 pm Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
Blood Sucking Freak Joined: Thu Apr 17, 2008 11:30 am Posts: 187
|
I've tried it, doesn't work either... Quote: | # English id: en, index: 0 # Decomment next line to activate alternative name in DirectVobSub / Windows Media Player 6.x # alt: English # Vob/Cell ID: 2, 2 (PTS: 15840) delay: -00:01:43:00 timestamp: 00:03:35:006, filepos: 000011800 timestamp: 00:03:38:326, filepos: 000028000 timestamp: 00:03:43:446, filepos: 00003d800 |
I'm experimenting with SubResync now, it's a little better but some of the languages behave differently, even with the same time codes...hmm? Edit: @slayer --> can you please edit the very long line in your log, thanks.
|
|
Top |
|
 |
Slayer
|
Posted: Wed Jul 23, 2008 8:35 pm Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
The Ancient One Joined: Mon Jan 22, 2007 9:13 pm Posts: 7974
|
fuEgo wrote: | Edit:
@slayer --> can you please edit the very long line in your log, thanks. |
Done.
_________________
 THIRD SEAL MEANS FAMINE
|
|
Top |
|
 |
fuEgo
|
Posted: Sat Jul 26, 2008 2:12 am Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
Blood Sucking Freak Joined: Thu Apr 17, 2008 11:30 am Posts: 187
|
Which do you prefer, guys...?  or 
|
|
Top |
|
 |
elchupacabra
|
Posted: Sat Jul 26, 2008 10:00 am Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
The Ancient One Joined: Sat Oct 20, 2007 10:31 am Posts: 3654
|
The second. 
|
|
Top |
|
 |
RedVeil
|
Posted: Sat Jul 26, 2008 5:52 pm Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
The Devil, Probably Joined: Fri Oct 26, 2007 3:40 pm Posts: 2250 Location: Inside my body.
|
|
Top |
|
 |
fuEgo
|
Posted: Mon Jul 28, 2008 10:28 pm Post subject: Re: Beginners Guide To Ripping With Gordian Knot |
|
Blood Sucking Freak Joined: Thu Apr 17, 2008 11:30 am Posts: 187
|
THX, I'm beginning to learn that AR and zoom is more important than the infamous 720 resolution. A new movie was driving me crazy, regarding correct AR... see pics. VOB  xvid  Here I thought, that a telescope sight is completely round... I guess my test encode is okay then. Please comment.
|
|
Top |
|
 |
Who is online |
Users browsing this forum: No registered users and 1 guest |
Moderator: Help Mods
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|