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

Reply
 
Thread Tools Search this Thread Display Modes
Old 27th November 2017, 12:53   #101  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by StainlessS View Post
Think Current ver$ of Staxrip support ONLY 64 bit [Win7+). (JFYI)
Yes, I'm aware.


Quote:
Originally Posted by StainlessS View Post
On searching StaxRip Docs (builtin StaxRip search) found no mention of MeGUI [at least for current version, x64].
Now you've got me stumped. Why would you search for Megui in the staxrip docs?
__________________
Groucho's Avisynth Stuff
Groucho2004 is offline   Reply With Quote
Old 27th November 2017, 13:13   #102  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Sorry, was just saying that StaxRip dont come bundled with MeGUI. [ I just woke up, gotta get a coffee ]
__________________
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 27th November 2017, 13:32   #103  |  Link
Yanak
Registered User
 
Join Date: Oct 2011
Posts: 275
If i may :

FrameraterConverter plugin is part of Staxrip plugins package already and have a filter dedicated implemented in the program :


The parameters for the plugin are left blank by default "FrameRateConverter()", need to right click on the AVS filters box list and select "Edit Code" of the contextual menu to add you own parameters after adding it like in the picture above, but if you know the parameters you want by default you can add them to the default filter or create some more filters with different settings.

Then you can add any of those created filters in one click to your video projects, if you need some help with this just ask in the Staxrip dedicated thread i'll try explain more in detail how to add the filters with your own parameters there.

Last edited by Yanak; 22nd January 2018 at 23:42.
Yanak is offline   Reply With Quote
Old 27th November 2017, 18:09   #104  |  Link
iG0R
Registered User
 
Join Date: Nov 2016
Posts: 5
Groucho2004, StainlessS, Yanak
Thank you! That is what I was looking for!

Also I tried MeGUI 64bit with 64bit plugins without MT and was impressed:
32bit
Preset "Anime" - 4.12-6.56fps
Preset "Slowest", BlendOver=40, SkipOver=140) - 0.98-1.21fps
64bit
Preset "Anime" - 7.38fps-9.98fps
Preset "Slowest", BlendOver=40, SkipOver=140) - 1.85-1.99fps

PS. During installation of 64bit MeGUI with other 64bit plugins and 64bit AviSynth+ I have encountered some issues so i would like to warn those who will face the same problems. It was needed to copy some DLLs into %Windir%\System32 folder which is dedicated for 64bit DLLs and I used for this TotalCommander which is 32bit app so all DLLs ran into %Windir%\SysWOW64 which is dedicated for 32bit DLLs. To copy 64bit DLLs into correct folder (%Windir%\System32) you need to use WindowsExplorer or %Windir%\Sysnative folder in TotalCommander(32bit).

Last edited by iG0R; 27th November 2017 at 18:22.
iG0R is offline   Reply With Quote
Old 27th November 2017, 18:31   #105  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by iG0R View Post
I used for this TotalCommander which is 32bit app so all DLLs ran into %Windir%\SysWOW64 which is dedicated for 32bit DLLs.
You're not the first one falling into this trap.
__________________
Groucho's Avisynth Stuff
Groucho2004 is offline   Reply With Quote
Old 11th April 2018, 16:55   #106  |  Link
dioxin
Registered User
 
Join Date: Jan 2013
Posts: 2
Help me please. I'm using the x32 version of FrameRateConverter. In the settings I select the "slowest" preset and get an error: mt_merge:"luma" is unsupported in 422 and 444. If select the "Normal" preset, then everything works.
dioxin is offline   Reply With Quote
Old 13th May 2018, 04:58   #107  |  Link
MysteryX
Soul Architect
 
MysteryX's Avatar
 
Join Date: Apr 2014
Posts: 2,559
Version 1.2.1 is ready!

Slight improvement to quality based on comments I got from ShyK.
Quote:
Originally Posted by ShyK
Two additions to the MSuper parts of the script:
sharp=1
The catrom method is the best in general. The "sharper" Wiener interpolation offers nothing over it except more artifacts. It's not really sharper (catrom never has perceivably "less detail"), and its artifacts can only make everything worse.

rfilter=4
it makes the search slightly better, and the result is less artifacts. The performance impact is negligible.
I did some testing and it is indeed consistently better, both on HD videos and especially on low-quality videos. The parade torture sample clip does see good improvement based on this change.



Quote:
Originally Posted by dioxin View Post
Help me please. I'm using the x32 version of FrameRateConverter. In the settings I select the "slowest" preset and get an error: mt_merge:"luma" is unsupported in 422 and 444. If select the "Normal" preset, then everything works.
Make sure you have Pinterf's latest version of MaskTools2

Last edited by MysteryX; 6th June 2018 at 04:22.
MysteryX is offline   Reply With Quote
Old 14th May 2018, 18:26   #108  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,823
Quote:
Originally Posted by MysteryX View Post
Thanks!
hello_hello is offline   Reply With Quote
Old 5th August 2018, 16:08   #109  |  Link
Lirk
Registered User
 
Join Date: Jan 2018
Posts: 33
Can InterpolateDoubles() restore 2 or 3 frames besides 1 by default? Is there "blend frames" option instead interpolation to avoid some artifacts? Does ConvertFPS() support only integer values of framerate and it can't be changed to 29,97 fps?
Lirk is offline   Reply With Quote
Old 5th August 2018, 16:18   #110  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
... and it can't be changed to 29,97 fps?
Quote:
ConvertFPS(clip clip, float new_rate [, int zone, int vbi]) # 29,97
ConvertFPS(clip clip, int numerator [, int denominator, int zone, int vbi]) # 30000, 1001

ConvertFPS(clip clip1, clip clip2 [, int zone, int vbi]) # same framerate as clip2
ConvertFPS(clip clip1, string preset [, int zone, int vbi]) # "ntsc_video"
http://avisynth.nl/index.php/FPS
__________________
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; 5th August 2018 at 19:45.
StainlessS is offline   Reply With Quote
Old 10th August 2018, 11:07   #111  |  Link
Lirk
Registered User
 
Join Date: Jan 2018
Posts: 33
MysteryX, can you add to InterpolateDoubles() availability for detection 1-3 frames successively instead only 1 doubled frame? With highest threshold value script can define few frames as dropped, but in this case script affects non-dropped frames.
Lirk is offline   Reply With Quote
Old 23rd August 2018, 16:40   #112  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Can someone help me figure out my syntax?
I'm using RipBot and getting the error that I have an invalid argument in the FrameRateConverter. My script is:
Code:
FrameRateConverter(NewNum="25", NewDen="1")
I also tried:
Code:
FrameRateConverter(preset="Faster")
I was told that it didn't know what "Faster" was
byteshare is offline   Reply With Quote
Old 23rd August 2018, 17:08   #113  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
Code:
video=FrameRateConverter(video,NewNum="25", NewDen="1")
Atak_Snajpera is offline   Reply With Quote
Old 23rd August 2018, 17:21   #114  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
@byteshare: remove the quotes,..
Code:
FrameRateConverter(NewNum=25,NewDen=1)
+ last time I used it, preset only supported: slowest, slower, slow, normal and fast,... even if 'faster' is now supported it is probably all lower-case.
Yup,..
Code:
Pset = Preset == "slowest" ? P_SLOWEST : Preset == "slower" ? P_SLOWER : Preset == "slow" ? P_SLOW : Preset == "normal" ? P_NORMAL : Preset == "fast" ? P_FAST : Preset == "faster" ? P_FASTER : Preset == "anime" ? P_ANIME : -1
source: https://github.com/mysteryx93/FrameR...Converter.avsi line 92

Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 23rd August 2018 at 17:23.
Selur is offline   Reply With Quote
Old 23rd August 2018, 17:36   #115  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Thank you Atak_Snajpera and Selur
video=FrameRateConverter(video, preset="faster")
worked
byteshare is offline   Reply With Quote
Old 2nd September 2018, 16:17   #116  |  Link
Seedmanc
Registered User
 
Join Date: Sep 2010
Location: Russia
Posts: 85
FrameRateConverter( preset="slower",blksize=32 ) gives even though I'm using masktools from the same author.
Seedmanc is offline   Reply With Quote
Old 2nd September 2018, 16:25   #117  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Quote:
Originally Posted by Seedmanc View Post
FrameRateConverter( preset="slower",blksize=32 ) gives <snip> even though I'm using masktools from the same author.
Post your full script

What colorspace does your source filter return ? Check with info() after the source filter.
poisondeathray is offline   Reply With Quote
Old 2nd September 2018, 16:33   #118  |  Link
Seedmanc
Registered User
 
Join Date: Sep 2010
Location: Russia
Posts: 85
Script is as follows
Quote:
dss2("D:\kf2.mp4")
converttoyv12
FrameRateConverter( preset="slowest",blksize=16 )
I said "I'm using masktools from the same author" but it was a mistake, I meant pinterf's masktools. Before then I also used the default masktools but it gave the same results.
Seedmanc is offline   Reply With Quote
Old 2nd September 2018, 17:22   #119  |  Link
Taurus
Registered User
 
Taurus's Avatar
 
Join Date: Mar 2002
Location: Krautland
Posts: 903
maybe:
converttoyv12()
Taurus is offline   Reply With Quote
Old 2nd September 2018, 17:47   #120  |  Link
manolito
Registered User
 
manolito's Avatar
 
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,078
This will make the color conversion a little faster (at least in classic AVS, no idea about AVS+), but it should not cause a crash.
manolito is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 15:42.


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