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

 

Go Back   Doom9's Forum > Video Encoding > High Efficiency Video Coding (HEVC)

Reply
 
Thread Tools Search this Thread Display Modes
Old 9th December 2025, 13:13   #21  |  Link
GeoffreyA
Donor
 
Join Date: Jun 2024
Location: South Africa
Posts: 659
Quote:
Originally Posted by tormento View Post
Please, post your script with libplacebo.
Code:
ffmpeg -init_hw_device vulkan -i "%src%" -map 0:v:0 -map_metadata -1 -vf libplacebo=w=-1:h=1080:upscaler=spline36:downscaler=spline36:peak_detect=true:tonemapping=spline:gamut_mode=perceptual:colorspace=bt709:color_trc=bt709:color_primaries=bt709:range=limited:dithering=blue:format=yuv420p,crop=%crop%:exact=true,sidedata=delete -c:v libx264 [...] "%dst%"
You can actually shorten it because a lot of those settings are the defaults:

Code:
ffmpeg -init_hw_device vulkan -i "%src%" -map 0:v:0 -map_metadata -1 -vf libplacebo=w=-1:h=1080:upscaler=spline36:downscaler=spline36:colorspace=bt709:color_trc=bt709:color_primaries=bt709:range=limited:format=yuv420p,crop=%crop%:exact=true,sidedata=delete -c:v libx264 [...] "%dst%"
And if you want to output to 10 bit, just change the format to yuv420p10le.

From November, the sidedata wasn't getting deleted. I submitted the issue, and it has been fixed.

Last edited by GeoffreyA; 9th December 2025 at 13:18.
GeoffreyA is offline   Reply With Quote
Old 9th December 2025, 13:47   #22  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 3,073
Quote:
Originally Posted by GeoffreyA View Post
You can actually shorten it because a lot of those settings are the defaults
I see. I thought you did with an AVS+ script.
__________________
@turment on Telegram
tormento is offline   Reply With Quote
Old 30th December 2025, 09:14   #23  |  Link
RocketJet
Registered User
 
RocketJet's Avatar
 
Join Date: Feb 2008
Posts: 37
Consider Dolby Vision Converter app

You may like to try the app "Dolby Vision Converter".
It requires no technical knowledge of DV.

https://sourceforge.net/projects/dol...ion-converter/

It is easy enough to give it a try.
No promises though.
RocketJet is offline   Reply With Quote
Old 30th December 2025, 14:55   #24  |  Link
GeoffreyA
Donor
 
Join Date: Jun 2024
Location: South Africa
Posts: 659
Quote:
Originally Posted by tormento View Post
I see. I thought you did with an AVS+ script.
I think libplacebo works with AVS too.
GeoffreyA is offline   Reply With Quote
Reply

Tags
dolby vision, dovi, dovi_scripts, hdr10

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:00.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.