So Bad It's Good FoRuM
https://sbig.dead-donkey.com/

Ripping/encoding/releasing Q & A
https://sbig.dead-donkey.com/viewtopic.php?f=31&t=1189
Page 125 of 126

Author:  elguaxo [ Wed Oct 29, 2008 9:13 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

:wild:

Author:  El Mariachi [ Sun Nov 02, 2008 3:54 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

elguaxo wrote:
Use SRestore instead of MRestore: http://forum.doom9.org/showthread.php?t=95924

I opened your clip via FFmpegSource and it's BFF and not TFF, so Yadif needs to be called like this:

yadif(mode=1,order=0)

and it has tons of doubleblends, SRestore won't catch all of them. Try just SRestore() and see if motion is fluent, if not play around with the SRestore's frate parameter.


:huge:

This did the trick!!!
Amazing, really amazing.

Now I found another problem. gknot can't handle 28GB files, or at least not mine :grrr:
So now I've to find a way to convert it to a format it CAN handle

Author:  elguaxo [ Sun Nov 02, 2008 4:07 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

El Mariachi wrote:
Now I found another problem. gknot can't handle 28GB files, or at least not mine :grrr:
So now I've to find a way to convert it to a format it CAN handle


Don't know about GK, but I use a lot of big lossless sources in MeGUI. I'm not 100% sure if I ever had a 28GB file, but most of them are always around ~22GB.

Author:  El Mariachi [ Sun Nov 02, 2008 4:42 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

Well due to the lack of space I MUST encode this file so I'm checking everything out now.

How do I tell MeGui to make 1/2DVD or 1/3DVD

Author:  elguaxo [ Sun Nov 02, 2008 4:57 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

Select your AVS file, press AUTOENCODE, choose a filesize, click ADD ADITIONAL CONTENT and QUEUE:

Image

Choose your sound file and GO:

Image

you will have 3 JOBs queued. The last one is the muxing step and it's done by AVIMux GUI. I don't know how it works with Standalones, so I don't do that last step and use VDM for muxing video and audio.

Author:  El Mariachi [ Sun Nov 02, 2008 5:23 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

On it sir!

Author:  elchupacabra [ Mon Nov 03, 2008 7:47 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

Do you need the AVS script of my latest encoding (VHS source)? Maybe it can help you and give additional input.

Author:  El Mariachi [ Mon Nov 03, 2008 10:25 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

Thanks, I might need it.

The video is fluent, but the tape is old like my grandma and lost a lot of color and detail

Author:  telmoMRC [ Tue Nov 04, 2008 11:57 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

i have one dvd image and i whant to extract the vob files normaly i use dvd dvdecrypter but that do not work so i use the imageburn but i do not know what to select to do that

can someone expalin it how to extract the vob files whit image burn :sad:

Author:  elguaxo [ Tue Nov 04, 2008 12:05 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

Just mount the image and then copy the VOBs. There are many programs you can use for this. I use DAEMON Tools Lite: http://www.daemon-tools.cc/dtcc/downloa ... ry&catid=5

Author:  telmoMRC [ Tue Nov 04, 2008 12:09 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

i have already mount [ i have donwload that way ] the image

i only whant to extract the vobs and i do not know what i am doing wrong i can not extract the vobs whit dvdecryter :grrr:


is fixed thx :wha: ^^ ^^

Author:  telmoMRC [ Tue Nov 04, 2008 7:03 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

i look for ever were and i can not find the Sangnom (v1.0beta) filter i only find this one http://avisynth.org/mediawiki/SangNom but i think this is not the (v1.0beta) can someone post in where the filter :wha:

Author:  Pure [ Tue Nov 04, 2008 7:40 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

Like gx said, please post the fix aswell so that others can learn from it aswell :cheer:

Author:  telmoMRC [ Tue Nov 04, 2008 7:44 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

what is needed everthing is in here

http://avisynth.org/mediawiki/MCTemporalDenoise

but that is the right the Sangnom (v1.0beta) ???? :grrr:

Author:  elchupacabra [ Tue Nov 04, 2008 8:13 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

El Mariachi wrote:
Thanks, I might need it.

The video is fluent, but the tape is old like my grandma and lost a lot of color and detail


There you go:

Code:
SetMemoryMax(128)

# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\MaskTools.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\Repair.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\RemoveGrain.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\FFT3DFilter.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\mvtools\mvtools.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\ChromaShift.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\VInverse.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\gradfun2db.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\mt_masktools-26.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\TTempSmooth.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\AddGrainC.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\Cnr2.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\VScope.dll")

# IMPORT
Import("C:\PROGRA~1\GORDIA~1\AviSynthIncludes\MCTemporalDenoise.v1.0beta2.avsi")
Import("C:\PROGRA~1\GORDIA~1\AviSynthIncludes\LimitedSharpenFaster.avsi")
Import("C:\PROGRA~1\GORDIA~1\AviSynthIncludes\GrainFactory3.avsi")
Import("C:\PROGRA~1\GORDIA~1\AviSynthIncludes\FixChromaBleeding.avsi")

# Load AVI source clip
AviSource("J:\Ripping\MasqueOfTheRedDeath-1989\capture.avi", true, "RGB24", fourCC="HFYU")

# IVTC
ConvertToYV12()
tfm(pp=7, cthresh=8, chroma=true).tdecimate()
Vinverse()

# Shift chroma info left by 2 pixels
ChromaShift(C=-2)

# DENOISING
FFT3DFilter(sigma=3,plane=3,bt=5)
FixChromaBleeding()      # Fix color bleeding
MCTemporalDenoise(settings="medium",chroma=true,stabilize=true,GPU=false)
Cnr2("xxx", 4, 5, 255)   # Remove chroma noise

# Cropping & Resizing
crop(0, 6, -4, -0)
Spline36Resize(512,384)

# Correct Basic Video settings
#sat_v  = 0.95
#cont_v = - (1 - sat_v) * 256
#sat_u  = 0.8
#cont_u = - (1 - sat_u) * 256
#Histogram()
#ConvertToYUY2()
#VideoScope("both", true, "U", "V", "UV")
# BRIGHTNESS: darkest frame = 60740 / brightest frame = 110800
ColorYUV(off_y=-15, gain_y=+22, cont_v=-12.8, cont_u=-51.2, opt="coring")
Tweak(bright=0, cont=1, hue=+4.5, sat=0.95, coring=false)

# Add Grain
GrainFactory3(g1str=4, g2str=5, g3str=16, g1shrp=30, g2shrp=40, g3shrp=50)
# Fade in & out to hide driver reassertion effects
FadeIO2(180)


Thanks go to elguaxo of course. :huge:

Author:  elguaxo [ Wed Nov 05, 2008 6:34 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A

elchupacabra wrote:
Code:
SetMemoryMax(128)
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\mt_masktools-26.dll")



If you are using Avisynth 2.5x, then use mt_masktools-25.dll. mt_masktools-26.dll is only for Avisynth 2.6x, which is still PRE-ALPHA: http://forum.doom9.org/showthread.php?t=114643

Author:  Lux Delux [ Sat Nov 08, 2008 12:41 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

I recently didn't encode much due to my bigger hdd dying. I'll use a temporary one now I just can't resist :pork:

Anyways elguaxo any recent uploaded avisynth plugin folder of yours maybe? Pleeeaaase :D

Actually, maybe I should make a permanent zip file on the server which we would update through time for avisynth plugs?

Author:  Pure [ Sat Nov 08, 2008 12:48 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

That would be sweet! And we also need to somehow update the index for this topic :haha:

Author:  Lux Delux [ Sat Nov 08, 2008 12:52 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

I'll prolly create a new topic and lock this one as it's gotten pretty huge and harder to navigate ;)

Author:  Pure [ Sat Nov 08, 2008 12:56 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

:good:

Author:  elguaxo [ Sat Nov 08, 2008 12:57 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

everything changed Lux, there was even a party!
http://forum.doom9.org/showthread.php?t=142482

I think it's too late for you to start encoding again... :non:

:lol:

Author:  Lux Delux [ Sat Nov 08, 2008 12:58 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

:lol: Yeah I saw that thread. Well I updated my megui :beh:

Now gimme that plugins folder :grrr: :ere:

Author:  elguaxo [ Sat Nov 08, 2008 1:02 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

I'll post it tomorrow. It's a bit messy now. telmo used a wrong DLL the other day and looked what happened!

Image

Author:  Lux Delux [ Sat Nov 08, 2008 1:03 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

:cracked:

Guess I'll have to look for separate .dll's for now. I have a real HUGE SHIT movie in my hands x)

Author:  Pure [ Sat Nov 08, 2008 1:04 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

Image

:wha:

Author:  Lux Delux [ Sat Nov 08, 2008 1:05 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

:cracked: :paf:

Author:  telmoMRC [ Sat Nov 08, 2008 1:15 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

:cracked: :cracked: :wha:

Author:  Pure [ Sat Nov 08, 2008 1:15 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

:haha: :dicksy:

Author:  telmoMRC [ Sat Nov 08, 2008 1:42 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

and how about this

filter
Image

not filter
Image

have to much grain ?? what do you guys think ^^

Author:  Pure [ Sat Nov 08, 2008 1:49 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A

non filter look s better to me

Page 125 of 126 All times are UTC + 1 hour [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
https://www.phpbb.com/