21.07.2019, 14:22
(This post was last modified: 22.07.2019, 17:39 by Selur.
Edit Reason: addition,..
)
@djcj:
two tools are missing:
d2vwitch: https://github.com/dubhater/D2VWitch
and
ffmsindex: https://github.com/FFMS/ffms2
would be cool if you could add them to the tools.sh (and deploy.sh)
also another modification to the deploy.sh:
(adding README, renaming vsViewer_withenv.sh to vapoursynth_env.sh, rsync build to hybrid/vsfilters and setting the current date in the Hybrid.7z file name)
I missed some Vapoursynth plugins:
Cu Selur
Ps.: if VSFilterMod is to problematic I could rewrite Hybrid to use https://github.com/HomeOfVapourSynthEvolution/VSFilter and https://github.com/HomeOfVapourSynthEvol...y-VSFilter instead
two tools are missing:
d2vwitch: https://github.com/dubhater/D2VWitch
and
ffmsindex: https://github.com/FFMS/ffms2
would be cool if you could add them to the tools.sh (and deploy.sh)

also another modification to the deploy.sh:
diff --git a/Hybrid/deploy.sh b/Hybrid/deploy.sh
index 54a914b..cb521cd 100755
--- a/Hybrid/deploy.sh
+++ b/Hybrid/deploy.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-binaries_copy="nvhsp vsViewer_withenv.sh build-vapoursynth.sh"
+binaries_copy="nvhsp vapoursynth_env.sh vapoursynth.sh README"
binaries_qt="Hybrid bdsup2sub++ delaycut FrameCounter IdxSubCutter vsViewer"
binaries_32bit="DivX265 neroAacEnc tsMuxeR"
binaries_64bit="""
@@ -114,6 +114,7 @@ EOF
rm -rf ./usr ./bin ./share ./patchelf *.AppImage
cd ..
-
-7z a -m0=lzma2 -mx Hybrid.7z hybrid
+rsync -r build/* hybrid/vsfilters/
+now=$(date +"%Y%m%d")
+7z a -m0=lzma2 -mx "Hybrid_$now.7z" hybrid
I missed some Vapoursynth plugins:
- VsImageReader: https://github.com/chikuzen/vsimagereader
- VsFilterMod: https://github.com/sorayuki/VSFilterMod
Cu Selur
Ps.: if VSFilterMod is to problematic I could rewrite Hybrid to use https://github.com/HomeOfVapourSynthEvolution/VSFilter and https://github.com/HomeOfVapourSynthEvol...y-VSFilter instead
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.