This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
date time [thread name/id ] file:line v | | |
2020-10-22 22:56:31 [MainThread ] log.cpp:279 INFO| Opened log file Hades.log | |
2020-10-22 22:56:31 [MainThread ] program.cpp:1333 DBG| Previous stack guard size was 0 bytes | |
2020-10-22 22:56:31 [MainThread ] optionset.cpp:157 INFO| argument: /c=.. /DirectLoadShell=true | |
2020-10-22 22:56:31 [MainThread ] optionset.cpp:157 INFO| argument: -AUTH_LOGIN=unused | |
2020-10-22 22:56:31 [MainThread ] optionset.cpp:157 INFO| argument: -AUTH_PASSWORD= | |
2020-10-22 22:56:31 [MainThread ] optionset.cpp:157 INFO| argument: -AUTH_TYPE=exchangecode | |
2020-10-22 22:56:31 [MainThread ] optionset.cpp:157 INFO| argument: -epicapp=Min | |
2020-10-22 22:56:31 [MainThread ] optionset.cpp:157 INFO| argument: -epicenv=Prod | |
2020-10-22 22:56:31 [MainThread ] optionset.cpp:157 INFO| argument: -EpicPortal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[deinterlace] | |
profile-cond=p["video-frame-info/tff"] | |
profile-restore=copy | |
# vf=yadif=mode=1:deint=1 | |
deinterlace=yes | |
# osd-msg1="Interlaced: ${video-frame-info/interlaced}\nTFF: ${video-frame-info/tff}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
goto :main | |
:rn | |
del %1- | |
ren %1 %1- | |
goto :eof | |
:main | |
call :rn Accessible.tlb |
OlderNewer