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 Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 11th December 2016, 16:37   #1  |  Link
Nic-154
Registered User
 
Join Date: Jul 2012
Posts: 37
Really strange problem with chromajig

i have placed the needed items into their respective folder's of avisynth and i am doing
y=(Whatever your clip is)
a=y.chromajig

and i have remembered to get the required dll file's it asked out for me in the error line like hgn3.dll for example.

Last edited by Nic-154; 11th December 2016 at 17:03.
Nic-154 is offline   Reply With Quote
Old 11th December 2016, 17:41   #2  |  Link
raffriff42
Retried Guesser
 
raffriff42's Avatar
 
Join Date: Jun 2012
Posts: 1,373
Please post your complete script.


Please post your exact error message.
For example, in VirtualDub: View menu, Log, right-click, Copy.
raffriff42 is offline   Reply With Quote
Old 11th December 2016, 18:52   #3  |  Link
Nic-154
Registered User
 
Join Date: Jul 2012
Posts: 37
Quote:
Originally Posted by raffriff42 View Post
Please post your complete script.


Please post your exact error message.
For example, in VirtualDub: View menu, Log, right-click, Copy.
ummm, i cant, it crashes.
Nic-154 is offline   Reply With Quote
Old 11th December 2016, 18:54   #4  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
At least then post your script, as commanded by the almighty RaffRiff42.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 11th December 2016, 18:55   #5  |  Link
Nic-154
Registered User
 
Join Date: Jul 2012
Posts: 37
AVI: Opening file "C:\Users\nicol\Videos\test\colortest.avs"
AVI: Avisynth detected. Extended error handling enabled.

y=Avisource("C:\Users\nicol\Videos\test\colortest.avi")
a=y.chromajig
Return a
Nic-154 is offline   Reply With Quote
Old 11th December 2016, 18:59   #6  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by Nic-154 View Post
ummm, i cant, it crashes.
You could try AVSMeter to track down the problem.

First run "AVSMeter -avsinfo" and look for any reported errors. If that succeeds without errors/warnings, run the script with AVSMeter.
__________________
Groucho's Avisynth Stuff
Groucho2004 is offline   Reply With Quote
Old 11th December 2016, 19:11   #7  |  Link
Nic-154
Registered User
 
Join Date: Jul 2012
Posts: 37
avs result of running script.

after i run colortest.avs inside of the avsmeter i got this result
Attached Images
 
Nic-154 is offline   Reply With Quote
Old 11th December 2016, 19:22   #8  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by Nic-154 View Post
after i run colortest.avs inside of the avsmeter i got this result
I can't see you attachment. The approval of attachments can take very long. Post the image somewhere else or use the "-log" switch and post the content of the generated log file.
__________________
Groucho's Avisynth Stuff
Groucho2004 is offline   Reply With Quote
Old 11th December 2016, 19:36   #9  |  Link
Nic-154
Registered User
 
Join Date: Jul 2012
Posts: 37
results

[General info]
Log file created with: AVSMeter 1.9.8.0 (x86)
Avisynth version: AviSynth 2.60, build:Mar 31 2015 [16:38:54] (2.6.0.6)


[Clip info]
Number of frames: 36985
Length (hh:mm:ss.ms): 00:25:42.583
Frame width: 512
Frame height: 384
Framerate: 23.976 (24000/1001)
Colorspace: YV12
Audio channels: 1
Audio bits/sample: 2
Audio sample rate: 48000
Audio samples: 74046758


[Runtime info]
Frames processed: 310 (0 - 309)
FPS (min | max | average): 9.094 | 22.60 | 20.12
Memory usage (phys | virt): 550 | 548 MB
Thread count: 4
CPU usage (average): 12%
Time (elapsed): 00:00:15.407


[Script]
y=Avisource("C:\Users\nicol\Videos\test\colortest.avi")
a=y.chromajig
Return a

[Performance data]
Frame Frames/sec Time/frame(ms) CPU(%) Threads PhysMEM(MB) VirtMEM(MB)
0 17.894 55.8831 0 4 31 29
1 21.805 45.8607 12 4 56 49
2 21.368 46.7986 12 4 56 49
3 22.185 45.0753 12 4 56 49
4 21.131 47.3248 12 4 76 70
5 22.469 44.5048 12 4 76 70
6 22.081 45.2872 12 4 76 70
7 21.725 46.0304 12 4 88 81
Nic-154 is offline   Reply With Quote
Old 11th December 2016, 19:39   #10  |  Link
Groucho
░▒▓█▓▒░
 
Groucho's Avatar
 
Join Date: Sep 2014
Posts: 1
Quote:
Originally Posted by Nic-154 View Post
[General info]
Log file created with: AVSMeter 1.9.8.0 (x86)
Avisynth version: AviSynth 2.60, build:Mar 31 2015 [16:38:54] (2.6.0.6)


[Clip info]
Number of frames: 36985
Length (hh:mm:ss.ms): 00:25:42.583
Frame width: 512
Frame height: 384
Framerate: 23.976 (24000/1001)
Colorspace: YV12
Audio channels: 1
Audio bits/sample: 2
Audio sample rate: 48000
Audio samples: 74046758


[Runtime info]
Frames processed: 310 (0 - 309)
FPS (min | max | average): 9.094 | 22.60 | 20.12
Memory usage (phys | virt): 550 | 548 MB
Thread count: 4
CPU usage (average): 12%
Time (elapsed): 00:00:15.407


[Script]
y=Avisource("C:\Users\nicol\Videos\test\colortest.avi")
a=y.chromajig
Return a

[Performance data]
Frame Frames/sec Time/frame(ms) CPU(%) Threads PhysMEM(MB) VirtMEM(MB)
0 17.894 55.8831 0 4 31 29
1 21.805 45.8607 12 4 56 49
2 21.368 46.7986 12 4 56 49
3 22.185 45.0753 12 4 56 49
4 21.131 47.3248 12 4 76 70
5 22.469 44.5048 12 4 76 70
6 22.081 45.2872 12 4 76 70
7 21.725 46.0304 12 4 88 81
Please use v2.4.5, not 1.9.8.
Groucho is offline   Reply With Quote
Old 11th December 2016, 19:52   #11  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
You're using an old version of AVSMeter, please use v2.4.5. Apart from that, the script ran through so I don't know why VDub crashes.
__________________
Groucho's Avisynth Stuff
Groucho2004 is offline   Reply With Quote
Old 11th December 2016, 20:01   #12  |  Link
Nic-154
Registered User
 
Join Date: Jul 2012
Posts: 37
...

Its really puzzleing me aswell, why Vdub crashes when i activate the script in general.
Nic-154 is offline   Reply With Quote
Old 11th December 2016, 20:03   #13  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
Originally Posted by Nic-154 View Post
Audio channels: 1
Audio bits/sample: 2
Audio sample rate: 48000
Audio samples: 74046758
Is there a problem there G2K4.
(For colorbars 16 bit stereo, with ConvertAudioto32Bit shows 8).
[EDIT: using v2.4.5, bits be bytes ?]
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 11th December 2016 at 20:07.
StainlessS is offline   Reply With Quote
Old 11th December 2016, 20:05   #14  |  Link
Nic-154
Registered User
 
Join Date: Jul 2012
Posts: 37
Wait, its working fine for real now! ill upload my color result on youtube soon as i can.
Nic-154 is offline   Reply With Quote
Old 11th December 2016, 21:02   #15  |  Link
Nic-154
Registered User
 
Join Date: Jul 2012
Posts: 37
last problem.

now that script is working, now cmfullshift is being a troubel saying there is no function when clearly its in my plugins folder.

[Script]
y=Avisource("C:\Users\nicol\Videos\test\colortest.avi")
a=fcjig



[AviSynth error]
I don't know what "fcjig" means
(C:\Users\nicol\Downloads\AVSMeter245\colortest.avs, line 2)

Last edited by Nic-154; 11th December 2016 at 21:10.
Nic-154 is offline   Reply With Quote
Old 11th December 2016, 21:51   #16  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Change the plugins script extension to .avsi (not avs).
Mobile.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 11th December 2016, 21:59   #17  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by StainlessS View Post
Is there a problem there G2K4.
(For colorbars 16 bit stereo, with ConvertAudioto32Bit shows 8).
[EDIT: using v2.4.5, bits be bytes ?]
Nice catch. Will be fixed in the next version.
__________________
Groucho's Avisynth Stuff

Last edited by Groucho2004; 11th December 2016 at 22:25.
Groucho2004 is offline   Reply With Quote
Old 12th December 2016, 01:09   #18  |  Link
Nic-154
Registered User
 
Join Date: Jul 2012
Posts: 37
It is a avsi file, wich are confuseing..
Nic-154 is offline   Reply With Quote
Old 12th December 2016, 02:01   #19  |  Link
RocketJet
Registered User
 
RocketJet's Avatar
 
Join Date: Feb 2008
Posts: 36
Try adding (y) to the invokation of fcjig.
RocketJet is offline   Reply With Quote
Old 12th December 2016, 02:11   #20  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Nice Catch RocketJet, I did not actually twig that, function Prototype,

Code:
function fcjig(clip y)
The 'y' is NOT optional. [EDIT: was wondering why not giving a error message about missing arguments, must be interpreting fcjig as a variable
rather than a function, as not including () ]

EDIT: Hi Gavino, knew you would be jumping in about now
[ I love your pedantry (just discovered that word and wanted to use it like I knew what it meant ) ]
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 12th December 2016 at 02:34.
StainlessS is offline   Reply With Quote
Reply


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 01:55.


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