@ProWo Thanks for that, yes I'm sorry to have troubled you but the issue was the Video stream's unusually long Title name, I should test more thoroughly in the future before jumping to conclusions, I discovered another typo when hovering over the Title column, it reads as "Stream Ttile" and I noticed the Filename column has a forward/back slash that can be toggled, what does it do exactly?
[Attachment 93132 - Click to enlarge]
+ Reply to Thread
Results 3,541 to 3,558 of 3558
-
-
-
In the next nightly build (3.5.6.02), I’ll be adding HDR-to-SDR conversion using libplacebo tone mapping.
The advantage of this is that the dynamic metadata from HDR10+ and Dolby Vision (currently for profiles 5 and 8.x) is taken into account during conversion.
This also allows Clever to tone map Dolby Vision correctly.
This requires Vulkan drivers to be installed.
These are usually installed along with the graphics driver.
To check if Vulkan is available, simply open a command prompt and enter:
If data is displayed, Vulkan is active and can be used by Clever.vulkaninfo -
Hello ProWo!
When I try to downmix to WAV, if I want to select PCM S24LE, the button simply disappears. To make it reappear, I have to press "Channels Change" again and select 2 (stereo) to be able to manipulate the bit depth.
Now, within the downmix options, which one do you recommend for movies, or what should we consider when choosing one of the options for this parameter? -
Thanks for the hint, this is a bug, it will be fixed in the next nightly
If you click on Downmix options and hoover over the single settings you'll see the formula that's being used.Now, within the downmix options, which one do you recommend for movies, or what should we consider when choosing one of the options for this parameter?
I usually go with simple, a mix that only blends the left, right, and front center channels; the surround channels are omitted here. This usually results in audio with clearer dialogue on the TV. -
@ProWo I was wondering if the "Profile" under Encoder Settings is meant to revert to "High" after manually selecting "Auto" which is the default setting? When I click on HDR under Video Options & selecting the HDR-SDR tonemapping options, a new dialog box "Dynamic metadata is discarded." pops up & after selecting OK it changes my "Profile" settings from "Auto" to "High", would you be able to prevent this so it respects my settings? Also when I do change it back to "Auto" & if I decide to deselect the "HDR" box under Video Options the Profile will also revert back to "High" again, is this the intended behaviour, can you adjust it so it remains on "Auto"?
[Attachment 93218 - Click to enlarge] -
This is intentional, to ensure that the resulting SDR video has 4:2:0 chroma subsampling.
You're converting a Dolby Vision video to SDR using standard tonemapping.
Just try switching the setting from "High" to "Auto" before the conversion, and you'll see that the SDR video has 4:4:4 chroma subsampling.
BTW:
For HDR+ / Dolby Vision to SDR conversion, you should try the new libplacebo tonemapping instead of the standard mode tonemapping. This method also takes the source file's dynamic metadata into account. -
@ProWo I unfortunately can't take advantage of the new more advanced Tonemapping settings as I have an older GTX-680 GPU that predates Vulkan encoding/decoding HWA support, I thought most video is encoded as YCbCr 4:2:0, I know Dolby Vision "tunneling" carries 12-bit YCbCr 4:2:2 data in an RGB 4:4:4 8-bit transport but MediaInfo still reports the Dolby Vision video stream's Chroma subsampling as 4:2:0.
MediaInfo
I changed the Profile from "High" to "Auto" before I made the HDR-SDR conversion as you suggested & it still reports the Chroma Subsampling as 4:2:0 not 4:4:4 as you can see below,Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Main 10@L5.1@High
HDR format : Dolby Vision, Version 1.0, Profile 8.1, dvhe.08.06, BL+RPU, no metadata compression, HDR10 compatible / SMPTE ST 2086, Version HDR10, HDR10 compatible
Codec ID : V_MPEGH/ISO/HEVC
Duration : 1 h 50 min
Bit rate : 27.1 Mb/s
Width : 3 840 pixels
Height : 1 606 pixels
Display aspect ratio : 2.39:1
Frame rate mode : Constant
Frame rate : 23.976 (24000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:0 (Type 2)
Bit depth : 10 bits
Bits/(Pixel*Frame) : 0.184
MediaInfo
I'm not certain what "Auto" is doing differently compared to "High" in this instance, I know Clever's tooltip mentions that "Auto" is the default "Profile" option.Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4
Format settings : CABAC / 4 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference : 4 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 31 s 198 ms
Bit rate : 8 283 kb/s
Width : 1 920 pixels
Height : 802 pixels
Display aspect ratio : 2.39:1
Frame rate mode : Constant
Frame rate : 23.976 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.224
[Attachment 93229 - Click to enlarge] -
-
I wasn't suggesting to change the automatic setting to High, I was merely curious why after explicitly setting the Profile to Auto it reverted to High after selecting the HDR to SDR settings but I understand you already explained that but in my case both resulted in 4:2:0 Chroma Subsampling in each scenario.
-
@ProWo
3.5.6.02 feedback
Setup page 1 now close when page 2 opens and vice versa.
The new rotate/flip filters are working well. Thank you!
The preview now use scaling, when you disable "Keep duration" at video encoding.
But when you disable "Keep duration" and combine it with any rotate/flip filters, your code use
"FFplay.exe -ss 3 -vst 0 -ast 1 -vf vf,scale=852:480"...
which does not work till you remove "vf,"
HDR-to-SDR conversion using libplacebo tone mapping also works.
As always, great work! -
-
@ProWo
Would it make sense to disable the video preview on the video encoding page and the cropping page for uncorrected raw video streams (without duration information), since ffplay doesn't display anything and the process doesn't terminate?
Or an error message appears, such as:
System.OverflowException: Die arithmetische Operation hat einen Überlauf verursacht.
bei clever_FFmpeg_GUI.Form6.Button8_Click(Object sender, EventArgs e)
bei System.Windows.Forms.Control.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
bei System.Windows.Forms.Button.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) -
-
-
Last edited by ProWo; 3rd Aug 2026 at 09:04.
-
----------------------------------------------------------------------------------
August 08, 2026 release version 3.5.7.
----------------------------------------------------------------------------------
Added:
Libplacebo tonemapping for HDR to SDR
Filename check and automatic rename for escaped filenames containing , and ;
Tootips on encoder settings
Fixed:
Bug with higher DPI in messagebox
Bug with video transpose filter, not working anymore
Bug with keep HDR/HLG with missing colorspace info
Bug with downmix options button vanished with changing pcm codec
Bug with video preview with transpose + change fps (keep duration disabled)
Bugs with video preview if raw stream is loaded
Changed:
Settings: you can switch between page 1 an 2 now
Improved:
Incompatible streams in container message.
Change colorspace (detecting and changing)
Tonemapping filterchain for HDR to SDR
Update process
Dolby Vision detection
----------------------------------------------------------------------------------
Similar Threads
-
GUI for ffmpeg x265 encoder
By david55 in forum Video ConversionReplies: 15Last Post: 11th May 2025, 09:15 -
New small GUI for FFmpeg
By ProWo in forum Video ConversionReplies: 29Last Post: 24th Feb 2024, 02:06 -
Best GUI for ffmpeg encoding
By usta in forum Video ConversionReplies: 25Last Post: 17th Jan 2019, 11:23 -
GUI for FFMpeg amf?
By Micky in forum Video ConversionReplies: 0Last Post: 14th Jan 2018, 07:45 -
dmMediaEncoder v1.8.0 - crossplatform FFMPEG GUI
By mdalacu in forum Video ConversionReplies: 38Last Post: 29th Sep 2015, 00:19



Quote