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. |
![]() |
#4981 | Link | |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,809
|
@Br4twurscht
I've added the feature (next x64 release). Quote:
|
|
![]() |
![]() |
#4982 | Link |
Registered User
Join Date: Apr 2010
Posts: 7
|
Hi all,
I think something is wrong in 1.3.1.0 beta I just downloaded. I own a license for DGIndexNV, and I'm using it for all my indexing in all StaxRip versions I've come to use all these years. (BTW, great job Stax76... ![]() Code:
FAILED TO OPEN SOURCE, TRY ANOTHER METHOD? Cannot load file 'D:\StaxRip1310\DGDecodeNV\DGIndexNV.exe' Platform returned code 193: %1 is not a valid Win32 application. (D:\Movies\MyMovie temp files\MyMovie_Source.avs, line 1) Code:
LoadPlugin("D:\StaxRip1310\Tools\Plugins\ffms2\ffms2.dll") Last edited by Brilliant; 11th May 2015 at 09:30. |
![]() |
![]() |
#4983 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,881
|
Is it a CPP version ffms2.dll ?,if not try LoadCPlugin.
__________________
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 ??? |
![]() |
![]() |
#4984 | Link |
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
That could indicate that you're trying to load a 64 Bit PE image on 32 Bit Windows.
You are aware that the new staxrip version is 64 Bit only, right?
__________________
Groucho's Avisynth Stuff |
![]() |
![]() |
#4988 | Link | |
Registered User
Join Date: Jan 2015
Location: Friesland Germany
Posts: 12
|
Quote:
Photos are here http://www5.zippyshare.com/v/Z9MwzI0v/file.html |
|
![]() |
![]() |
#4990 | Link | |
Registered User
Join Date: May 2014
Posts: 33
|
Quote:
I have jumped right in to the StaxRip x64 1.3.1.0 beta and had some quick feedback. The good:
The bad:
The other: The sample code for xvid_encraw does not include a sample for the compressibility check, which it probably should, since it requires specific file names to work properly. It would also be nice if the code used variables to make for easier editing like: Instead of: Code:
"%app:xvid_encraw%" -smoother 0 -max_key_interval 250 -nopacked -vhqmode 4 -qpel -lumimasking -notrellis -max_bframes 1 -bvhq -bquant_ratio 162 -bquant_offset 0 -threads 1 -i "%avs_file%" -pass1 "%temp_file%.stats" -bitrate %video_bitrate% -par %target_sar% -turbo "%app:xvid_encraw%" -smoother 0 -max_key_interval 250 -nopacked -vhqmode 4 -qpel -lumimasking -notrellis -max_bframes 1 -bvhq -bquant_ratio 162 -bquant_offset 0 -threads 1 -i "%avs_file%" -pass2 "%temp_file%.stats" -bitrate %video_bitrate% -par %target_sar% -avi "%encoder_out_file%" Code:
set b_opts=-max_bframes 1 -bvhq -bquant_ratio 162 -bquant_offset 0 set opts=%b_opts% -max_key_interval 250 -nopacked -vhqmode 4 -qpel -lumimasking -notrellis -threads 1 -bitrate %video_bitrate% -par %target_sar% -i "%avs_file%" -progress "%app:xvid_encraw%" %opts% -pass1 "%temp_file%.stats" -turbo "%app:xvid_encraw%" %opts% -pass2 "%temp_file%.stats" -avi "%encoder_out_file%" The compressibility check code could then look like this: Code:
set b_opts=-max_bframes 1 -bvhq -bquant_ratio 162 -bquant_offset 0 set opts=%b_opts% -max_key_interval 250 -nopacked -vhqmode 4 -qpel -lumimasking -notrellis -threads 1 -par %target_sar% -progress "%app:xvid_encraw%" %opts% -cq 2 -i "%working_dir%\%target_name%_CompCheck.avs" -avi "%working_dir%\%target_name%_CompCheck.avi" Last edited by jkilez; 19th May 2015 at 18:11. |
|
![]() |
![]() |
#4991 | Link |
Registered User
Join Date: Feb 2010
Posts: 66
|
I think you should post this in the other topic http://forum.doom9.org/showthread.php?t=172068
I don't think Stax checks this one often. |
![]() |
![]() |
#4992 | Link |
Registered User
Join Date: May 2014
Posts: 33
|
It appears that you are referring to the custom matrix option, "-qmatrix [file]". The VHQ metric part of the Motion Precision section, unrelated to the quantization matrix. In newer versions of Xvid, it can be either the default PSNR, or PSNR-HVS-M.
|
![]() |
![]() |
#4993 | Link | ||
Registered User
Join Date: Jan 2015
Posts: 286
|
Quote:
Quote:
|
||
![]() |
![]() |
#4995 | Link |
Registered User
Join Date: Nov 2010
Posts: 15
|
Description of Plugins
hi all together,
@Stax - So many thanks for this great tool. i have a wish for the next release. Can you an a textfile with the description of your integrated Avisynth Plugins? an example for Undot() i have these. is this posible to add this descriptions? // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Also, this program is "Philanthropy-Ware". That is, if you like it and feel the need to reward or inspire the author then please feel free (but not obligated) to consider joining or donating to the Electronic Frontier Foundation. This will help keep cyber space free of barbed wire and bullsh*t. See their web page at www.eff.org *************** Okay, on to business. WARNING - This version only runs on the Avisynth 2.5 alpha release. UnDot is a simple median filter for removing dots, that is stray orphan pixels and mosquito noise. It basicly just clips each pixel value to stay within min and max of its eight surrounding neigbors. USAGE - To use it just: 1) Place the UnDot.dll in a directory somewhere. You can get it from www.trbarry.com/UnDot.zip 2) In your Avisynth file use commands similar to LoadPlugin("F:\UnDot\UnDot.dll") Avisource("D:\wherever\myfile.avi") UnDot() Of course replace the file and directory names with your own. There are no parameters. KNOWN ISSUES AND LIMITATIONS 1) Requires either YUY2 or YV12 input. 2) Sorry, currently requires a P-III, Athlon, or higher. Needs SSEMMX support. 3) So far it has only been tested on SSEMMX (P3 & P4) machines. 4) In YV12 format it will filter both luma and chroma. In YUY2 format it will only filter luma. FILE LOCATIONS For now, both source, this readme, and DLL should be at: www.trbarry.com/UnDot.zip A copy of this Readme_UnDot.txt file should be at: www.trbarry.com/Readme_UnDot.txt *************** Change Log: 2003/01/18 V 0.0.1.1 Use AvisynthPluginInit2 2002/11/03 V 0.0.1.0 Initial test release for Avisynth 2.5 alpha only thanks for all your work best reguards L4a-Thompson |
![]() |
![]() |
#4996 | Link |
Registered User
Join Date: Nov 2010
Posts: 15
|
a second example and i forgot to ask
for deen a short description:
deen is a set of assembly-optimised denoisers. http://avisynth.nl/index.php/Deen how to use: Deen() DeenMoreDetails = Deen("a2d",2,3,2) and my question is why you remove FluxSmoth from the plugins? undot is not realy an alternative although i like undot |
![]() |
![]() |
#4997 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,809
|
@L4a-Thompson
I'm not sure Deen is available for x64, x86 development is currently stopped, it might continue but probably not, the thread for x64 is here: http://forum.doom9.org/showthread.php?t=172068 |
![]() |
![]() |
#4998 | Link |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,246
|
~closed~
x86 version has been discontinued, please use the x64 thread now: http://forum.doom9.org/showthread.php?t=172068
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
![]() |
![]() |
Tags |
gui, h.264, h.265, hevc, mkv, x264, x265 |
Thread Tools | Search this Thread |
Display Modes | |
|
|