Hier passiert das nicht.
Was ich mit einem frisch zurückgesetzten ('Config->Defaults->Reset->All' 'Apply') Hybrid mache:
-> Schreib mir mal bitte Schritt für Schritt auf was Du machst um das Problem zu haben, nachdem Du Hybrid zurückgesetzt hast, damit ich das hier nachstellen kann.
Danke!
Cu Selur
Was ich mit einem frisch zurückgesetzten ('Config->Defaults->Reset->All' 'Apply') Hybrid mache:
- Hybrid starten
- Dein Video laden
- 'x264->Base->General Settings->Encoding Mode' auf 'constant rate factor (1-pass)' ändern
Der x264 Aufruf sieht dann so aus:
x264 --crf 18.00 --profile high --level 4.1 --direct auto --qcomp 0.5 --no-mbtree --partitions i4x4,p8x8,b8x8 --no-fast-pskip --subme 5 --trellis 0 --weightp 1 --aq-mode 0 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --range tv --colormatrix bt709 --demuxer raw --input-res 1920x1080 --input-csp i420 --input-range tv --input-depth 8 --fps 24000/1001 --output-depth 8 --output OUTPUTFILE -
- 'x264->Base->Restriction->Settings->Preset' auf 'slower' setzen und 'Apply' drücken.
Der x264 Aufruf sieht dann so aus:
x264 --preset slower --crf 18.00 --profile high --level 4.1 --ref 4 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --range tv --colormatrix bt709 --demuxer raw --input-res 1920x1080 --input-csp i420 --input-range tv --input-depth 8 --fps 24000/1001 --output-depth 8 --output OUTPUTFILE -
x264 --preset slower --crf 18.00 --profile high --level 4.1 --ref 4 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --demuxer raw --input-res 1920x1080 --input-csp i420 --input-range tv --input-depth 8 --fps 24000/1001 --output-depth 8 --output OUTPUTFILE -
-> Schreib mir mal bitte Schritt für Schritt auf was Du machst um das Problem zu haben, nachdem Du Hybrid zurückgesetzt hast, damit ich das hier nachstellen kann.
Danke!
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.