Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#22 | Link |
|
Registered User
Join Date: Apr 2024
Posts: 501
|
@Z2697 @GeoffreyA
All right, I'm sending you my HDR video. Use Placebo on StaxRip and see if you could fix the error. https://www.mediafire.com/file/fn71j...2/HDR.mkv/file |
|
|
|
|
|
#23 | Link |
|
Donor
![]() Join Date: Jun 2024
Location: South Africa
Posts: 676
|
I tried it and this is what I found. You've got to double-click on Placebo in the filter list on the left, then uncomment the following lines:
Code:
ConvertToYUV420() ConvertBits(10) All in all, it should work, but I think it's simpler to use FFmpeg directly. Generally, changes one makes are sent downstream to the rest of the pipeline, making it automatic. Last edited by GeoffreyA; 16th January 2026 at 12:47. |
|
|
|
|
|
#24 | Link | |
|
Registered User
Join Date: Apr 2024
Posts: 501
|
Quote:
https://imgbox.com/qqC31GFI |
|
|
|
|
|
|
#25 | Link |
|
Donor
![]() Join Date: Jun 2024
Location: South Africa
Posts: 676
|
As above, go into x265 options, removing everything related to Dolby Vision and HDR, and importantly, setting the colour matrix, transfer, and primaries to BT.709. That should do it. In MediaInfo, there should be no sign of BT.2020, DV, or anything of that sort. If the problem persists, post the MediaInfo properties of the encoded file.
|
|
|
|
|
|
#26 | Link |
|
Registered User
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,138
|
Hi,
here is my simple version which does not use LibPlacebo (my old Thinkpad does not support it). In my upload there are 3 different versions using DGHDRtoSDR, plus 2 zimg based versions. My target format is X264, because it is easier to use and in my view it offers better quality. Here is the link: (only valid for 3 days) https://we.tl/t-j17Hrq58fP Cheers manolito EDIT: Sorry for the typo in the readme. In the second line of cource I mean "Video" and not "Audio" Last edited by manolito; 16th January 2026 at 15:24. |
|
|
|
|
|
#29 | Link |
|
Broadcast Encoder
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 3,378
|
Also, given that it's not guaranteed that libplacebo has updated the frame properties, make sure they're all set to BT709 now in Avisynth so that anything downstream will know.
Put those at the end of the script: Code:
#Remove bad frame properties
propclearall()
#Populate frame properties correctly
propSet("_ColorRange", 1) #Limited TV Range
propSet("_Matrix", 1) #BT709
propSet("_Transfer", 1) #BT709
propSet("_Primaries", 1) #BT709
|
|
|
|
![]() |
| Tags |
| colorspace, dolby vision, hdr to sdr, staxrip, ycbcr |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|