Thread: VirtualDub2
View Single Post
Old 5th October 2018, 18:08   #663  |  Link
shekh
Registered User
 
Join Date: Mar 2015
Posts: 775
Quote:
Originally Posted by Revan654 View Post
All Flags needed for creating HDR in x265.

--output-depth 10
--colorprim bt2020
--colormatrix bt2020nc
--transfer smpte2084
--master-display G(8500,39850)B(6550,2300)R(35400,14600)WP(15635,16450)L(10000000,1)
--hrd
--aud
--repeat-headers
--max-cll 1000,180
--no-open-gop

+ no-intro-smoothing & no-deblocking so the details don't get destroyed.

Maybe allow a custom inputbox (like StaxRip & handBrake does) or port over(Since it already has VirtualDub features):

https://sourceforge.net/projects/mpx.../x265vfw_v280/
--output-depth 10
This does not need to be specified.

--hrd
"The HRD parameters are carried by the Buffering Period SEI messages and Picture Timing SEI messages"
--aud
"Emit an access unit delimiter NAL at the start of each slice access unit."

Can you briefly describe what the hell is this in human language

--repeat-headers
afaik this is solely controlled by container and should not be changed.

--no-strong-intra-smoothing
--no-deblock
Simple options which can be added trivially.

Well, inputbox can help with all options but with it comes laborious error checking. Since command line can be wrong in many ways.
__________________
VirtualDub2
shekh is offline   Reply With Quote