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

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

Author:  elguaxo [ Fri Jun 04, 2010 8:22 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

sense wrote:
Yeah cropped to mod16 Crop(0,4,-0,-4) and it loaded up, complains it's not mod4 but doesn't work with mod4, only 16 :hihi:


lol

Those complex filters tend to work only on mod16 resolutions.

Author:  junkboy [ Fri Jun 04, 2010 8:27 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

Is resizing to 1920x1080 different? I got no errors using...

spline36resize(1920,1080)
MCTemporalDenoise()

Author:  sense [ Fri Jun 04, 2010 8:28 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

elguaxo wrote:
sense wrote:
Yeah cropped to mod16 Crop(0,4,-0,-4) and it loaded up, complains it's not mod4 but doesn't work with mod4, only 16 :hihi:


lol

Those complex filters tend to work only on mod16 resolutions.


I am pretty sure before the update that it worked on MOD4 resolutions.

Author:  junkboy [ Fri Jun 04, 2010 8:32 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

Unless you're using deblock=true (which requires MOD16), v1.4.18 works with MOD4.

Author:  sense [ Fri Jun 04, 2010 8:35 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

junkboy wrote:
Unless you're using deblock=true, v1.4.18 works with MOD4.


I am using default, I didn't specify it so if it is true by default, then yeah. Once again though I didn't have this issue with prior versions.

I would just use Crop after MCT but now it complains about 1920x1080

Edit: deblock=false is default which is what I have, MOD4 doesn't work, MOD16 yes.

Author:  Slayer [ Sat Jun 05, 2010 10:44 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

I'm having this DVD with Video type "Film". Not "Film 99%", just "Film". Should I force film on this one? DGIndex doesn't warn me when I save a d2v, so I take it as a good sign. Am I right?

Author:  junkboy [ Sun Jun 06, 2010 10:18 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

Yeah, you should be ok if you force film "Film", but check through it. Take a look at elguaxo's post here - viewtopic.php?p=153590#p153590

Author:  Slayer [ Sun Jun 06, 2010 3:34 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

I think so, too. In the end when it was ready saving the d2v, DGIndex said it was Film 1%. Let's just see what happens with Force Film only.

Author:  sense [ Mon Jun 07, 2010 1:35 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

elguaxo any chance you could explain what the heck a conditionalreader script is & how it works?

Specifically for shutter island - was just finishing up my encode and am now wondering if I should go back and try to use this?

Script example: http://hd****.***/viewnfo.php?id=71998

Author:  elguaxo [ Mon Jun 07, 2010 1:45 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

sense wrote:
elguaxo any chance you could explain what the heck a conditionalreader script is & how it works?


It's something like an if then clause that gets evaluated for every frame of your script. See for example my screenshots script. If frame X meets these conditions, then do that and so on.

The script you linked is doing some custom cropping and tweaking on different sections of the movie. Dunno if its really necessary, but you could just copy/paste it and don't forget to copy all those little TXT files, which contain the different settings.

Author:  sense [ Mon Jun 07, 2010 1:52 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

elguaxo wrote:
sense wrote:
elguaxo any chance you could explain what the heck a conditionalreader script is & how it works?


It's something like an if then clause that gets evaluated for every frame of your script. See for example my screenshots script. If frame X meets these conditions, then do that and so on.

The script you linked is doing some custom cropping and tweaking on different sections of the movie. Dunno if its really necessary, but you could just copy/paste it and don't forget to copy all those little TXT files, which contain the different settings.


How would they even figure all that out? Go through the movie frame by frame? It's making my head spin. :cracked:

Author:  sense [ Mon Jun 07, 2010 2:42 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

Using that AVS script I get:

Script error: Syntax error for:

.conditionalreader("G:\top_1.txt","top_1")

I tried:
conditionalreader("G:\top_1.txt","top_1")

I get:

Script error: Invalid arguments to function "conditionalreader"

:wallbash:

Does this not work on avisynth 2.57 or something?

Author:  elguaxo [ Mon Jun 07, 2010 3:03 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

http://avisynth.org/mediawiki/ConditionalReader

It works the same for version 2.5.7 and 2.5.8. Only AviSynth 2.6 introduces new stuff:

Quote:
Changelog:
v2.60 | Added OFFSET, Added Type=string

Author:  sense [ Mon Jun 07, 2010 3:43 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

No idea what I am doing wrong then. :cry:

Author:  elguaxo [ Mon Jun 07, 2010 4:03 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

Read the Avisynth page about ConditionalReader and try to understand what that Shutter Island script is doing, it's not so complicated. If for some reason ConditionalReader does not work on your end, you could rewrite it using just lot's of Trims. :ere:

If you don't understand what the script is doing, then don't use it. :huge:

Author:  junkboy [ Mon Jun 07, 2010 9:37 am ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

Yeah, I got lost trying to figure out Conditionalfilter/Conditionalreader too, and I ended up using stickboy's applyrange. Anyway, is there any chance I could see the script(s) you're refering to, elguaxo. Maybe I'll be able to work it out better from examples?

Author:  sense [ Mon Jun 07, 2010 3:48 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

Script is below. I got it working, each statement had to be one line, that is what I was doing wrong in getting it to work.

Basically after cropping the black bars you are left with some dirty pixels on the top and bottom for the first 14561 frames. This is to improve upon that, helped compressibility a good amount. :)

Code:
s=dgmultisource("E:\BluRay.Disks\Shutter.Island\BDMV\STREAM\shutter.dgi").Crop(0,132,0,-132)

t1=crop(s,0,0,0,6).ScriptClip("tweak(cont=top_1)").conditionalreader("G:\Movies\AVS-Scripts-Misc\top_1.txt","top_1").converttorgb24().crop(0,0,0,1)

t2=crop(s,0,0,0,6).ScriptClip("tweak(cont=top_2)").conditionalreader("G:\Movies\AVS-Scripts-Misc\top_2.txt","top_2").converttorgb24().crop(0,1,0,1)

t3=crop(s,0,0,0,6).ScriptClip("tweak(cont=top_3)").conditionalreader("G:\Movies\AVS-Scripts-Misc\top_3.txt","top_3").converttorgb24().crop(0,2,0,1)

t4=crop(s,0,0,0,6).ScriptClip("tweak(cont=top_4)").conditionalreader("G:\Movies\AVS-Scripts-Misc\top_4.txt","top_4").converttorgb24().crop(0,3,0,1)

t5=crop(s,0,0,0,6).ScriptClip("tweak(cont=top_5)").conditionalreader("G:\Movies\AVS-Scripts-Misc\top_5.txt","top_5").converttorgb24().crop(0,4,0,1)

t6=crop(s,0,0,0,6).ScriptClip("tweak(cont=top_6)").conditionalreader("G:\Movies\AVS-Scripts-Misc\top_6.txt","top_6").converttorgb24().crop(0,5,0,0)

t=stackvertical(t1,t2,t3,t4,t5,t6).converttoyv12()
st=overlay(s,t)

b1=crop(s,0,812,0,0).ScriptClip("tweak(cont=bottom_1)").conditionalreader("G:\Movies\AVS-Scripts-Misc\bottom_1.txt","bottom_1").converttorgb24().crop(0,0,0,1)

b2=crop(s,0,812,0,0).ScriptClip("tweak(cont=bottom_2)").conditionalreader("G:\Movies\AVS-Scripts-Misc\bottom_2.txt","bottom_2").converttorgb24().crop(0,1,0,1)

b3=crop(s,0,812,0,0).ScriptClip("tweak(cont=bottom_3)").conditionalreader("G:\Movies\AVS-Scripts-Misc\bottom_3.txt","bottom_3").converttorgb24().crop(0,2,0,1)

b4=crop(s,0,812,0,0).ScriptClip("tweak(cont=bottom_4)").conditionalreader("G:\Movies\AVS-Scripts-Misc\bottom_4.txt","bottom_4").converttorgb24().crop(0,3,0,0)

b=stackvertical(b1,b2,b3,b4).converttoyv12()
f=overlay(st,b,y=812)

Trim(f,0,14561)+Trim(s,14562,198635)

Spline36Resize(1280,544)

Author:  fuego [ Mon Jun 07, 2010 4:16 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

I'm usually @ 2-4 fps while encoding but look @ this speed... :haha:

does B/W movie got something to do with it?

Image

I of course did this:
Quote:
6) Delete selectrangeevery(280,14) from the script and delete the files *.stats and *.stats.mbtree


:bang:

Author:  telmoMRC [ Mon Jun 07, 2010 4:25 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

you are not doing a --slow-firstpass so is more faster

Author:  fuego [ Mon Jun 07, 2010 4:28 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

telmoMRC wrote:
you are not doing a --slow-firstpass so is more faster

yes I am!

:cheese:

Author:  telmoMRC [ Mon Jun 07, 2010 4:32 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

Quote:


"C:\Users\TMRC\Documents\my encodes\x264 build march=i686\x264.exe" --preset veryslow --pass 1 --bitrate 2727 --stats "C:\Users\TMRC\Documents\my encodes\my.movie.stats" --level 4.1 --output NUL "C:\Users\TMRC\Documents\my encodes\fuego ass.avs" --no-fast-pskip --no-dct-decimate --deblock -2:-1 --b-pyramid normal --aq-strength 0.7 --psy-rd 1.2:0.15--slow-firstpass



you are not doing this :D

Author:  fuego [ Mon Jun 07, 2010 4:42 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

but according to gx:
Quote:
First pass (a --slow-firstpass is not needed anymore)


and I'm using:
Quote:
"D:\x264\x264.exe" --preset veryslow --pass 1 --bitrate 1760 --stats "\RF.stats" --level 4.1 --output NUL "\RF.avs" --no-fast-pskip --no-dct-decimate --deblock -2:-1 --b-pyramid normal --aq-strength 0.8 --psy-rd 1.2:0.15

elguaxo wrote:
"regular" settings

1st pass:
"D:\x264\x264.exe" --preset veryslow --pass 1 --bitrate 1895 --stats "h:\my.movie.stats" --level 4.1 --output NUL "h:\my.movie.avs" --no-fast-pskip --no-dct-decimate --deblock -2:-1 --b-pyramid normal --aq-strength 0.8 --psy-rd 1.2:0.15

2nd pass:
"D:\x264\x264.exe" --preset veryslow --pass 2 --bitrate 1895 --stats "h:\my.movie.stats" --level 4.1 --output "h:\my.movie.mkv" "h:\my.movie.avs" --no-fast-pskip --no-dct-decimate --deblock -2:-1 --b-pyramid normal --aq-strength 0.8 --psy-rd 1.2:0.15 --sar 40:33


:clown:

Author:  telmoMRC [ Mon Jun 07, 2010 4:48 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

gx wrote
Quote:

If you want to use placebo, then just replace veryslow by placebo. If you want a slow firstpass, then add --slow-firstpass to the 1st pass commandline. If you use placebo, then you don't need to add --slow-firstpass, because placebo does it already by default.


also you need to add --slow-firstpass to do a compress test

is optional :ere: you only ask why has more faster :haha:

Author:  fuego [ Mon Jun 07, 2010 4:50 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

:bla:

I just wondered... :lol:

Author:  telmoMRC [ Mon Jun 07, 2010 4:53 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

at some time ago i said that if you want a encode more faster don?t use --slow-firstpass

i use that in all my encodes :D in to end encode will be litle better but don?t forget i have a great pc ^^

Author:  elguaxo [ Mon Jun 07, 2010 5:25 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

sense wrote:
This is to improve upon that, helped compressibility a good amount. :)


Some dirty borders don't compromise compressibility by a good amount! Either you made a mistake when comparing the compressibility or the script is messing the source.

Author:  telmoMRC [ Mon Jun 07, 2010 7:04 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

shity dvd :pooper:

Image

any ideia how to fix this ??? it?s a PAL dvd

Author:  fuego [ Mon Jun 07, 2010 7:10 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

another drug movie... :hihi:

Author:  telmoMRC [ Mon Jun 07, 2010 7:11 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

it?s SANDOKAN :cheer: :cheer:

Author:  max_cady [ Mon Jun 07, 2010 7:18 pm ]
Post subject:  Re: Ripping/encoding/releasing Q & A Prt. II

Looks blended frames. :ele: Are you try SRestore thing? :cum:

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