Log in

View Full Version : avisynth+


x265
30th August 2016, 19:09
How do i install avisynth (http://www.videohelp.com/software/Avisynth)+ 2172 MT-test?. I downloaded the rar file from the cloud.pados.hu but there is no installer after extracting the folder. I'm using windows 10 x64

In the extracted folder there are two folders i386 and x64.

http://i.cubeupload.com/4FNDcC.png

Also where i should i copy the devil.dll to? system32 folder or SysWOW64.

thescrapyard
30th October 2016, 18:01
Check this link :

https://github.com/pinterf/AviSynthPlus/releases

This is the important bit :

Sorry, no installer

pick latest r2172-MT http://forum.doom9.org/showthread.php?p=1779817#post1779817
copy avisynth.dll to the windows System32 (64 bit) SysWOW64 (32 bit) folders
copy 32 bit plugins to the plugins+
copy 64 bit plugins to the plugins64+ folder (plugins+ and plugins64+ are for avisynth+ internal filters)



Basically you install the earlier r2172, then manually copy the files as detailed above, overwriting the old files. This will update is to the very latest build until a full installer is written

As updates can come along pretty quick fixing issues as reported, its easier and quicker to simply copy the latest build fixes to bring your version to the latest tested release

Groucho2004
30th October 2016, 18:11
How do i install avisynth (http://www.videohelp.com/software/Avisynth)+ 2172 MT-test?.
http://forum.doom9.org/showthread.php?p=1779817#post1779817

Latest:
http://forum.doom9.org/showthread.php?p=1784354#post1784354

x265
16th November 2016, 08:50
Thanks for the answers. I used the installer. I have another problem now, i'm unable to open a 10bit video file encoded using x264 kmod in avspmod. I have installed avs+ r2294.

FFmpegSource2("C:\Users\abc\Desktop\x.mkv")


I get this error

http://i.cubeupload.com/Xc5zZz.png

sneaker_ger
16th November 2016, 11:17
But 8 bit videos still work? Are you using ffms 2.23? It added support for the new native high bitdepth formats of AviSynth+. avspmod probably doesn't support those because it hasn't been updated for years. Use "colorspace" parameter to convert to 8 bit or go to older ffms2 or use (non-+)AviSynth or don't use avspmod.

x265
16th November 2016, 14:06
But 8 bit videos still work? Are you using ffms 2.23? It added support for the new native high bitdepth formats of AviSynth+. avspmod probably doesn't support those because it hasn't been updated for years. Use "colorspace" parameter to convert to 8 bit or go to older ffms2 or use (non-+)AviSynth or don't use avspmod.

Yes, 8bit videos are working fine. I'm able to open them with ffmpegsource2. I also tried lsmashsource, the 10bit video wont open in avspmod. I have already downloaded ffms 2.23 and copy/paste all the .dll and .avsi files to plugins+ folder. How yo take screenshots without coverting to 8bit?

sneaker_ger
16th November 2016, 14:15
Do you actually need screenshots with >8 bit? Does your target image format (which one?) support >8 bits? Will you be able to properly display said >8 bit screenshots?

x265
16th November 2016, 14:35
Do you actually need screenshots with >8 bit? Does your target image format (which one?) support >8 bits? Will you be able to properly display said >8 bit screenshots?

I wanted to compare the encode and the source. I was able to open the encoded video in avspmod when i added colorspace="YV12". I'm not sure whether i will be able to display 10bit screenshots on my pc.

qyot27
16th November 2016, 18:24
FFmpeg 3.2 (and git) supports the new pix_fmts and could be used to save screenshots. Builds of mpv linked against at least FFmpeg 3.2 can also play the scripts directly at the correct bit depth (depending on the vo used), if you want real-time preview. So can FFplay 3.2, although I don't know if it can display at the right bit depth (could be limited by SDL2).