Why not register?


Post new topic Reply to topic  [ 808 posts ]  Go to page Previous  1 ... 18, 19, 20, 21, 22, 23, 24 ... 41  Next

All times are UTC [ DST ]

Author Message
PostPosted: Sat Jul 19, 2008 2:39 pm  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

The Ancient One
Joined: Mon Jan 22, 2007 9:13 pm
Posts: 7974
OK, will try that.

_________________
Image
THIRD SEAL MEANS FAMINE


Top
 Profile  
PostPosted: Sun Jul 20, 2008 12:14 am  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

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:
Image

Lord of filters, what can be done with this? :watchingyou:

_________________
Mouse nipple for the win! Trackpoint or death!


Top
 Profile  
PostPosted: Sun Jul 20, 2008 12:31 am  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

Master Of The Dead Donkey
Joined: Mon Jun 19, 2006 4:01 pm
Posts: 708
upload a sample! :beerchug:


Top
 Profile  
PostPosted: Sun Jul 20, 2008 12:54 am  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

Site Admin
Joined: Sat Nov 02, 2002 1:35 am
Posts: 19777
Location: En España
grrr... you with your samples :wacky:
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
 Profile  
PostPosted: Sun Jul 20, 2008 1:39 am  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
Offline

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 :twisted: ....fucking horrible...If you can fix these then you are indeed a guru :lol:

_________________
Small Time Rippers - 2003-2008 - R.I.P.


Top
 Profile  
PostPosted: Sun Jul 20, 2008 2:41 am  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

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=129953
TDeint & TMM: http://forum.doom9.org/showthread.php?t=82264
Vinverse: http://omploader.org/vbTh5/vinverse.7z

If 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.html
Degrainmedian: http://avisynth.org.ru/degrain/degrainmedian.html
FFTD3DFilter: http://avisynth.org.ru/fft3dfilter/fft3dfilter.html
MaskTools: http://forum.doom9.org/showthread.php?t=98985

encoded sample: http://omploader.org/vbTkw/spud.mkv

:beerchug:


Top
 Profile  
PostPosted: Sun Jul 20, 2008 2:38 pm  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

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 :lol:

_________________
Mouse nipple for the win! Trackpoint or death!


Top
 Profile  
PostPosted: Sun Jul 20, 2008 3:39 pm  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

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
 Profile  
PostPosted: Wed Jul 23, 2008 2:22 am  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

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
 Profile  
PostPosted: Wed Jul 23, 2008 3:06 am  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

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:
Code:
delay: hh:mm:ss:ms

(replace hh:mm:ss:ms by your delay)


Top
 Profile  
PostPosted: Wed Jul 23, 2008 3:24 pm  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

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
 Profile  
PostPosted: Wed Jul 23, 2008 5:04 pm  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

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

_________________
Image
THIRD SEAL MEANS FAMINE


Last edited by Slayer on Wed Jul 23, 2008 8:34 pm, edited 1 time in total.

Top
 Profile  
PostPosted: Wed Jul 23, 2008 6:10 pm  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

Master Of The Dead Donkey
Joined: Mon Jun 19, 2006 4:01 pm
Posts: 708
@fuEgo: I checked and you must place the delay above the first timestamp line for each language stream. Read more here: http://forum.doom9.org/showthread.php?t=38955


Top
 Profile  
PostPosted: Wed Jul 23, 2008 6:38 pm  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

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.

_________________
Image
THIRD SEAL MEANS FAMINE


Top
 Profile  
PostPosted: Wed Jul 23, 2008 8:08 pm  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

Blood Sucking Freak
Joined: Thu Apr 17, 2008 11:30 am
Posts: 187
elguaxo wrote:
@fuEgo: I checked and you must place the delay above the first timestamp line for each language stream. Read more here: http://forum.doom9.org/showthread.php?t=38955

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
 Profile  
PostPosted: Wed Jul 23, 2008 8:35 pm  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

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.

_________________
Image
THIRD SEAL MEANS FAMINE


Top
 Profile  
PostPosted: Sat Jul 26, 2008 2:12 am  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

Blood Sucking Freak
Joined: Thu Apr 17, 2008 11:30 am
Posts: 187
Which do you prefer, guys...?

Image

or

Image


Top
 Profile  
PostPosted: Sat Jul 26, 2008 10:00 am  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

The Ancient One
Joined: Sat Oct 20, 2007 10:31 am
Posts: 3654
The second. 8)


Top
 Profile  
PostPosted: Sat Jul 26, 2008 5:52 pm  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

The Devil, Probably
Joined: Fri Oct 26, 2007 3:40 pm
Posts: 2250
Location: Inside my body.
Can't tell it without seeing the actual resulting image. The cropping is different in these two settings. Could it result in overcropping or undercropping?
I don't like Zoom ratios above 100%, because that means the image is unnecessarily stretched horizontally or vertically. Aspect error should be as low as possible - so the second settings win that round though.

_________________
Keep downloaded files shared as long as possible! You wouldn't be able to download without people sharing the stuff.

Image Image Image Image Image Image
Image

Next release will be: La Cité Des Entfants Perdu (1995) + Making Of (Status: working on the subtitles)
Last release was: Svengali (1931)


Top
 Profile  
PostPosted: Mon Jul 28, 2008 10:28 pm  Post subject: Re: Beginners Guide To Ripping With Gordian Knot
Reply with quote
User avatar
Offline

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
Image

xvid
Image

Here I thought, that a telescope sight is completely round... I guess my test encode is okay then.
Please comment.


Top
 Profile  
Display posts from previous:  Sort by  

All times are UTC [ DST ]

Post new topic Reply to topic  [ 808 posts ]  Go to page Previous  1 ... 18, 19, 20, 21, 22, 23, 24 ... 41  Next


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

Search for:
Jump to:  
Frontpage / Forums / Scifi


What's blood for, if not for shedding?