So Bad It's Good
It is currently Sat Apr 27, 2024 3:59 pm




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 3754 posts ]  Go to page Previous  1 ... 120, 121, 122, 123, 124, 125, 126  Next
 Ripping/encoding/releasing Q & A Prt. II 
Author Message
End of Level Boss
End of Level Boss
User avatar

Joined: Fri Mar 16, 2007 5:10 pm
Posts: 7535
Post 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.

_________________
Old2New SBiG URL Replacement Script | SBiG searchplugin
my AviSynth Plugins folder | Show Just Image 2 | Doom10


Fri Jun 04, 2010 8:22 pm
Profile
Penis Spaceship
Penis Spaceship
User avatar

Joined: Thu Mar 26, 2009 12:31 am
Posts: 1614
Post Re: Ripping/encoding/releasing Q & A Prt. II
Is resizing to 1920x1080 different? I got no errors using...

spline36resize(1920,1080)
MCTemporalDenoise()


Fri Jun 04, 2010 8:27 pm
Profile
Shit Shoveler
Shit Shoveler

Joined: Mon Jan 28, 2008 7:28 pm
Posts: 953
Post 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.


Fri Jun 04, 2010 8:28 pm
Profile
Penis Spaceship
Penis Spaceship
User avatar

Joined: Thu Mar 26, 2009 12:31 am
Posts: 1614
Post Re: Ripping/encoding/releasing Q & A Prt. II
Unless you're using deblock=true (which requires MOD16), v1.4.18 works with MOD4.


Last edited by junkboy on Fri Jun 04, 2010 8:35 pm, edited 1 time in total.

Fri Jun 04, 2010 8:32 pm
Profile
Shit Shoveler
Shit Shoveler

Joined: Mon Jan 28, 2008 7:28 pm
Posts: 953
Post 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.


Fri Jun 04, 2010 8:35 pm
Profile
Living in Nilbog
User avatar

Joined: Fri Feb 29, 2008 11:49 pm
Posts: 1809
Post 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?

_________________
Image


Sat Jun 05, 2010 10:44 pm
Profile
Penis Spaceship
Penis Spaceship
User avatar

Joined: Thu Mar 26, 2009 12:31 am
Posts: 1614
Post 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


Sun Jun 06, 2010 10:18 am
Profile
Living in Nilbog
User avatar

Joined: Fri Feb 29, 2008 11:49 pm
Posts: 1809
Post 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.

_________________
Image


Sun Jun 06, 2010 3:34 pm
Profile
Shit Shoveler
Shit Shoveler

Joined: Mon Jan 28, 2008 7:28 pm
Posts: 953
Post 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


Mon Jun 07, 2010 1:35 am
Profile
End of Level Boss
End of Level Boss
User avatar

Joined: Fri Mar 16, 2007 5:10 pm
Posts: 7535
Post 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.

_________________
Old2New SBiG URL Replacement Script | SBiG searchplugin
my AviSynth Plugins folder | Show Just Image 2 | Doom10


Mon Jun 07, 2010 1:45 am
Profile
Shit Shoveler
Shit Shoveler

Joined: Mon Jan 28, 2008 7:28 pm
Posts: 953
Post 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:


Mon Jun 07, 2010 1:52 am
Profile
Shit Shoveler
Shit Shoveler

Joined: Mon Jan 28, 2008 7:28 pm
Posts: 953
Post 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?


Mon Jun 07, 2010 2:42 am
Profile
End of Level Boss
End of Level Boss
User avatar

Joined: Fri Mar 16, 2007 5:10 pm
Posts: 7535
Post 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

_________________
Old2New SBiG URL Replacement Script | SBiG searchplugin
my AviSynth Plugins folder | Show Just Image 2 | Doom10


Mon Jun 07, 2010 3:03 am
Profile
Shit Shoveler
Shit Shoveler

Joined: Mon Jan 28, 2008 7:28 pm
Posts: 953
Post Re: Ripping/encoding/releasing Q & A Prt. II
No idea what I am doing wrong then. :cry:


Mon Jun 07, 2010 3:43 am
Profile
End of Level Boss
End of Level Boss
User avatar

Joined: Fri Mar 16, 2007 5:10 pm
Posts: 7535
Post 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:

_________________
Old2New SBiG URL Replacement Script | SBiG searchplugin
my AviSynth Plugins folder | Show Just Image 2 | Doom10


Mon Jun 07, 2010 4:03 am
Profile
Penis Spaceship
Penis Spaceship
User avatar

Joined: Thu Mar 26, 2009 12:31 am
Posts: 1614
Post 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?


Mon Jun 07, 2010 9:37 am
Profile
Shit Shoveler
Shit Shoveler

Joined: Mon Jan 28, 2008 7:28 pm
Posts: 953
Post 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)


Mon Jun 07, 2010 3:48 pm
Profile
Sir SlapMePlease
User avatar

Joined: Mon Oct 01, 2007 2:06 pm
Posts: 2245
Location: Under a dildo
Post 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:

_________________
:clown: If you would like to try scrotal inflation yourself, click here to order a Scrotal Inflation Kit. :clown:


Mon Jun 07, 2010 4:16 pm
Profile
Pito
Pito
User avatar

Joined: Tue Aug 21, 2007 8:24 pm
Posts: 9517
Location: Near The Shity Friends
Post Re: Ripping/encoding/releasing Q & A Prt. II
you are not doing a --slow-firstpass so is more faster

_________________
Image Image Image Image


Mon Jun 07, 2010 4:25 pm
Profile
Sir SlapMePlease
User avatar

Joined: Mon Oct 01, 2007 2:06 pm
Posts: 2245
Location: Under a dildo
Post 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:

_________________
:clown: If you would like to try scrotal inflation yourself, click here to order a Scrotal Inflation Kit. :clown:


Mon Jun 07, 2010 4:28 pm
Profile
Pito
Pito
User avatar

Joined: Tue Aug 21, 2007 8:24 pm
Posts: 9517
Location: Near The Shity Friends
Post 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

_________________
Image Image Image Image


Mon Jun 07, 2010 4:32 pm
Profile
Sir SlapMePlease
User avatar

Joined: Mon Oct 01, 2007 2:06 pm
Posts: 2245
Location: Under a dildo
Post 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:

_________________
:clown: If you would like to try scrotal inflation yourself, click here to order a Scrotal Inflation Kit. :clown:


Mon Jun 07, 2010 4:42 pm
Profile
Pito
Pito
User avatar

Joined: Tue Aug 21, 2007 8:24 pm
Posts: 9517
Location: Near The Shity Friends
Post 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:

_________________
Image Image Image Image


Mon Jun 07, 2010 4:48 pm
Profile
Sir SlapMePlease
User avatar

Joined: Mon Oct 01, 2007 2:06 pm
Posts: 2245
Location: Under a dildo
Post Re: Ripping/encoding/releasing Q & A Prt. II
:bla:

I just wondered... :lol:

_________________
:clown: If you would like to try scrotal inflation yourself, click here to order a Scrotal Inflation Kit. :clown:


Mon Jun 07, 2010 4:50 pm
Profile
Pito
Pito
User avatar

Joined: Tue Aug 21, 2007 8:24 pm
Posts: 9517
Location: Near The Shity Friends
Post 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 ^^

_________________
Image Image Image Image


Mon Jun 07, 2010 4:53 pm
Profile
End of Level Boss
End of Level Boss
User avatar

Joined: Fri Mar 16, 2007 5:10 pm
Posts: 7535
Post 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.

_________________
Old2New SBiG URL Replacement Script | SBiG searchplugin
my AviSynth Plugins folder | Show Just Image 2 | Doom10


Mon Jun 07, 2010 5:25 pm
Profile
Pito
Pito
User avatar

Joined: Tue Aug 21, 2007 8:24 pm
Posts: 9517
Location: Near The Shity Friends
Post Re: Ripping/encoding/releasing Q & A Prt. II
shity dvd :pooper:

Image

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

_________________
Image Image Image Image


Mon Jun 07, 2010 7:04 pm
Profile
Sir SlapMePlease
User avatar

Joined: Mon Oct 01, 2007 2:06 pm
Posts: 2245
Location: Under a dildo
Post Re: Ripping/encoding/releasing Q & A Prt. II
another drug movie... :hihi:

_________________
:clown: If you would like to try scrotal inflation yourself, click here to order a Scrotal Inflation Kit. :clown:


Mon Jun 07, 2010 7:10 pm
Profile
Pito
Pito
User avatar

Joined: Tue Aug 21, 2007 8:24 pm
Posts: 9517
Location: Near The Shity Friends
Post Re: Ripping/encoding/releasing Q & A Prt. II
it?s SANDOKAN :cheer: :cheer:

_________________
Image Image Image Image


Mon Jun 07, 2010 7:11 pm
Profile
SLightly Deformed
SLightly Deformed
User avatar

Joined: Wed Jan 28, 2009 4:42 pm
Posts: 2702
Post Re: Ripping/encoding/releasing Q & A Prt. II
Looks blended frames. :ele: Are you try SRestore thing? :cum:

_________________
Image


Mon Jun 07, 2010 7:18 pm
Profile
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 3754 posts ]  Go to page Previous  1 ... 120, 121, 122, 123, 124, 125, 126  Next


Who is online

Users browsing this forum: No registered users and 97 guests


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: