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. |
|
|
Thread Tools | Search this Thread | Display Modes |
13th December 2024, 09:38 | #561 | Link | |
Registered User
Join Date: Aug 2005
Posts: 1,266
|
Quote:
|
|
13th December 2024, 09:45 | #562 | Link | |
Registered User
Join Date: Mar 2020
Posts: 395
|
Quote:
Re-encode to SDR with the usual HDR to SDR settings. |
|
13th December 2024, 09:54 | #563 | Link |
Registered User
Join Date: Aug 2005
Posts: 1,266
|
Yep, that is what I ended up doing. And, when I changed the setting from 200 to 100 on this particular movie then it seemed to look fine. I guess on some films if it starts to come out really dark I will need to do that.
|
13th December 2024, 12:09 | #564 | Link | |
Registered User
Join Date: Aug 2024
Posts: 323
|
Quote:
|
|
13th December 2024, 13:41 | #565 | Link |
Registered User
Join Date: Jun 2024
Location: South Africa
Posts: 227
|
This is the command-line I setted on:
Code:
ffmpeg -init_hw_device vulkan [...] -vf libplacebo=peak_detect=true:tonemapping=spline:gamut_mode=perceptual:w=1920:h=-1:downscaler=spline36:colorspace=bt709:color_trc=bt709:color_primaries=bt709:range=limited:dithering=blue:deband=false:skip_aa=true:disable_linear=false:format=yuv420p,crop=%crop%,sidedata=delete [...] Last edited by GeoffreyA; 13th December 2024 at 13:50. |
13th December 2024, 16:20 | #566 | Link | |
Registered User
Join Date: Aug 2024
Posts: 323
|
Quote:
"Applying AA" is actually what most resize filter do. Last edited by Z2697; 13th December 2024 at 16:52. |
|
13th December 2024, 17:11 | #567 | Link | |
Registered User
Join Date: Jun 2024
Location: South Africa
Posts: 227
|
Quote:
Any other tips for maximum quality with libplacebo? I noticed that it uses 16-bit float by default. If I convert to 32 bit beforehand (with zscale), it creates the internal textures at 32-bit float (r32f) but then uses rgba16haf, I think, before running the shader programs. |
|
13th December 2024, 20:21 | #568 | Link | |
Registered User
Join Date: Aug 2024
Posts: 323
|
Quote:
Another thing I would keep an eye out is chroma location, at least something similar, could be general chroma shift but less likely. I saw some weirdness with vs-placebo (sgt's fork) but not sure what's the case with FFmpeg. |
|
14th December 2024, 00:00 | #569 | Link | |
Registered User
Join Date: Aug 2005
Posts: 1,266
|
Quote:
|
|
14th December 2024, 19:16 | #571 | Link |
Registered User
Join Date: Jun 2024
Location: South Africa
Posts: 227
|
Basically, I've ignored chroma location because I didn't fully understand it. Today, digging into this topic and testing, it seems that FFmpeg causes the source CL to go through to the end. For an HEVC source, that would be top-left, and an AVC encode derived from this would also be top-left. (I think AVC is supposed to be left.)
|
15th December 2024, 09:55 | #572 | Link |
Registered User
Join Date: Mar 2020
Posts: 395
|
Newest beta (v3.3.4.02), online now.
Added: Readded start at last position (request by Findu). Mux vc1 video to asf, avi, mkv, mov, mp4, wmv. Fixed: Bug in audio encoding with keep open checked. Typo on update message (thx to Findu for the hints). |
17th December 2024, 18:05 | #573 | Link |
Registered User
Join Date: Mar 2020
Posts: 395
|
----------------------------------------------------------------------------------
December 17, 2024 release version 3.3.5. ---------------------------------------------------------------------------------- Added: Set npl value for HDR to SDR tonemapping. aac_mf audio encoder, h264_mf video encoder (thx to Findu for the latter two hint). Error check during task processing. Readded start at last position (request by Findu). Mux vc1 video to asf, avi, mkv, mov, mp4, wmv. Fixed: Bug in HDR to SDR tonemapping (thx to Lathe for the hint). Bug with multiple cuts in cut and join section. Bug in audio encoding with keep open checked. Typo on update message. Graphical error in the audio encoding grid (thx to Findu for the hints). Bug in update process. Improved: Update process. Changed: The whole information system. from messagebox to centered Info window. ---------------------------------------------------------------------------------- NOTE: If you're already using clever-FFmpeg-GUI, replace the exe only with the new version. Leave the other files to keep the previous settings. |
18th December 2024, 01:06 | #574 | Link | |
Registered User
Join Date: Aug 2005
Posts: 1,266
|
Quote:
So, about the npl (which I have NO bloody idea what it is... ) the default I believe is 200. Only in ONE case did it seem that I needed to change it to 100 because the movie was so dark ('THE FACULTY' UHD) what exactly determines what it should be? Is it set to 200 because that is the default setting for most movies that works best, or what determines if we should change it, just by how it looks and doing it based upon our own perception of how bright it should be? I just did the UHD film 'CAT O' NINE TAILS', and the 200 setting in comparing the Clever encode to the original was indeed brighter and looked fine. So, is this value just kind of a 'Floating' thing, or how should I look at it. Thanks! |
|
18th December 2024, 16:23 | #575 | Link | |
Registered User
Join Date: Mar 2020
Posts: 395
|
Quote:
|
|
18th December 2024, 18:05 | #576 | Link |
Registered User
Join Date: Mar 2020
Posts: 395
|
Newest beta (v3.3.5.01), online now.
Improved: DVD Movie rip completely recoded. (unprotected DVD's only). Changed: File already exists! messagebox recoded to new type. Column alignment in batch task grid (thx to Findu for the hint). New info message system: increased fontsize from 8 to 9, buttons centered now. |
19th December 2024, 00:38 | #577 | Link | |
Registered User
Join Date: Aug 2005
Posts: 1,266
|
Quote:
|
|
20th December 2024, 11:10 | #578 | Link |
Registered User
Join Date: Mar 2020
Posts: 395
|
Newest beta (v3.3.5.02), online now.
Added: New automatic updater (for Windows 10 & 11, thx to Findu for the hints). Batch grid: Action column fits content now. Fixed: Bug with streams detection in VTS_vobs. Bug in mux code. Bug with automatic correction of start position values out of screen bounds. Improved: Update info for earlier Windows versions. |
21st December 2024, 13:20 | #580 | Link |
Registered User
Join Date: Mar 2020
Posts: 395
|
Attention!
There was a bug in the latest beta v3.3.5.03. It has already been fixed. If you have updated before 13:09 CET 21 December 2024, please download the latest beta again. EDIT: If you have an error message at startup, open the portable.config file with a text editor, delete the line <upd_reminder>...</upd_reminder> and save the file. Last edited by ProWo; 21st December 2024 at 13:33. |
Thread Tools | Search this Thread |
Display Modes | |
|
|