28.04.2021, 18:49
Quote:-> Wasn't aware of that I'll adjust Hybrid to use FFmpeg as extractor when FLAC audio is involved.
Good!
Quote:Regarding "Overwrite Ass Styling":
I'll look at tomorrow (to groggy atm.),..
I'm not forcing anything. Have your time. Just reported some bugs.
Quote:Probably related to the 'Collect key frames' sub-option of cut support.
No, its not. This option is OFF. After 10 min of all 24 min episode, there no way new key frame doesnt exist.
Quote:if Hybrid is closed the settings folder contains an autosavedJobs.xml while Hybrid is running job queue is only in memory.
Noooo. I'm talking about full job command. Like when you report them in reply in other threads, after check Debug file.
For example like that two:
Encoding call:
Quote:"C:\Program Files\Hybriddd\64bit\ffmpeg.exe" -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "C:\Users\SaberAnasterian\AppData\Local\Temp\encodingTempSynthSkript_2021-03-08@18_19_49_2810.avs" -an -sn -pix_fmt yuv420p -vsync 0 -f rawvideo - | "C:\Program Files\Hybriddd\64bit\x264.exe" --preset slower --crf 18.00 --profile high --level 5.2 --ref 5 --sync-lookahead 36 --vbv-maxrate 300000 --vbv-bufsize 300000 --sar 1:1 --non-deterministic --range pc --colormatrix bt709 --demuxer raw --input-res 3840x2160 --input-csp i420 --input-range pc --input-depth 8 --fps 60000/1001 --output-depth 8 --output "C:\Users\SABERA~1\AppData\Local\Temp\2021-03-08@18_19_49_2810_02.264" -
Avisynth script:
Quote:ClearAutoloadDirs()
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
LoadPlugin("C:\PROGRA~1\Hybriddd\64bit\Avisynth\AVISYN~1\LoadDll.dll")
Import("C:\Program Files\Hybriddd\64bit\Avisynth\avisynthPlugins\FrameRateConverter.avsi")
LoadDLL("C:\Program Files\Hybriddd\64bit\Avisynth\avisynthPlugins\libfftw3f-3.dll")
LoadPlugin("C:\PROGRA~1\Hybriddd\64bit\Avisynth\AVISYN~1\ImageSeq.dll")
LoadPlugin("C:\PROGRA~1\Hybriddd\64bit\Avisynth\AVISYN~1\FrameRateConverter-x64.dll")
LoadPlugin("C:\PROGRA~1\Hybriddd\64bit\Avisynth\AVISYN~1\grunt-x64.dll")
LoadPlugin("C:\PROGRA~1\Hybriddd\64bit\Avisynth\AVISYN~1\mvtools2.dll")
LoadPlugin("C:\PROGRA~1\Hybriddd\64bit\Avisynth\AVISYN~1\masktools2.dll")
# loading source: C:\Users\SaberAnasterian\P3DDONE\%04d.png
# color sampling RGB24@8, matrix: pc709, scantyp: progressive, luminance scale: full
ImageReader(file="C:\Users\SABERA~1\P3DDONE\%04d.png", start=1, end=2940, fps=29.97, use_DeviL=true, pixel_type="RGB")
# current resolution: 3840x2160
ConvertToYV24(interlaced=false, matrix="PC.709")
FrameRateConverter(FrameDouble=true,NewNum=60,NewDen=1,Preset="anime",Output="auto",BlendOver=40,SkipOver=140)
# filtering
# adjust color to YV12 (color matrix: PC.709)
ConvertToYV12()
PreFetch(12)
# setting output fps to 59.940fps
AssumeFPS(60000,1001)
# output: color sampling YV24@8, matrix: pc709, scantyp: progressive, luminance scale: full
return last
I dont think you really searching all debug file to find all these commands and merge them as above. Isn't it generated somewhere automatically.(except avisynth, its easy to find)
Quote:If if you want to edit the jobs:
a. do not complain about anything related to that to me
b. you will have to close Hybrid edit the queue, open Hybrid and hopefully your change didn't break anything.
Yeah ofc