VideoHelp Forum




+ Reply to Thread
Page 99 of 101
FirstFirst ... 49 89 97 98 99 100 101 LastLast
Results 2,941 to 2,970 of 3023
  1. Originally Posted by videoAI View Post
    Issue: 0-channel AAC Audio stream loads into clever, can multiplex with AVC video stream,
    outputs 0 size mp4 file with no errors, warnings, or fail message.
    Thx, will activate the zero size file check for the multiplex output too.
    Quote Quote  
  2. Originally Posted by Findu View Post
    Audio encoding, Channels (change. split. join). Use periods instead of commas.
    A point at this location makes no sense.

    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.
    Will be fixed.

    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.
    No, because this titles would also have to take the user's language into account and could not be in English only.
    Quote Quote  
  3. @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'

    Image
    [Attachment 89587 - Click to enlarge]


    #1
    Image
    [Attachment 89584 - Click to enlarge]

    #2
    Image
    [Attachment 89585 - Click to enlarge]
    Last edited by videoAI; 5th Nov 2025 at 16:57.
    There is nothing wrong .. with my environment
    Quote Quote  
  4. @ 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?
    Quote Quote  
  5. Originally Posted by Findu View Post
    The Multiplex Titel field allows Ctrl c, v, x. Could you also add Ctrl a?
    For the global title?
    Will be done.
    Quote Quote  
  6. Originally Posted by videoAI View Post

    Change Request
    Change #1
    Good Idea, will be done.
    Quote Quote  
  7. 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:

    Image
    [Attachment 89596 - Click to enlarge]
    Quote Quote  
  8. I don't think those are black bars ..

    One way to find out.
    Load your output video back into clever, video encode, preview ..
    do u see black bars??
    Originally Posted by davidt1 View Post
    The output is a video with black bars on the side, which I don't want.
    There is nothing wrong .. with my environment
    Quote Quote  
  9. Originally Posted by videoAI View Post
    I don't think those are black bars ..

    One way to find out.
    Load your output video back into clever, video encode, preview ..
    do u see black bars??
    Originally Posted by davidt1 View Post
    The output is a video with black bars on the side, which I don't want.
    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.
    Quote Quote  
  10. @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

    Format : 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
    Look the same to Clever, but they are not. When an HE-AAC encoded file is loaded, it is recognized
    only as AAC.

    ** 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
    1- I am not sure if Clever supports HE-AAC? Does it?
    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:

    Image
    [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.

    Image
    [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
    Quote Quote  
  11. My replies in brackets below ..

    Originally Posted by davidt1 View Post
    Originally Posted by videoAI View Post
    I don't think those are black bars ..
    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. [try re-sizing your player window with your mouse]
    Still I need to do it correctly with ffmpeg [Your ffmpeg command does not have any scaling, and shouldn't be affecting your video with black lines]
    There is nothing wrong .. with my environment
    Quote Quote  
  12. 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.

    Originally Posted by davidt1 View Post
    Is there a way to look at the command Clever uses?
    There is nothing wrong .. with my environment
    Quote Quote  
  13. 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.
    Quote Quote  
  14. Originally Posted by dave11 View Post
    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).
    Quote Quote  
  15. Originally Posted by videoAI View Post
    I noticed that Clever does not recognize audio profiles, so these 2 different audio profiles
    You're right, will change the recognition of the aac profiles.

    1- I am not sure if Clever supports HE-AAC? Does it?
    clever supports he-aac and he-aacv2 encoding if ffmpeg is compiled with libfdk_aac.

    2- Can the audio profile be losslessly changed if all other parameters
    (channel no, Bit Rate, Sample Rate, ..) are identical?
    No.

    Request: Is it possible to include audio profile info in the audio encoder screen?
    Will be done for the aac fdk encoder.

    Another tool, like Losslesscut, does check audio profiles, and points them
    out as mismatches during merging (concatenation) as shown:
    Will add this check too.

    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.
    No, I'll leave it at 48kHz, but you can change it as you like.

    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.
    That is not my priority atm.
    Quote Quote  
  16. @ProWo
    v3.4.7.04

    Feedback ..
    ---------------------- Edit -------------------------------
    New audio encode screen ..

    Originally Posted by ProWo View Post
    Originally Posted by videoAI View Post
    Clever does not recognize audio profiles
    will change the recognition of the aac profiles. [thx]
    Request include audio profile info
    Will be done for the aac fdk encoder. [thx]
    check audio profiles
    Will add this check too. [thx]
    please default to match the source
    No, I'll leave it at 48kHz
    Please consider adding 'All Streams'
    That is not my priority atm []
    ----------------------------------------------------------

    New video encode screen ..
    very nice

    Image
    [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
    Palette
    Originally Posted by ProWo View Post
    Good Idea
    Last edited by videoAI; 7th Nov 2025 at 14:15.
    There is nothing wrong .. with my environment
    Quote Quote  
  17. Originally Posted by videoAI View Post
    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.

    Originally Posted by davidt1 View Post
    Is there a way to look at the command Clever uses?

    Yeah, 3 is easy. Thanks.
    Quote Quote  
  18. @ProWo

    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).
    yes, I know that. There is no problen with .srt subs but with .pgs subs after muxing. Syncronization problem in mkv of .pgs subs

    kindly check > https://limewire.com/d/Pj8TJ#GsrRBJirZ7
    Quote Quote  
  19. @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 ..

    Image
    [Attachment 89620 - Click to enlarge]
    Last edited by videoAI; 7th Nov 2025 at 15:02.
    There is nothing wrong .. with my environment
    Quote Quote  
  20. 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.

    Originally Posted by davidt1 View Post
    Originally Posted by videoAI View Post
    check ffmpeg commands generated by Clever
    Thanks.
    Last edited by videoAI; 7th Nov 2025 at 17:23.
    There is nothing wrong .. with my environment
    Quote Quote  
  21. @ 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.

    Image
    [Attachment 89625 - Click to enlarge]
    Quote Quote  
  22. Originally Posted by Findu View Post
    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.
    Thx, will be fixed.

    Is "dolby digital plus + dolby atmos" the official name of the codec? It's quiet long.
    No, of course. Will fix this.
    Quote Quote  
  23. @ 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?

    Image
    [Attachment 89629 - Click to enlarge]
    Quote Quote  
  24. Originally Posted by dave11 View Post
    There is no problen with .srt subs but with .pgs subs after muxing. Syncronization problem in mkv of .pgs subs
    kindly check
    Checked, you're right. This is a ffmpeg issue, it doesn't respect the first sub starttime.
    Unfortunately, there's nothing I can do about that.

    EDIT:
    Found a way. Update to nightly 3.4.7.06
    Last edited by ProWo; 9th Nov 2025 at 04:32.
    Quote Quote  
  25. Originally Posted by Findu View Post
    For some vob source files, IVTC appear only after you uncheck any various option.
    It should appear only with interlaced source and fps 29.97, 59.94, 30 or 60.


    Could you please move the Fade Start and Duration text further to the left?
    Will be done.
    Last edited by ProWo; 8th Nov 2025 at 11:14.
    Quote Quote  
  26. > 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.
    Quote Quote  
  27. Originally Posted by Findu View Post
    Okay! One file has 25 fps. You check for example Interlace, uncheck it and IVTC appear.
    Alreday fixed in my actual nightly.
    Quote Quote  
  28. @ 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.
    Quote Quote  
  29. Originally Posted by ProWo View Post
    Originally Posted by dave11 View Post
    There is no problen with .srt subs but with .pgs subs after muxing. Syncronization problem in mkv of .pgs subs
    kindly check
    Checked, you're right. This is a ffmpeg issue, it doesn't respect the first sub starttime.
    Unfortunately, there's nothing I can do about that.
    @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
    Quote Quote  
  30. Originally Posted by oniiz86 View Post
    @ProWo That's disappointing to hear, has this issue been reported to the ffmpeg team, perhaps you could report it to them?
    No need to report. Have found a way. Update to the last nightly 3.4.7.06
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!