VideoHelp Forum
+ Reply to Thread
Results 1 to 30 of 30
Thread
  1. I have renamed my Smart FFmpeg Gui because of the name similarity with another programm named smartFFmpeg.

    The new name of my frontend is clever FFmpeg GUI.

    You can find it here https://forum.videohelp.com/threads/396490-clever-FFmpeg-GUI-a-new-small-GUI-for-FFmpeg
    Last edited by ProWo; 29th Mar 2020 at 08:16. Reason: Program renamed
    Quote Quote  
  2. Member Budman1's Avatar
    Join Date
    Jul 2012
    Location
    NORTHWEST ILLINOIS, USA
    Search Comp PM
    I tested it and it works well so far.. I envy your layout, something I am terrible at, and can see it has room for adding features as you go.

    The program below is one I wrote to use FFMpeg and CMD files, and if I can help with information for added features, please let me know.
    I have CMD files that do almost everything, even fixing PTS of MP4 files without encoding.

    I am posting this because I posted mine a while back and no one even responded or viewed the cut and merge part video at https://files.secureserver.net/0szAYSmJGaInNG so I took it down. So far this is just for cutting and merging but does other functions as well

    1. Cuts at Key frames to frame accuracy ( art least with MP4 so far)
    2. Re-encodes just the portion between non key frame and next key frame
    3. Converts batch of files to similar format to merge together, adds pillarbox and Letterbox where needed.
    4. Merges similar format videos such as cut segments from a longer video.
    5. Creates colored blank video with blank audio for using between videos.
    6. Creates video from Image, adjustable length
    7. Clones first/last or both for freeze frame between segments for adding subtitles for longer reading during last frame.
    8. Plays segment to check settings by right clicking image. Frame type, number and PTS time displayed on each frame.
    9. Displays the first frame by left clicking image. Frame type, number and PTS time displayed
    10. Create short subtitles for message between segments, to be added to blank, cloned or playing portion of video..
    11. Add subtitles from SRT file.
    12. Takes snapshot of video frame.
    13. Has Zoom (magnification power adjustable), Pan, Tilt, ( Still under construction but functional within limits so far)
    14. More...

    Image
    [Attachment 51227 - Click to enlarge]

    Image
    [Attachment 51228 - Click to enlarge]


    I also have a program that does everything with FFMpeg and AVISYNTH but it is HUGE.
    Image
    [Attachment 51229 - Click to enlarge]


    Good Programming !!
    Quote Quote  
  3. 01-30-2020
    update to v1.0.5.
    (small code improvements)

    enjoy
    ProWo

    Download: see first post
    Last edited by ProWo; 4th Feb 2020 at 10:08.
    Quote Quote  
  4. Member Budman1's Avatar
    Join Date
    Jul 2012
    Location
    NORTHWEST ILLINOIS, USA
    Search Comp PM
    Any idea why nothing would work to uninstall your folder from my desktop. No one had file ownership and none could take ownership. ??
    Quote Quote  
  5. ProWo,
    should the 32 bit version run on XP? I get a "not a valid Win32 application" error.

    Cheers.
    Quote Quote  
  6. hello_hello
    The program needs Framework 4
    HTML Code:
    https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net48-web-installer
    Quote Quote  
  7. Originally Posted by ProWo View Post
    hello_hello
    The program needs Framework 4
    HTML Code:
    https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net48-web-installer
    Unfortunately that's too much dot net.

    Version 4.0 is, I'm pretty sure, the last dot net to support XP. Never mind, I have an old laptop runing Win7 so I can at least have a look at your program later when I've fired it up.

    Thank you.
    Quote Quote  
  8. 02-04-2020
    update to v1.0.6.

    Added smart Aspect Ratio (AR) changing without reencoding.
    Works for h264/h265 encoded videos only.

    enjoy
    ProWo

    Download: see first post
    Last edited by ProWo; 4th Feb 2020 at 11:51.
    Quote Quote  
  9. 02-17-2020
    update to v1.0.7.

    Crop detect improved.
    Small code improvements.

    Download: see first post
    Quote Quote  
  10. 02-21-2020
    update to v1.1.0.

    crop detect improved again.

    Download: see first post
    Quote Quote  
  11. 03-02-2020
    update to v1.1.1.
    cut section improved.

    Download: see first post
    Quote Quote  
  12. 03-05-2020
    New Design, Dark Mode

    Download: see first post
    Quote Quote  
  13. 03-07-2020
    update to v1.1.5.
    Major improvement.
    For DTV rips with AC3 audio it can happen that the first frames of an Ac3 6ch audio track have only 2ch. To correct this audio track the audio section has a new checkbox now. If this checkbox is selected the audio track will be repaired automatically. You will see the checkbox only if the source file is ac3.

    Download: see first post
    Last edited by ProWo; 8th Mar 2020 at 09:50.
    Quote Quote  
  14. 03-09-2020
    update to v1.1.6.
    corrected minor bugs and buttons color changed.

    Download: see first post
    Quote Quote  
  15. The file "smart FFmpeg GUI.exe.config" is not needed anymore. You can delete it.

    Small bugs are continuously fixed without increasing the version number. The latest program is immediately put online here. Users should therefore download the latest version more often.
    Last edited by ProWo; 12th Mar 2020 at 16:20.
    Quote Quote  
  16. 03-15-2020
    Update to v1.2.0.
    Major code improvements.
    Added possibility to change video track language metadata (video, audio, subtitles).

    Download: see first post
    Quote Quote  
  17. 03-24-2020
    Update to v2.0.0
    Program flow changed.
    Added progress bars.
    Major code improvements and fine tunings.

    Download: see first post
    Quote Quote  
  18. Thx
    Quote Quote  
  19. Member
    Join Date
    Aug 2018
    Location
    Brazil
    Search PM
    Originally Posted by ProWo View Post
    I have renamed my Smart FFmpeg Gui because of the name similarity with another programm named smartFFmpeg.

    The new name of my frontend is clever FFmpeg GUI.

    You can find it here https://forum.videohelp.com/threads/396490-clever-FFmpeg-GUI-a-new-small-GUI-for-FFmpeg
    Hi, how can I convert videos from 1080p to 720p keeping aspect ratio using Cleaver FFmpeg Gui?

    This image is from Handbrake
    Image
    [Attachment 57469 - Click to enlarge]
    Quote Quote  
  20. Your source video has an aspect ratio of 1.85:1.
    Load your video, main, modify video stream, resize without crop, set width 1280, height 692, DAR not set, the other settings as you like, click convert. Done.
    Last edited by ProWo; 21st Feb 2021 at 11:29.
    Quote Quote  
  21. Member
    Join Date
    Aug 2018
    Location
    Brazil
    Search PM
    Originally Posted by ProWo View Post
    Your source video has an aspect ratio of 1.85:1.
    Load your video, main, modify video stream, resize without crop, set width 1280, height 692, DAR not set, the other settings as you like, click convert. Done.
    So, I have to setting the Width and Height manually. Just a correction, my video AR is 1.83. Thanks.
    Quote Quote  
  22. 1.83 is not a standard ratio...
    For 1.83 you have to set 1280x700.
    Last edited by ProWo; 22nd Feb 2021 at 12:21.
    Quote Quote  
  23. Member
    Join Date
    Aug 2018
    Location
    Brazil
    Search PM
    Originally Posted by ProWo View Post
    1.83 is not a standard ratio...
    For 1.83 you have to set 1280x700.
    The Clever GUI reports DAR=1.83. So, if I set the Height=720, the final resolution will be 1318x720. But if I set Weight=1280, the final resolution will be 1280x700. So, I think 1318x720 or 1280x700 are correct. Although it is preferable to use the maximum resolution, 720p, for HD movies.

    Image
    [Attachment 57497 - Click to enlarge]
    Quote Quote  
  24. No, 720p in your case is 1280x700 (with AR of 1.83).
    720p=1280x720 for 16:9 full frame.
    1080p=1920x1080 for 16:9 full frame.
    Quote Quote  
  25. Member
    Join Date
    Aug 2018
    Location
    Brazil
    Search PM
    Originally Posted by ProWo View Post
    No, 720p in your case is 1280x700 (with AR of 1.83).
    720p=1280x720 for 16:9 full frame.
    1080p=1920x1080 for 16:9 full frame.
    On second thought, now I understand my mistake. For HD resolution, the width and height resolutions cannot be greater than 1280 and 720 respectively. Thank you very much.
    Quote Quote  
  26. Member azmoth's Avatar
    Join Date
    Jan 2010
    Location
    Indian Callcenter
    Search Comp PM
    The latest log states ivtc removed.. Does that mean one has to fiddle around with a script to do this(instead of an option enabled to do it automatically!) and probably make a mess of it? Nice program by the way. Great work. Thanks.
    Quote Quote  
  27. With Ivtc and QTGMC deinterlacing there are so many situations and configuration possibilities that an Avisynth script is simply much more flexible and gives better results.
    Quote Quote  
  28. Member azmoth's Avatar
    Join Date
    Jan 2010
    Location
    Indian Callcenter
    Search Comp PM
    Originally Posted by ProWo View Post
    With Ivtc and QTGMC deinterlacing there are so many situations and configuration possibilities that an Avisynth script is simply much more flexible and gives better results.
    Far be it for me to say, but would it not be better to keep an original ivtc option(as default) and just allow it to be edited/tweaked to suit those situations which more advanced users are happy to play with scripts if the source is a tricky hybrid etc?
    Quote Quote  
  29. Member
    Join Date
    Aug 2009
    Location
    Guatemala
    Search Comp PM
    Originally Posted by ProWo View Post
    02-04-2020
    update to v1.0.6.

    Added smart Aspect Ratio (AR) changing without reencoding.
    Works for h264/h265 encoded videos only.
    Can you please tell me where to find this feature? All i can find is Various > Change DAR. I cant find a smart aspect ratio changing option anywhere.
    Quote Quote  
  30. Originally Posted by vato76 View Post
    Can you please tell me where to find this feature? All i can find is Various > Change DAR. I cant find a smart aspect ratio changing option anywhere.
    This is the smart DAR change function.
    Streamcooy, no reencode.
    But don't post in this old thread, use the new one.
    https://forum.videohelp.com/threads/396490-clever-FFmpeg-GUI-a-lightweight-and-portabl...GUI-for-FFmpeg
    Last edited by ProWo; 24th Feb 2024 at 03:41.
    Quote Quote  



Similar Threads

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