Selur's Little Message Board
Crash on Muxing HDR on OSX High Sierra - 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: Crash on Muxing HDR on OSX High Sierra (/thread-147.html)



Crash on Muxing HDR on OSX High Sierra - ChrisKritz - 12.11.2017

Ich versuche 10bit HEVC HDR Files mit Metadaten zu erzeugen. Hybrid sagt "Crash on Muxing, file not cretated".

Das passiert nur mit der HDR Option. h.265 ohne HDR funktioniert problemlos.

System: MBP 15"' 2017
OSX High Sierra

Ein Debug Output hängt an.

Danke für Hilfe!


RE: Crash on Muxing HDR on OSX High Sierra - Selur - 12.11.2017

Ist ein Bug in MP4Box oder x265.
Wenn Du "Config->Output->Container Settings->Mp4 Settings->FFmpeg instead of MP4Box" aktivierst sollte es gehen.
Alternativ kannst Du auch 'x265->Quantization->General Quantization->Coding unit tree for adaptive quantization->optimize' deaktivieren. (dies fügt '--no-opt-qp-pps' zum Encodinaufruf hinzu)
siehe:
https://bitbucket.org/multicoreware/x265/issues/309
und
https://github.com/gpac/gpac/issues/705

Cu Selur


RE: Crash on Muxing HDR on OSX High Sierra - ChrisKritz - 12.11.2017

(12.11.2017, 13:15)Selur Wrote: Ist ein Bug in MP4Box oder x265.
Wenn Du "Config->Output->Container Settings->Mp4 Settings->FFmpeg instead of MP4Box" aktivierst sollte es gehen.
Alternativ kannst Du auch 'x265->Quantization->General Quantization->Coding unit tree for adaptive quantization->optimize' deaktivieren. (dies fügt '--no-opt-qp-pps' zum Encodinaufruf hinzu)
siehe:
https://bitbucket.org/multicoreware/x265/issues/309
und
https://github.com/gpac/gpac/issues/705

Cu Selur

Danke für die schnelle Hilfe, so geht es!