+ Reply to Thread
Results 2,941 to 2,970 of 3023
-
A point at this location makes no sense.
Will be fixed.At the page itself you use "Extract streams", just like on the other pages. On the Main page button it is "Extract Strames" with a capital S.
No, because this titles would also have to take the user's language into account and could not be in English only.Would it be useful to offer a feature that automatically fills in the empty “Title” field with the country name if the "Language" field contains a valid entry for audio and subtitle streams, as in the ISO 639-2 table?
On older devices and players, the abbreviations and country names may appear in the selection. -
@ProWo
v3.4.7.03
Change Request
-----------------
I am proposing a minor change that would have a big impact on usability.
Although the audio fade in / out feature is popular, the video fade in / out
is NOT, at least in my opinion.
So, why have it [already visible] on the main video encode screen?
Change #1
------------
How about making a small button rename change, and a screen flow
change to match.
Default the video encode screen to show the various screen already
open [crop, rotate, etc ..], rename 'close various' button to 'Fade',
clicking it will take you into the less popular video fade feature,
as shown in image #1.
The Fade screen view remains as is, as shown in image #2.
Change #2
------------
A while back I saw a post by a user asking if Clever had a Crop feature.
off course it wasn't easy to find Crop, as it is buried under main/video/various.
Most users look for those popular common tasks:
Mux, Join, Cut, and Crop, Clever's current menu has 3/4 ..
Change #2: How about adding a Crop menu button [visible if video stream exists],
This would make more sense if change #1 is implemented.
or:
Simply rename the box title from 'Encode/Convert' to 'Encode/Convert/Crop'
[Attachment 89587 - Click to enlarge]
#1
[Attachment 89584 - Click to enlarge]
#2
[Attachment 89585 - Click to enlarge]Last edited by videoAI; 5th Nov 2025 at 16:57.
There is nothing wrong .. with my environment -
@ ProWo
v3.4.7.03 feedback
Overwriting the global title has been fixed.
Thanks for the last changes at the Chapters and Mux page!
So far, everything with chapters is working as intended.
Sorry. I mean that you actually use periods instead of commas at Audio encoding, "Channels (change. split. join)"
The Multiplex Titel field allows Ctrl c, v, x. Could you also add Ctrl a? -
I need help with SVT AV1. Clever did a good job encoding with this codec.
Then I tried with ffmpeg alone. The output is a video with black bars on the side, which I don't want. I want the original aspect. Thanks.
The command:
ffmpeg -i "input.mkv" -c:v libsvtav1 -crf 30 ".mkv"
Outputfile:
[Attachment 89596 - Click to enlarge] -
There is nothing wrong .. with my environment
-
I did what you said. No more black bars on both the new output file and the old output file, which is what the original video looks like. This so weird. I don't understand what's happening.
Still I need to do it correctly with ffmpeg. Is there a way to look at the command Clever uses? Please point me in the right direction. Thanks. -
@ProWo
v3.4.7.03
Audio Encode Screen feedback ..
Some of my movies are split in 2 parts, I am currently trying to merge the two parts
into one. For that to happen without time-consuming full re-encoding, I need the video
and audio tracks to match exactly between the 2 files.
I noticed that Clever does not recognize audio profiles, so these 2 different audio profiles
Look the same to Clever, but they are not. When an HE-AAC encoded file is loaded, it is recognizedFormat : AAC LC
Format/Info : Advanced Audio Codec Low Complexity
Commercial name : AAC
Format : AAC LC SBR
Format/Info : Advanced Audio Codec Low Complexity [with Spectral Band Replication]
Commercial name : HE-AAC
only as AAC.
1- I am not sure if Clever supports HE-AAC? Does it?** HE-AAC (High-Efficiency AAC) is an advanced version of AAC that incorporates two key technologies:
1- Spectral Band Replication (SBR)
2- Parametric Stereo
* Different AAC profiles might require re-encoding
2- Can the audio profile be losslessly changed if all other parameters
(channel no, Bit Rate, Sample Rate, ..) are identical?
Request: Is it possible to include audio profile info in the audio encoder screen?
Another tool, like Losslesscut, does check audio profiles, and points them
out as mismatches during merging (concatenation) as shown:
[Attachment 89597 - Click to enlarge]
Another request is related to the the Sample Rate [Frequency]:
Can you please default the field to match the source frequency and not
change it, all the time, to 48k.
and a 3rd and final request:
Please consider adding 'All Streams' check box functionality similar to what
was implemented in the video encode section. This is really important and
saves an un-necessary step of re-muxing the video, and all other tracks,
back in.
[Attachment 89598 - Click to enlarge]
As always, thank you very much for considering, implementing, and
responding to our feedback and reasonable requests.
Keep up the great work.
Clever is on its way to become one of the best GUIs ever created for
ffmpeg.
There is nothing wrong .. with my environment -
There is nothing wrong .. with my environment
-
There are 3 ways to check ffmpeg commands generated by Clever:
1- Modify <cmd_l></cmd_l> in portable.config [advanced].
2- Click 'to batch', exit Clever, and check BT_open.txt in your target folder. [easy]
3- Click 'to batch', go back to main screen, click 'batch tasks', hover over the task
record in the action column, & see the command. [easiest]
The simplest way is #3.
There is nothing wrong .. with my environment -
A little query over here. When I mux the video with PGS/SUP subtitles with mkv in the clever ffmpeg gui, I do not get the output video synchronized with subs but when I do with MKVTool nix gui, it is perfect. Request developer to fix the bug. MKV container is widely supported.
-
clever FFmpeg-GUI does not change the subtitle timings during muxing.
You can change the start of the subtitle stream with a value in delay (in milliseconds). -
You're right, will change the recognition of the aac profiles.
clever supports he-aac and he-aacv2 encoding if ffmpeg is compiled with libfdk_aac.1- I am not sure if Clever supports HE-AAC? Does it?
No.2- Can the audio profile be losslessly changed if all other parameters
(channel no, Bit Rate, Sample Rate, ..) are identical?
Request: Is it possible to include audio profile info in the audio encoder screen?
Will be done for the aac fdk encoder.
Will add this check too.Another tool, like Losslesscut, does check audio profiles, and points them
out as mismatches during merging (concatenation) as shown:
No, I'll leave it at 48kHz, but you can change it as you like.Another request is related to the the Sample Rate [Frequency]:
Can you please default the field to match the source frequency and not
change it, all the time, to 48k.
That is not my priority atm.and a 3rd and final request:
Please consider adding 'All Streams' check box functionality similar to what
was implemented in the video encode section. This is really important and
saves an un-necessary step of re-muxing the video, and all other tracks,
back in. -
@ProWo
v3.4.7.04
Feedback ..
---------------------- Edit -------------------------------
New audio encode screen ..
----------------------------------------------------------
New video encode screen ..
very nice
[Attachment 89616 - Click to enlarge]
Just one little thing ..
All checkmark labels are very descriptive except for 'Properties'
Here are some alternative labels to consider:
Chromatization
Colorization
Enhancement
Modification
Adjustment
Editing
PaletteLast edited by videoAI; 7th Nov 2025 at 14:15.
There is nothing wrong .. with my environment -
@ProWo
yes, I know that. There is no problen with .srt subs but with .pgs subs after muxing. Syncronization problem in mkv of .pgs subsclever FFmpeg-GUI does not change the subtitle timings during muxing.
You can change the start of the subtitle stream with a value in delay (in milliseconds).
kindly check > https://limewire.com/d/Pj8TJ#GsrRBJirZ7 -
@ProWo
v3.4.7.04
How about replacing the label with the actual toggle button.
you can still pass the same text [Ex: Output: Source Folder] to the button title,
so the button title changes with every click. button code stays pretty much the
same.
you can even change the button background color to match the theme background
color for seamless blending with the background and matching the current look and
feel. [optional]
The location change allows the toggle folder functionality to be accessible from
every screen.
This minor change will enhance usability and ease of use.
Please consider it ..
[Attachment 89620 - Click to enlarge]Last edited by videoAI; 7th Nov 2025 at 15:02.
There is nothing wrong .. with my environment -
NP.
The best part is, #3 is a 'Preview' function ..
if you don't like the generated ffmpeg command,
you can always delete it before execution, by removing the task from batch.
Edit:
And #2 acts as a 'Last FFmpeg' function.
Last edited by videoAI; 7th Nov 2025 at 17:23.
There is nothing wrong .. with my environment -
@ ProWo
v3.4.7.04 feedback
Thanks for your latest rearrangements to multiplex.
When you open the Mux page, the information text “Attachments: No” is visible if your container is mkv. If this is not the case and you have to change the container to mkv, this information will not be displayed.
Same with Image & Font.
After the first mux process, "Show language codes" does not reapper.
Is "dolby digital plus + dolby atmos" the official name of the codec? It's quiet long.
[Attachment 89625 - Click to enlarge] -
-
@ ProWo
v3.4.7.04 feedback
Video encoding.
For some vob source files, IVTC appear only after you uncheck any various option.
Could you please move the Fade Start and Duration text further to the left?
[Attachment 89629 - Click to enlarge] -
Last edited by ProWo; 8th Nov 2025 at 11:14.
-
> It should appear only with interlaced source and fps 29.97, 59.94, 30 or 60.
Okay! One file has 25 fps. You check for example Interlace, uncheck it and IVTC appear. -
@ ProWo
v3.4.7.05 feedback
PLS. test the 25 fps sample. Check Interlace, uncheck it and IVTC appear.
VTS_01_1_sample.vob
When you mux into mkv container, the info text "Attachments: No" disappear.
It should be visible as long as the container is mkv. Regardless of whether the grid is still filled or empty after muxing, or if you add new files. -
@ProWo That's disappointing to hear, has this issue been reported to the ffmpeg team, perhaps you could report it to them? I couldn't find this listed in the bug tracker here https://trac.ffmpeg.org/query?status=new&status=open&status=reopened&col=id&col=summar...ority&report=1
-
Similar Threads
-
GUI for ffmpeg x265 encoder
By david55 in forum Video ConversionReplies: 15Last Post: 11th May 2025, 10:15 -
New small GUI for FFmpeg
By ProWo in forum Video ConversionReplies: 29Last Post: 24th Feb 2024, 03:06 -
Best GUI for ffmpeg encoding
By usta in forum Video ConversionReplies: 25Last Post: 17th Jan 2019, 12:23 -
GUI for FFMpeg amf?
By Micky in forum Video ConversionReplies: 0Last Post: 14th Jan 2018, 08:45 -
dmMediaEncoder v1.8.0 - crossplatform FFMPEG GUI
By mdalacu in forum Video ConversionReplies: 38Last Post: 29th Sep 2015, 01:19



Quote
]