05.01.2019, 14:53
Quote:Updating your video drivers might help here, alternatively it might help forcing a different video output (vo).I have the latest versions installed.
Quote:Seems like a driver problem or direct3d isn't present which could happen when running Hybrid remotely.I do not use Hybrid remotely.
c:\Program Files\Hybrid\64bit>mplayer -vo help
MPlayer SVN-r38119-8.2.1 © 2000-2018 MPlayer Team
Available video output drivers:
directx Directx DDraw YUV/RGB/BGR renderer
direct3d Direct3D 9 Renderer
gl_nosw OpenGL no software rendering
gl OpenGL
gl_tiled X11 (OpenGL) - multiple textures version
matrixview MatrixView (OpenGL)
null Null video output
mpegpes MPEG-PES file
yuv4mpeg yuv4mpeg output for mjpegtools
png PNG file
jpeg JPEG file
tga Targa output
pnm PPM/PGM/PGMYUV file
md5sum md5sum of each frame
Which of these drivers to choose?direct3d Direct3D 9 Renderer
gl_nosw OpenGL no software rendering
gl OpenGL
gl_tiled X11 (OpenGL) - multiple textures version
matrixview MatrixView (OpenGL)
null Null video output
mpegpes MPEG-PES file
yuv4mpeg yuv4mpeg output for mjpegtools
png PNG file
jpeg JPEG file
tga Targa output
pnm PPM/PGM/PGMYUV file
md5sum md5sum of each frame
Now, my misc.ini file contains:
Quote:[General]
runAsAdmin=true
I should append, for example:
Quote:[General]
runAsAdmin=true
voMode=direct3d
Quote:Make sure there is no global Avisynth installed on your system
C:\WINDOWS\system32>wmic
wmic:root\cli>/output:C:\InstallList.txt product get name,version
Avisynth not found in the InstallList.txt file
C:\WINDOWS\system32>"C:\PROGRA~1\Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -threads 4 -i "E:\Temp\encodingTempSynthSkript_19_23_24_9110.avs" -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0 -f rawvideo - | "C:\PROGRA~1\Hybrid\64bit\x264.exe" --preset veryslow --crf 16.00 --profile high --level 4.1 --ref 8 --no-fast-pskip --aq-mode 2 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --ssim --non-deterministic --colormatrix bt470bg --demuxer raw --input-res 854x480 --input-csp i420 --input-depth 8 --fps 30000/1001 --output-depth 8 --output "E:\Temp\19_23_24_9110_06.264" -
raw [info]: 854x480p 1:1 @ 30000/1001 fps (cfr)
x264 [warning]: --ssim used with psy on: results will be invalid!
x264 [warning]: --tune ssim should be used if attempting to benchmark ssim!
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.1 Cache64
x264 [info]: profile High, level 4.1, 4:2:0, 8-bit
Quote:3. Check the folder and file rights of the used filesFor all 3 files
BUILTIN\Administrators: (I)(F)
NT AUTHORITY\system: (I)(F)
NT AUTHORITY\Authenticated Users: (I)(M)
BUILTIN\Users: (I)(RX)