Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Development
Register FAQ Calendar Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 25th September 2015, 11:13   #1281  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,582
Quote:
Originally Posted by RazorBurn View Post

The problem relies on the bug in upgrading your Build in Windows 10..

My Solution was Install clean state windows 10 build 240.. And Dont upgrade to new Win10 Builds..
My decision to jump over fast build wagon was AFTER I tested it on plain build and did not work. Are you on 32 or 64 bit?
__________________
@turment on Telegram
tormento is offline  
Old 25th September 2015, 11:18   #1282  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by tormento View Post
Is possible to use x264 directly with avs
It should work just like 32 bit AVS/x264. Why don't you just try it? Takes 10 seconds to find out.
Groucho2004 is offline  
Old 25th September 2015, 11:22   #1283  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,582
Quote:
Originally Posted by Groucho2004 View Post
It should work just like 32 bit AVS/x264. Why don't you just try it? Takes 10 seconds to find out.
I use MeGUI for 32 bit. Just have to try harder.
__________________
@turment on Telegram
tormento is offline  
Old 25th September 2015, 11:24   #1284  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by tormento View Post
I use MeGUI for 32 bit. Just have to try harder.
Code:
x264_64 -o foo.264 script.avs
Groucho2004 is offline  
Old 25th September 2015, 11:29   #1285  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,582
Quote:
Originally Posted by Groucho2004 View Post
Code:
x264_64 -o foo.264 script.avs
LOL

Code:
d:x264_64.exe  --level 4.1 --pass 1 --qp 16 --ref 3 --bframes 3 --analyse all --me umh --trellis 1 --subme 9 --merange 16 --keyint 250 --min-keyint 25 --b-adapt 2 --direct auto --weightb --mixed-refs --b-pyramid strict --8x8dct --no-fast-pskip --threads 8 --output amelie_64.mkv amelie_64.avs
avs [info]: 1920x816p 0:0 @ 24/1 fps (cfr)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
x264 [info]: profile Main, level 4.1
x264 [info]: frame I:121   Avg QP:13.00  size:191308
x264 [info]: frame P:569   Avg QP:16.00  size: 64478
x264 [info]: frame B:1074  Avg QP:17.63  size: 25673
x264 [info]: consecutive B-frames: 13.0%  7.3% 30.8% 49.0%
x264 [info]: mb I  I16..4: 21.2%  0.0% 78.8%
x264 [info]: mb P  I16..4: 23.8%  0.0%  0.0%  P16..4: 66.2%  0.0%  0.0%  0.0%  0.0%    skip:10.0%
x264 [info]: mb B  I16..4:  4.0%  0.0%  0.0%  B16..8: 36.3%  0.0%  0.0%  direct:35.8%  skip:23.9%  L0:31.4% L1:40.8% BI:27.9%
x264 [info]: direct mvs  spatial:99.0% temporal:1.0%
x264 [info]: coded y,uvDC,uvAC intra: 67.1% 89.3% 72.8% inter: 27.2% 61.6% 8.6%
x264 [info]: i16 v,h,dc,p: 39% 29% 20% 13%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 28% 22%  8%  6%  8%  8%  7%  8%  6%
x264 [info]: i8c dc,h,v,p: 41% 21% 28% 10%
x264 [info]: Weighted P-Frames: Y:3.9% UV:3.0%
x264 [info]: kb/s:9513.83

encoded 1764 frames, 22.83 fps, 9513.91 kb/s
LOL
__________________
@turment on Telegram
tormento is offline  
Old 25th September 2015, 11:33   #1286  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by tormento View Post
LOL

Code:
d:x264_64.exe  --level 4.1 --pass 1 --qp 16 --ref 3 --bframes 3 --analyse all --me umh --trellis 1 --subme 9 --merange 16 --keyint 250 --min-keyint 25 --b-adapt 2 --direct auto --weightb --mixed-refs --b-pyramid strict --8x8dct --no-fast-pskip --threads 8 --output amelie_64.mkv amelie_64.avs
avs [info]: 1920x816p 0:0 @ 24/1 fps (cfr)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
x264 [info]: profile Main, level 4.1
x264 [info]: frame I:121   Avg QP:13.00  size:191308
x264 [info]: frame P:569   Avg QP:16.00  size: 64478
x264 [info]: frame B:1074  Avg QP:17.63  size: 25673
x264 [info]: consecutive B-frames: 13.0%  7.3% 30.8% 49.0%
x264 [info]: mb I  I16..4: 21.2%  0.0% 78.8%
x264 [info]: mb P  I16..4: 23.8%  0.0%  0.0%  P16..4: 66.2%  0.0%  0.0%  0.0%  0.0%    skip:10.0%
x264 [info]: mb B  I16..4:  4.0%  0.0%  0.0%  B16..8: 36.3%  0.0%  0.0%  direct:35.8%  skip:23.9%  L0:31.4% L1:40.8% BI:27.9%
x264 [info]: direct mvs  spatial:99.0% temporal:1.0%
x264 [info]: coded y,uvDC,uvAC intra: 67.1% 89.3% 72.8% inter: 27.2% 61.6% 8.6%
x264 [info]: i16 v,h,dc,p: 39% 29% 20% 13%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 28% 22%  8%  6%  8%  8%  7%  8%  6%
x264 [info]: i8c dc,h,v,p: 41% 21% 28% 10%
x264 [info]: Weighted P-Frames: Y:3.9% UV:3.0%
x264 [info]: kb/s:9513.83

encoded 1764 frames, 22.83 fps, 9513.91 kb/s
LOL
So, the problem you had appears to be related to some GUI?
Groucho2004 is offline  
Old 25th September 2015, 11:51   #1287  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,582
Quote:
Originally Posted by Groucho2004 View Post
So, the problem you had appears to be related to some GUI?
No, to 32bit.

The 64bit versions of anything solve the problem of using DGDecNV and KNLMeansCL together.

Same image corruption even in 64 bit version.
__________________
@turment on Telegram

Last edited by tormento; 25th September 2015 at 19:45. Reason: 64 bit test completed
tormento is offline  
Old 25th September 2015, 14:39   #1288  |  Link
qyot27
...?
 
qyot27's Avatar
 
Join Date: Nov 2005
Location: Florida
Posts: 1,420
Quote:
Originally Posted by LigH View Post
Ah, another idea: I believe to remember that some plugins already use API version 6 while AviSynth+ may still use API version 5, might be a reason why it can't load plugins with a higher API version?
That's only true of AviSynth+ 0.1/r1576. The changes from RC1 (API version 6, et al.) were merged into the MT/HEAD branch back in March. All the builds since then are v6.
qyot27 is offline  
Old 25th September 2015, 15:20   #1289  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,784
avs4x26x is a 32-bit application, calling 32-bit AviSynth, and piping the raw video stream to another (possibly, but not necessarily, 64-bit) encoder.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is online now  
Old 25th September 2015, 19:46   #1290  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,582
This image corruption appears even in 64bit, one thread.

Plugin authors tell it's AviSynth+ fault.

Any idea?
__________________
@turment on Telegram
tormento is offline  
Old 26th September 2015, 03:04   #1291  |  Link
qyot27
...?
 
qyot27's Avatar
 
Join Date: Nov 2005
Location: Florida
Posts: 1,420
Due to the differing rules in setting the MT mode between the two, you're using mode 3 for SetMemoryMax in AviSynth-MT, but mode 2 in AviSynth+ (the same point also applies for LoadPlugin). I'll go on record saying I highly, highly doubt this has anything to do with the problem, but that difference means the script isn't as 1:1 a conversion from Avs-MT to Plus that it otherwise would be.
qyot27 is offline  
Old 26th September 2015, 09:32   #1292  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,582
Quote:
Originally Posted by qyot27 View Post
Due to the differing rules in setting the MT mode between the two, you're using mode 3 for SetMemoryMax in AviSynth-MT, but mode 2 in AviSynth+ (the same point also applies for LoadPlugin). I'll go on record saying I highly, highly doubt this has anything to do with the problem, but that difference means the script isn't as 1:1 a conversion from Avs-MT to Plus that it otherwise would be.
In MT I use the same memory modes, both in AviSynth and in AVS+, I did not know that SetMemoryMax could enter into equation. After this encoding session I'll try to remove the line or put as exception in initial plugin declaration and see. My current scripts, are quite similar:

PHP Code:
SetMTMode(3)
SetMemoryMax(2048)
LoadPlugin("D:\eseguibili\media\DGDecIM\DGDecodeIM.dll")
DGSourceIM("E:\in\2_01 favoloso mondo di Amelie, Il\amelie.dgi",engine=1)
SetMTMode(2)
CompTest(1)
ChangeFPS(last,last,true)
Crop(0,132,0,-140)
SMDegrain (tr=4,PreFilter=4,thSAD=400,contrasharp=false,refinemotion=false,plane=4,chroma=true,lsb=true,mode=6
PHP Code:
SetFilterMTMode("DEFAULT_MT_MODE"2)
SetFilterMTMode("DGSourceIM"3)
SetFilterMTMode("KNLMeansCL"3)
SetMemoryMax(2048)
LoadPlugin("D:\eseguibili\media\DGDecIM\DGDecodeIM.dll")
DGSourceIM("E:\in\2_01 favoloso mondo di Amelie, Il\amelie.dgi",engine=1)
CompTest(1)
ChangeFPS(last,last,true)
Crop(0,132,0,-140)
SMDegrain (tr=4,PreFilter=4,thSAD=400,contrasharp=false,refinemotion=false,plane=4,chroma=true,lsb=true,mode=6)
Prefetch(4
The corruption however is even in single thread.
__________________
@turment on Telegram
tormento is offline  
Old 12th October 2015, 18:42   #1293  |  Link
ndjamena
Registered User
 
Join Date: Sep 2012
Posts: 366
Are the updated audio parameters in BlankClip not included in AVISynth+ or has it been changed to something else. I can't find any mention of it anywhere.

http://avisynth.nl/index.php/BlankClip

int channels, string sample_type

VirtualDub is complaining that BlankClip has no such arguments.
ndjamena is offline  
Old 12th October 2015, 18:52   #1294  |  Link
Reel.Deel
Registered User
 
Join Date: Mar 2012
Location: Texas
Posts: 1,666
Quote:
Originally Posted by ndjamena View Post
Are the updated audio parameters in BlankClip not included in AVISynth+ or has it been changed to something else. I can't find any mention of it anywhere.

http://avisynth.nl/index.php/BlankClip

int channels, string sample_type

VirtualDub is complaining that BlankClip has no such arguments.
BlankClip(channels=2, sample_type="16bit") works for me on r1576. Are you sure you're not doing anything wrong? Those parameters have been there since v2.58...
Reel.Deel is offline  
Old 12th October 2015, 19:03   #1295  |  Link
ndjamena
Registered User
 
Join Date: Sep 2012
Posts: 366
I must have made a typo somewhere.
ndjamena is offline  
Old 8th November 2015, 19:26   #1296  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
mt test



Code:
ColorBars(width=720, height=480, pixel_type="RGB32")
ConvertToYV12()
QTGMC(InputType=1, Ezdenoise=2)
LSFMod(strength=66)
gradfun3()
Prefetch(12)


Code:
setmtmode(2,12)
ColorBars(width=720, height=480, pixel_type="RGB32")
ConvertToYV12()
QTGMC(InputType=1, Ezdenoise=2)
LSFMod(strength=66)
gradfun3()
__________________
See My Avisynth Stuff
real.finder is offline  
Old 15th November 2015, 22:21   #1297  |  Link
stranno
Registered User
 
Join Date: Jul 2011
Posts: 50
I'm testing a bit and it seems that 1576 is a bit faster than 1773 that is more faster than 1825.

But i'm interested in ffmpeg so i must use a newer version.

Is there any way to set 1773 only for ffmpeg and keeping 1576 for daily work with x264? Aside switching the avisynth files every time.

Last edited by stranno; 15th November 2015 at 22:24.
stranno is offline  
Old 15th November 2015, 23:45   #1298  |  Link
MysteryX
Soul Architect
 
MysteryX's Avatar
 
Join Date: Apr 2014
Posts: 2,559
If you open the script with avs2yuv.exe and pipe into ffmpeg, then it won't care which version of AviSynth you're using.
MysteryX is offline  
Old 16th November 2015, 02:44   #1299  |  Link
qyot27
...?
 
qyot27's Avatar
 
Join Date: Nov 2005
Location: Florida
Posts: 1,420
Quote:
Originally Posted by stranno View Post
I'm testing a bit and it seems that 1576 is a bit faster than 1773 that is more faster than 1825.

But i'm interested in ffmpeg so i must use a newer version.

Is there any way to set 1773 only for ffmpeg and keeping 1576 for daily work with x264? Aside switching the avisynth files every time.
Put the AviSynth.dll from the r1773 package in the same directory as ffmpeg.exe.
qyot27 is offline  
Old 16th November 2015, 15:25   #1300  |  Link
stranno
Registered User
 
Join Date: Jul 2011
Posts: 50
Very useful, thanks both for the tips.
stranno is offline  
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 22:10.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.