Selur's Little Message Board

Full Version: Error VCEEncModel and administrator rights
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hybrid_2018.11.05.1_SETUP.exe

Code:
Need:
Visual C++ Redistributable für Visual Studio 2015
Microsoft Net Framework 4.7.2
Microsoft Windows 7 Sp1 x64 and above

C:\Program Files\Hybrid\misc.ini
[General]
runAsAdmin=true

New Error by Save Profile
Under Config, Global Profile, Right Arrow Down Symbol:
-> Found no model named VCEEncModel

Older Software: Hybrid_2018.02.18.1_SETUP.exe
have this Error not.

And always this Delete Error: if I do not manually change "--test1.x264" the generated file will be deleted
C:\Users\*User*\AppData\Roaming\hybrid\autosavedJobs.xml
Code:
14_07_39_8010
01_create generating qp file: test1_14_07_39_8010_01.qp
02_video encoding video to MPEG-4 AVC with x264 (2pass 1st pass)
03_cleanUp deletting test1.x264 <------ tool wants to delete this file

Code:
14_07_39_8010_01_create :*:  :*:  :*: FINISHED :*: "C:\Spiele\test1_14_07_39_8010_01.qp" ### 0 I -1
10268 I -1
21331 I -1
31402 I -1
39001 I -1
48381 I -1
52499 I -1
62469 I -1
67754 I -1
72372 I -1
83300 I -1
89544 I -1
99330 I -1
114324 I -1
125321 I -1
129059 I -1 :*: C:\Spiele\Temp :*: C:\Spiele :*: C:\Spiele\test1.264
:*:  :*:  :*: 14:11:09.692 :*: 14:11:09.692*?*14_07_39_8010_02_video
:*:  :*: 137242/23.976 :*: FINISHED :*: ffmpeg -y -loglevel fatal
-hwaccel dxva2 -threads 1 -i "D:\Movie-ori\Movie.mkv" -map 0:0 -an
-sn  -vsync 0 -pix_fmt yuv420p  -f rawvideo - | x264 --pass 1 --bitrate 10696
--profile high --level 4.1 --sar 1:1 --qpfile "C:\Spiele\test1_14_07_39_8010_01.qp"
--non-deterministic --stats "C:\Spiele\test1_14_07_39_8010_02.stats"
--demuxer raw --input-res 1920x1080 --input-csp i420 --input-depth 8
--fps 24000/1001 --output-depth 8 --output "C:\Spiele\test1.264"
- :*: C:\Spiele\Temp :*: C:\Spiele :*: C:\Spiele\test1.264
:*:  :*:  :*: 14:11:09.692 :*: 14:36:36.612*?*14_07_39_8010_03_cleanUp
:*:  :*:  :*: FINISHED :*: "C:\Spiele\--test1.264" (<------ Solution no Delete) :*: C:\Spiele\Temp
:*: C:\Spiele :*: C:\Spiele\test1.264 :*:  :*:  :*: 14:36:36.627 :*: 14:36:36.627

Code:
C:\Spiele
test1.264 (<------ Solution Result no Delete)
test1_14_07_39_8010_02.stats.mbtree
test1_14_07_39_8010_01.qp
test1_14_07_39_8010_02.stats

Please Fix the Errors, Thank You Mr. Selur
from xenocracy
  • About the restriction regarding administrator rights: This is intended. An from the looks of it you found the misc.ini setting to disable the behavior. This is intended since during development I assume that Hybrid doesn't have administrator rights and with administrator rights unintended side effect could appear.
  • About the 'Found no model named ...': I know about it, but I don't know when I get to fix it (busy in real life atm.), there should be no problem ignoring it. (fixed, but couldn't send you a link to a dev version to test via PM, since you disabled PMs)
  • About the deleting problem:
    Quote:02_video encoding video to MPEG-4 AVC with x264 (2pass 1st pass)03_cleanUp deletting test1.x264 <------ tool wants to delete this file
  • When '2pass 1st pass' is selected it is correct that the output should be deleted unless 'x264->Base->General Settings->Fast 1st pass' is disabled. Since your didn't disable  'x264->Base->General Settings->Fast 1st pass' (there is no '--slow-firstpass' in command line), I see no mistake/bug in Hybrid.
    If you want/need an output file with '2pass 1st pass' and 'Fast 1st pass', don't use Hybrid.
Cu Selur