Selur's Little Message Board
rev. 2021.07.18.1 - VCEEncC.exe crasht. - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Probleme und Fragen (https://forum.selur.net/forum-4.html)
+--- Thread: rev. 2021.07.18.1 - VCEEncC.exe crasht. (/thread-1905.html)

Pages: 1 2


RE: rev. 2021.07.18.1 - VCEEncC.exe crasht. - Selur - 20.07.2021

Fehler ist wohl:
Quote:Unknown option: quarter
von
--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.
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


RE: rev. 2021.07.18.1 - VCEEncC.exe crasht. - rabiato - 20.07.2021

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

Gruß
rabiato


RE: rev. 2021.07.18.1 - VCEEncC.exe crasht. - Selur - 01.08.2021

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


RE: rev. 2021.07.18.1 - VCEEncC.exe crasht. - rabiato - 07.08.2021

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