17.05.2018, 17:26
Regarding NeroAaacEnc: try whether you can call it from a console and see what it outputs. Hybrid looks at that output, but apparently the output is empty, which should not be the case when it works.
Regarding the Avisynth script:
I see no problem.
The script used:
looks fine,
The indexing call for FFVideoSource looks fine:
and finished without an error.
The preview call:
looks fine too.
Don't see a problem there. (the '--listen 2643' is the port avsViewer is listening)
Cu Selur
Regarding the Avisynth script:
I see no problem.
The script used:
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_589265238_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
The indexing call for FFVideoSource looks fine:
wine "/usr/bin/hybrid-bin/avisynthPlugins/ffmsindex.exe" -f -t 0 "/tmp/convert/merged.mp4" "/tmp/mp4_064533b25950540cfe9d4ceb031af893_589265238_1_0.ffindex"
The preview call:
"/usr/bin/hybrid-bin/avsViewer.exe" --input "/tmp/tempPreviewAvisynthFile20_13_17_816.avs" --aspect 1 --matrix Rec601 --listen 2643
Don't see a problem there. (the '--listen 2643' is the port avsViewer is listening)
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.