18.05.2018, 00:22
(17.05.2018, 17:26)Selur Wrote: 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.Reinstalled NeroAACenc and attach screenshots to show that is working.
Regarding the Avisynth script:
I see no problem.
The script used:
looks fine,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:
and finished without an error.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:
looks fine too."/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
Tried again to load the mp4 into Hybrid without any filtering but there was no preview just blank window which appeared for a second then closed. Sorry no debug generated.
Tried your code clip and index was generated as per attached screenshot.
This latest test version of Hybrid does encode because I have run an avs inputing a d2v file including filters and there was no problem
except no preview.
Also tried your avs but pretty much same thing although this time I managed to get a screenshot. Again no debug.
The avs comes up okay in avsPmod and the effect of the Tweak filter can be clearly seen.