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 31st July 2013, 07:34   #1  |  Link
ghstkhp
Registered User
 
Join Date: Jan 2013
Posts: 8
PlaneMinMax

Hello
i am trying to get YUV information using PlaneMinMax
but i get this error "i dont know what YMin means ....."
does any body know how i can get YMin in my script?

i am using avisynth 2.6.0.2 but i have tried it on 2.5.8.5

thanks

code:
directshowsource("test.mkv")
PlaneMinMax(1, 1, "YMin")
Subtitle(string(YMin))
....
ghstkhp is offline   Reply With Quote
Old 31st July 2013, 09:34   #2  |  Link
Gavino
Avisynth language lover
 
Join Date: Dec 2007
Location: Spain
Posts: 3,431
Quote:
Originally Posted by ghstkhp View Post
Subtitle(string(YMin))
Needs to be
Code:
ScriptClip("Subtitle(string(YMin))", after_frame=true)
Instead of PlaneMinMax, you could also just directly use the standard YPlaneMin() function:
Code:
directshowsource("test.mkv")
ScriptClip("Subtitle(string(YPlaneMin()))")
__________________
GScript and GRunT - complex Avisynth scripting made easier
Gavino is offline   Reply With Quote
Old 31st July 2013, 20:55   #3  |  Link
ghstkhp
Registered User
 
Join Date: Jan 2013
Posts: 8
thank you for your reply.
ghstkhp 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 21:03.


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