Selur's Little Message Board

Full Version: rev. 2021.07.18.1 - VCEEncC.exe crasht.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Fehler ist wohl:
Quote:Unknown option: quarter
von
Code:
--pre-analysis quarter
scheint als ob es '--pre-analysis' nicht mehr gibt.
Setz mal 'VCEEnc->Misc->Pre-Analysis' auf 'none', dann geht es vermutlich.

Das mit dem "Bframes is not supported with HEVC encoding, disabled" ist mir auch nicht klar vor allem weil H.264 der default ist und in der Ausgabe sogar "Output: H.264/AVC High @ Level 4" steht.
Vermute eher der Ausgabetext ist 'falsch' und kommt weil deine VPU keine B-Frames unterstützt.
Code:
H.264/AVC encode features
10bit depth:    no
acceleration:    Hardware-accelerated
max profile:    High
max level:      5.2
max bitrate:    100000 kbps
ref frames:      1-16
Bframe support:  no
HW instances:    1
max streams:    16
timeout support: yes

Cu Selur
Es war die pre-analysis, jetzt funktioniert auch VCEEncC 06.12.0.

Gruß
rabiato
Gibt jetzt einige neue Optionen
Quote: --pe enable Pre Encode
--pa enable Pre Analysis
--pa-sc <string> sensitivity of scenechange detection
- none, low, medium(default), high
--pa-ss <string> sensitivity of static scene detection
- none, low, medium(default), high
--pa-activity-type <string> block activity calcualtion mode
- y (default, yuv)
--pa-caq-strength <string> Content Adaptive Quantization (CAQ) strength
- low, medium(default), high
--pa-initqpsc <int> initial qp after scene change
--pa-fskip-maxqp <int> threshold to insert skip frame on static scene
Hast Du zufällig ne Ahnung was es mit 'Pre Encode' und 'Pre Analyis' auf sich hat?


Cu Selur
Moin Selur,

das einzige was ich dazu gefunden habe dürfte Dir bereits bekannt sein:

--pe
Enable pre-encode assisted rate control. (default: off)
--pa
Enable pre analysis to enhance quality, supports VBR mode only. (default: off)
Can be adjusted by "--pa-xxx" options.



Gruß
rabiato
Pages: 1 2