Don't stuff multiple problem in one debug output.
-> I'll look only at the last problem.
Hybrid creates the following script for the preview:
and saves it under '/tmp/tempPreviewAvisynthFile17_54_03_690.avs',
it then calls the avsViewer with:
and here is the problem, the call is missing wine.
-> will fix that problem, send you a link to another version, if the problem is fixed for you, you can create another debug output which just one of the other problems and I'll look at that.
(seems like this doesn't cause a problem on Ubuntu since it automatically calls wine)
Cu Selur
-> I'll look only at the last problem.
Hybrid creates the following script for the preview:
LoadCPlugin("/usr/bin/hybrid-bin/avisynthPlugins/ffms2.dll")
# loading source: /tmp/convert/merged.mp4
# input color sampling YV12
# input luminance scale tv
Source = FFVideoSource("/tmp/convert/merged.mp4",cachefile="/tmp/mp4_064533b25950540cfe9d4ceb031af893_936145377_1_0.ffindex")
# current resolution: 720x576
SourceFiltered = Source
# deinterlacing
# filtering
# color modifications
SourceFiltered = SourceFiltered.Tweak(sat=2.00)
# adjust color to(2): RGB32
SourceFiltered = SourceFiltered.ConvertToRGB32(matrix="Rec601")
Source = Source.ConvertToRGB32(matrix="Rec601")
StackHorizontal(Source, SourceFiltered)
return last
it then calls the avsViewer with:
"/usr/bin/hybrid-bin/avsViewer.exe" --input "/tmp/tempPreviewAvisynthFile17_54_03_690.avs" --aspect 1 --matrix Rec601 --listen 2010
-> will fix that problem, send you a link to another version, if the problem is fixed for you, you can create another debug output which just one of the other problems and I'll look at that.
(seems like this doesn't cause a problem on Ubuntu since it automatically calls wine)
Cu Selur
----
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.