VideoHelp Forum
+ Reply to Thread
Page 36 of 37
FirstFirst ... 26 34 35 36 37 LastLast
Results 1,051 to 1,080 of 1103
Thread
  1. Originally Posted by ProWo View Post
    That would mean about 1000 lines of new code without any real advantage.
    oh damn. ok, maybe just add an option to automatically select the source folder as the output one? kinda like the extract streams dialogue has now.
    Quote Quote  
  2. Member
    Join Date
    Mar 2024
    Location
    SPAIN
    Search Comp PM
    Hi, i found a little issue in various > change framerate section , any output file ends with codec type as extension , *.h264 *.h265 , not the input one , and if you change it the file cant be played .

    Tested with v3.2.8.02 and v3.2.7
    Quote Quote  
  3. Originally Posted by Ndidi View Post
    Hi, i found a little issue in various > change framerate section , any output file ends with codec type as extension , *.h264 *.h265 , not the input one , and if you change it the file cant be played .

    Tested with v3.2.8.02 and v3.2.7
    This is not an issue.
    This change framerate option is a very special option for h264/hevc videostreams.
    It's a way to change the framerate without re-encoding, or repair a videostream with framerate issues.
    The result is a raw file (with extension h264 for h264(avc) sources and h265 for hevc sources).
    You must first mux these files into a container (mkv,mp4,mov...) so that they can be used normally.
    The normal way to change the frame rate of a video is to do it via encode videostream (main section).

    Will add a tooltip for this in the next beta.
    Last edited by ProWo; 24th Jul 2024 at 00:40. Reason: Info added
    Quote Quote  
  4. Newest beta (v3.2.8.03), online now.

    Added:
    New function: If the program is closed and there are still unprocessed batch tasks or processed streams that have not yet been muxed, the program starts directly in the batch tasks section or in the multiplex section.
    The batch tasks section has priority.
    Tooltip for change framrate in various section.

    Fixed:
    Bug in batch tasks for file names with non-conforming characters.

    Removed:
    Mux dvb_subtitle in m2ts not working, mux pgs subtitle in ts, not working.
    Quote Quote  
  5. hi, thanks for your latest version. now work fine also with high DPI monitor

    anyway i have an issue: downloaded video with yt-dlp in mp4 format and audio (still with yt-dlp in mp4 container) from same m3u8 link, but when i can try to join video+audio i have warning: video has different codec than the source

    but join manually with bat file video+audio with ffmpeg, no problem to get final video file. why this ?

    edit: work fine with extraction video and audio from mp4 container, then muxed on mkv container
    anyway idk the prev warning on joined video+audio (in mp4 container)
    Last edited by lomero; 28th Jul 2024 at 10:13.
    Quote Quote  
  6. Originally Posted by lomero View Post
    hi, thanks for your latest version. now work fine also with high DPI monitor

    anyway i have an issue: downloaded video with yt-dlp in mp4 format and audio (still with yt-dlp in mp4 container) from same m3u8 link, but when i can try to join video+audio i have warning: video has different codec than the source

    but join manually with bat file video+audio with ffmpeg, no problem to get final video file. why this ?

    edit: work fine with extraction video and audio from mp4 container, then muxed on mkv container
    anyway idk the prev warning on joined video+audio (in mp4 container)
    Could you post a mediainfo report (text mode) from both files (the downloaded video mp4 and the downloaded audio file) here?

    btw:
    with join do you mean mux?
    Did you this operation with clever FFmpeg-GUI and my program gave you that error message?
    Quote Quote  
  7. yes, with join i mean mux video+audio
    and yes, i get error with clever latest 3.2.8.03 version

    this is from video.mp4 (download with yt-dlp) on Mediainfo
    Code:
    General
    ID                                       : 1 (0x1)
    Complete name                            : D:\video.mp4
    Format                                   : MPEG-TS
    File size                                : 267 MiB
    Duration                                 : 1 h 26 min
    Overall bit rate mode                    : Variable
    Overall bit rate                         : 431 kb/s
    FileExtension_Invalid                    : ts m2t m2s m4t m4s tmf ts tp trp ty
    
    Video
    ID                                       : 256 (0x100)
    Menu ID                                  : 1 (0x1)
    Format                                   : AVC
    Format/Info                              : Advanced Video Codec
    Format profile                           : High@L4
    Format settings                          : CABAC / 5 Ref Frames
    Format settings, CABAC                   : Yes
    Format settings, Reference frames        : 5 frames
    Codec ID                                 : 27
    Duration                                 : 1 h 26 min
    Bit rate                                 : 410 kb/s
    Width                                    : 854 pixels
    Height                                   : 480 pixels
    Display aspect ratio                     : 16:9
    Frame rate mode                          : Variable
    Color space                              : YUV
    Chroma subsampling                       : 4:2:0
    Bit depth                                : 8 bits
    Scan type                                : Progressive
    Stream size                              : 253 MiB (95%)
    
    Menu
    ID                                       : 4096 (0x1000)
    Menu ID                                  : 1 (0x1)
    Format                                   : AVC
    Format/Info                              : Advanced Video Codec
    Duration                                 : 1 h 26 min
    List                                     : 256 (0x100) (AVC)
    Service name                             : Service01
    Service provider                         : FFmpeg
    Service type                             : digital television
    and here audio.mp4 info
    Code:
    General
    Complete name                            : D:\audio.mp4
    Format                                   : MPEG-4
    Format profile                           : Base Media
    Codec ID                                 : isom (isom/iso2/mp41)
    File size                                : 81.4 MiB
    Duration                                 : 1 h 26 min
    Overall bit rate mode                    : Constant
    Overall bit rate                         : 132 kb/s
    Writing application                      : Lavf61.5.101
    
    Audio
    ID                                       : 1
    Format                                   : AAC LC
    Format/Info                              : Advanced Audio Codec Low Complexity
    Codec ID                                 : mp4a-40-2
    Duration                                 : 1 h 26 min
    Bit rate mode                            : Constant
    Bit rate                                 : 132 kb/s
    Channel(s)                               : 2 channels
    Channel layout                           : L R
    Sampling rate                            : 48.0 kHz
    Frame rate                               : 46.875 FPS (1024 SPF)
    Compression mode                         : Lossy
    Stream size                              : 80.5 MiB (99%)
    Language                                 : English
    Default                                  : Yes
    Alternate group                          : 1
    Quote Quote  
  8. Originally Posted by lomero View Post
    yes, with join i mean mux video+audio
    and yes, i get error with clever latest 3.2.8.03 version

    this is from video.mp4 (download with yt-dlp) on Mediainfo
    Code:
    General
    ID                                       : 1 (0x1)
    Complete name                            : D:\video.mp4
    Format                                   : MPEG-TS
    File size                                : 267 MiB
    Duration                                 : 1 h 26 min
    Overall bit rate mode                    : Variable
    Overall bit rate                         : 431 kb/s
    FileExtension_Invalid                    : ts m2t m2s m4t m4s tmf ts tp trp ty
    
    Video
    ID                                       : 256 (0x100)
    Menu ID                                  : 1 (0x1)
    Format                                   : AVC
    Format/Info                              : Advanced Video Codec
    Format profile                           : High@L4
    Format settings                          : CABAC / 5 Ref Frames
    Format settings, CABAC                   : Yes
    Format settings, Reference frames        : 5 frames
    Codec ID                                 : 27
    Duration                                 : 1 h 26 min
    Bit rate                                 : 410 kb/s
    Width                                    : 854 pixels
    Height                                   : 480 pixels
    Display aspect ratio                     : 16:9
    Frame rate mode                          : Variable
    Color space                              : YUV
    Chroma subsampling                       : 4:2:0
    Bit depth                                : 8 bits
    Scan type                                : Progressive
    Stream size                              : 253 MiB (95%)
    
    Menu
    ID                                       : 4096 (0x1000)
    Menu ID                                  : 1 (0x1)
    Format                                   : AVC
    Format/Info                              : Advanced Video Codec
    Duration                                 : 1 h 26 min
    List                                     : 256 (0x100) (AVC)
    Service name                             : Service01
    Service provider                         : FFmpeg
    Service type                             : digital television
    and here audio.mp4 info
    Code:
    General
    Complete name                            : D:\audio.mp4
    Format                                   : MPEG-4
    Format profile                           : Base Media
    Codec ID                                 : isom (isom/iso2/mp41)
    File size                                : 81.4 MiB
    Duration                                 : 1 h 26 min
    Overall bit rate mode                    : Constant
    Overall bit rate                         : 132 kb/s
    Writing application                      : Lavf61.5.101
    
    Audio
    ID                                       : 1
    Format                                   : AAC LC
    Format/Info                              : Advanced Audio Codec Low Complexity
    Codec ID                                 : mp4a-40-2
    Duration                                 : 1 h 26 min
    Bit rate mode                            : Constant
    Bit rate                                 : 132 kb/s
    Channel(s)                               : 2 channels
    Channel layout                           : L R
    Sampling rate                            : 48.0 kHz
    Frame rate                               : 46.875 FPS (1024 SPF)
    Compression mode                         : Lossy
    Stream size                              : 80.5 MiB (99%)
    Language                                 : English
    Default                                  : Yes
    Alternate group                          : 1
    The video isn't a mp4 but a ts.
    Code:
    FileExtension_Invalid                    : ts m2t m2s m4t m4s tmf ts tp trp ty
    Rename the video extention from mp4 to ts.
    Then try to remux the ts with the audio to mp4.
    Quote Quote  
  9. 1) .mp4 extension is from yt-dlp. I didn't rename it
    2) also with .ts instead .mp4 same error
    3) from clever (after load video.ts or video.mp4) from main i've choose JOIN. and i get the error. but maybe is my error: with Multiplex no problem on mux audio+video ...! sorry for my mistake
    Quote Quote  
  10. Originally Posted by lomero View Post
    1) .mp4 extension is from yt-dlp. I didn't rename it
    2) also with .ts instead .mp4 same error
    3) from clever (after load video.ts or video.mp4) from main i've choose JOIN. and i get the error. but maybe is my error: with Multiplex no problem on mux audio+video ...! sorry for my mistake
    Join is for joining multiple videos, mux is the combination of vary streams (video, audio, subtitles) to one final video.
    Last edited by ProWo; 28th Jul 2024 at 16:01. Reason: typo
    Quote Quote  
  11. yes, now is clear. sorry for my mistake. and always thank you for your amazing tool
    Quote Quote  
  12. ----------------------------------------------------------------------------------
    August 08 2024 release version 3.2.8.
    ----------------------------------------------------------------------------------
    Added:
    Batch tasks: if you want replicate the first batch commandline to other files, you can now add them. There is an info message then. The filename addon from the first batch is copied to all other files.
    New function: If the program is closed and there are still unprocessed batch tasks or processed streams that have not yet been muxed, the program starts directly in the batch tasks section or in the multiplex section.
    The batch tasks section has priority.
    Tooltip for change framerate in various section.
    h263 stream extraction, as raw stream too.
    h263 mux to 3gp, asf, avi, mkv, mov, wmv.
    pcm_mulaw mux to asf, avi, flv, mkv, mov, wmv.
    Automatic switch to muxing grid after batch task completed.
    Scale filter lanczos (downsizing) and neighbor (upsizing)

    Fixed:
    Bug in batch tasks counter reset.
    Bug in batch tasks for file names with non-conforming characters.
    Bug with resuming normal windows size after batch tasks finished (minimized to tray).
    Bug in avs script creation (now UTF-8 without BOM)
    Bug in GOP assigning with mpeg 1/2 encoding.

    Improved:
    Subtitle handling for burn in.
    High DPI support, many code adaptions (thx to Iomero).
    Crop function.
    Mpeg 1/2 encoding, respecting exact target size now.
    Mpeg 1/2 encoding, maxrate now up to 38.8Mb.
    Code for colorspace changing.
    Target filename with videostream sample encoding.

    Changed:
    The program is fully portable now.
    Mpeg 1/2 videostream extraction to m1v, m2v (instead of mpg).

    Removed:
    8 channels support for trueHD encoding, not working (thx to Darkhorse).
    Mux dvb_subtitle in m2ts not working, mux pgs subtitle in ts, not working.
    ----------------------------------------------------------------------------------
    Quote Quote  
  13. Originally Posted by mannequin80 View Post
    Originally Posted by ProWo View Post
    That would mean about 1000 lines of new code without any real advantage.
    oh damn. ok, maybe just add an option to automatically select the source folder as the output one? kinda like the extract streams dialogue has now.
    @ProWo I was just wondering if this suggestion highlighted above has been implemented in the latest v3.2.8 release? Also I know a small nitpick but should it not have been v3.2.9 going by the previous release/beta version history?
    Quote Quote  
  14. Member
    Join Date
    Jul 2022
    Location
    New Delhi
    Search Comp PM
    DotNet Error in latest 3.2.8:

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.Xml.XmlException: The '∩' character, hexadecimal value 0x2229, cannot be included in a name.
    at System.Xml.XmlConvert.VerifyNCName(String name, ExceptionType exceptionType)
    at System.Xml.Linq.XName..ctor(XNamespace ns, String localName)
    at System.Xml.Linq.XNamespace.GetName(String localName, Int32 index, Int32 count)
    at Bluegrams.Application.PortableSettingsProvider.get XmlValue(XDocument xmlDoc, String scope, SettingsProperty prop)
    at Bluegrams.Application.PortableSettingsProvider.Get PropertyValues(SettingsContext context, SettingsPropertyCollection collection)
    at System.Configuration.SettingsBase.GetPropertiesFro mProvider(SettingsProvider provider)
    at System.Configuration.SettingsBase.GetPropertyValue ByName(String propertyName)
    at System.Configuration.SettingsBase.get_Item(String propertyName)
    at System.Configuration.ApplicationSettingsBase.GetPr opertyValue(String propertyName)
    at System.Configuration.ApplicationSettingsBase.get_I tem(String propertyName)
    at clever_FFmpeg_GUI.My.MySettings.get_bg_color()
    at clever_FFmpeg_GUI.Form0.Form0_Load(Object sender, EventArgs e)
    at System.EventHandler.Invoke(Object sender, EventArgs e)
    at System.Windows.Forms.Form.OnLoad(EventArgs e)
    at System.Windows.Forms.Form.OnCreateControl()
    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    at System.Windows.Forms.Control.CreateControl()
    at System.Windows.Forms.Control.WmShowWindow(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.Form.WmShowWindow(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9261.0 built by: NET481REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
    ----------------------------------------
    clever FFmpeg GUI
    Assembly Version: 1.0.0.0
    Win32 Version: 3.2.8
    CodeBase: file:///E:/Downloads/clever_ffmpeg_gui_328/clever%20FFmpeg%20GUI.exe
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 14.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9261.0 built by: NET481REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9261.0 built by: NET481REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9251.0 built by: NET481REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9214.0 built by: NET481REL1LAST_B
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    PortableSettingsProvider
    Assembly Version: 0.2.5.0
    Win32 Version: 0.2.5.0
    CodeBase: file:///E:/Downloads/clever_ffmpeg_gui_328/PortableSettingsProvider.DLL
    ----------------------------------------
    System.Xml.Linq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    Image Attached Thumbnails Click image for larger version

Name:	dot-net-errorCapture.PNG
Views:	10
Size:	24.3 KB
ID:	81333  

    Quote Quote  
  15. @Is_milkyway
    Rename your source file.
    It's filename contains an illegal character.
    Last edited by ProWo; 8th Aug 2024 at 13:22. Reason: typo
    Quote Quote  
  16. Originally Posted by gabrieloliveira View Post
    Download from here
    https://files.videohelp.com/u/292773/clever_ffmpeg_gui_328.zip

    and check the MD5
    MD5 (of clever FFmpeg GUI.exe): EB7B466D8C8732421A9A48CB0B8C74AE

    then the alert is false alarm and the app is safe.
    Quote Quote  
  17. Member
    Join Date
    Jul 2022
    Location
    New Delhi
    Search Comp PM
    Originally Posted by ProWo View Post
    @Is_milkyway
    Rename your source file.
    It's filename contains an illegal character.
    Sorry, did not get you, which file??

    Location of the folder is: E:\Apps\Clever_FFmpeg_Gui_328 & renamed some files as shown in the attached pic....still getting same error...whereas version 327 is ok?
    Image Attached Images  
    Quote Quote  
  18. Member
    Join Date
    Jul 2022
    Location
    New Delhi
    Search Comp PM
    Originally Posted by ProWo View Post
    Originally Posted by gabrieloliveira View Post
    Download from here
    https://files.videohelp.com/u/292773/clever_ffmpeg_gui_328.zip

    and check the MD5
    MD5 (of clever FFmpeg GUI.exe): EB7B466D8C8732421A9A48CB0B8C74AE

    then the alert is false alarm and the app is safe.
    Kindly post SHA-256 ...my pc due to some GROUP POLICY settings does not allow MD5 anymore. Confirm, the SHA256 of "cleverFFmpegGUI.exe" is A8A01C7D9C7282B61795392C382B2A815A66EA15BBBFC83F84 D27F6F171F5EFF
    Quote Quote  
  19. Originally Posted by ls_milkyway View Post
    Originally Posted by ProWo View Post
    @Is_milkyway
    Rename your source file.
    It's filename contains an illegal character.
    Sorry, did not get you, which file??

    Location of the folder is: E:\Apps\Clever_FFmpeg_Gui_328 & renamed some files as shown in the attached pic....still getting same error...whereas version 327 is ok?
    You shouldn't rename the files in my zip, they must remain as they are.
    Extract them and double click the exe.
    The program should start and ask you for the ffmpeg bin folder and so on.
    The error occours, if you load a video with illegal characters in its filename.
    Quote Quote  
  20. Originally Posted by ls_milkyway View Post
    Kindly post SHA-256 ...my pc due to some GROUP POLICY settings does not allow MD5 anymore. Confirm, the SHA256 of "cleverFFmpegGUI.exe" is A8A01C7D9C7282B61795392C382B2A815A66EA15BBBFC83F84 D27F6F171F5EFF
    a8a01c7d9c7282b61795392c382b2a815a66ea15bbbfc83f84 d27f6f171f5eff
    sha256 matches, file is safe.
    Quote Quote  
  21. Member
    Join Date
    Jul 2022
    Location
    New Delhi
    Search Comp PM
    Originally Posted by ProWo View Post
    Originally Posted by ls_milkyway View Post
    Originally Posted by ProWo View Post
    @Is_milkyway
    Rename your source file.
    It's filename contains an illegal character.
    Sorry, did not get you, which file??

    Location of the folder is: E:\Apps\Clever_FFmpeg_Gui_328 & renamed some files as shown in the attached pic....still getting same error...whereas version 327 is ok?
    You shouldn't rename the files in my zip, they must remain as they are.
    Extract them and double click the exe.
    The program should start and ask you for the ffmpeg bin folder and so on.
    The error occours, if you load a video with illegal characters in its filename.
    No Bro, that's not the case. The error appears as soon as GUI.exe is launched (even if it has its original name including other files), and it doesn't let me select the FFMPEG folder. I mean, the dotnet error box appears immediately. Finally, if I select continue, then the folder select button to locate FFMPEG doesn't open.
    Quote Quote  
  22. Member
    Join Date
    Jul 2022
    Location
    New Delhi
    Search Comp PM
    Originally Posted by ProWo View Post
    Originally Posted by ls_milkyway View Post
    Kindly post SHA-256 ...my pc due to some GROUP POLICY settings does not allow MD5 anymore. Confirm, the SHA256 of "cleverFFmpegGUI.exe" is A8A01C7D9C7282B61795392C382B2A815A66EA15BBBFC83F84 D27F6F171F5EFF
    a8a01c7d9c7282b61795392c382b2a815a66ea15bbbfc83f84 d27f6f171f5eff
    sha256 matches, file is safe.
    Thanks for verifying....kindly follow:

    https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/security...ng-and-signing

    I hope the dotnet error is not linked the FIPS compliant requirement.
    Quote Quote  
  23. Originally Posted by ls_milkyway View Post
    The error appears as soon as GUI.exe is launched...
    You have this files in the same folder:
    Code:
    clever FFmpeg GUI.exe
    clever FFmpeg GUI.exe.config
    PortableSettingsProvider.dll
    ReadMe.txt
    and if you launch clever FFmpeg GUI.exe the error appears?

    Then I fear that your OS or your .Net framework is faulty.
    You can check the OS with >Start >Run:
    sfc /scannow
    You can repair your .net framework:
    >Control Panel >Programs, search .net, right-click, change, repair.
    Last edited by ProWo; 10th Aug 2024 at 07:01.
    Quote Quote  
  24. Member
    Join Date
    Jul 2022
    Location
    New Delhi
    Search Comp PM
    Originally Posted by ProWo View Post
    Originally Posted by ls_milkyway View Post
    The error appears as soon as GUI.exe is launched...
    You have this files in the same folder:
    Code:
    clever FFmpeg GUI.exe
    clever FFmpeg GUI.exe.config
    PortableSettingsProvider.dll
    ReadMe.txt
    and if you launch clever FFmpeg GUI.exe the error appears?

    Then I fear that your OS or your .Net framework is faulty.
    You can check the OS with >Start >Run:
    sfc /scannow
    You can repair your .net framework:
    >Control Panel >Programs, search .net, right-click, change, repair.
    SFC/SCANNOW is clean but there is no repair option for dotnet:

    I don't know much about dotnets, but it seems to be backward compatible.

    Dotnet on my system:

    Microsoft Windows [Version 10.0.19045.4651]
    (c) Microsoft Corporation. All rights reserved.

    C:\Users\Rana>dotnet --list-sdks
    8.0.100 [C:\Program Files\dotnet\sdk]

    C:\Users\Rana>dotnet --list-runtimes
    Microsoft.AspNetCore.App 6.0.32 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
    Microsoft.AspNetCore.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
    Microsoft.NETCore.App 6.0.32 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
    Microsoft.NETCore.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
    Microsoft.WindowsDesktop.App 6.0.32 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
    Microsoft.WindowsDesktop.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

    Whereas searching dotnet in Control Panel-> Programs gives:
    Image Attached Thumbnails Click image for larger version

Name:	dotnet.PNG
Views:	11
Size:	15.1 KB
ID:	81385  

    Quote Quote  
  25. No notifications from other users with this problem...
    Last edited by ProWo; 11th Aug 2024 at 05:38.
    Quote Quote  
  26. Originally Posted by oniiz86 View Post
    Originally Posted by mannequin80 View Post
    Originally Posted by ProWo View Post
    That would mean about 1000 lines of new code without any real advantage.
    oh damn. ok, maybe just add an option to automatically select the source folder as the output one? kinda like the extract streams dialogue has now.
    @ProWo I was just wondering if this suggestion highlighted above has been implemented in the latest v3.2.8 release? Also I know a small nitpick but should it not have been v3.2.9 going by the previous release/beta version history?
    @ProWo Sorry for bumping this post but I had just signed up recently & there was a delay with my first post as it was awaiting approval but was just curious if this has been implemented "add an option to automatically select the source folder as the output one? kinda like the extract streams dialogue has now."
    Quote Quote  
  27. Originally Posted by oniiz86 View Post
    @ProWo Sorry for bumping this post but I had just signed up recently & there was a delay with my first post as it was awaiting approval but was just curious if this has been implemented "add an option to automatically select the source folder as the output one? kinda like the extract streams dialogue has now."
    You can change the output folder on the start screen.
    Select your source folder.
    Quote Quote  
  28. Originally Posted by ProWo View Post
    Originally Posted by oniiz86 View Post
    @ProWo Sorry for bumping this post but I had just signed up recently & there was a delay with my first post as it was awaiting approval but was just curious if this has been implemented "add an option to automatically select the source folder as the output one? kinda like the extract streams dialogue has now."
    You can change the output folder on the start screen.
    Select your source folder.
    Yes I'm aware of that, I just thought what @mannequin80 suggested was something different, it seems it was suggested that the Source Folder automatically becomes the Output Folder which isn't currently the case, I'm not sure what @mannequin80 means by this "kinda like the extract streams dialogue has now."
    Quote Quote  
  29. Originally Posted by oniiz86 View Post
    Yes I'm aware of that, I just thought what @mannequin80 suggested was something different, it seems it was suggested that the Source Folder automatically becomes the Output Folder which isn't currently the case, I'm not sure what @mannequin80 means by this "kinda like the extract streams dialogue has now."
    that's exactly what i mean. if you check the option to extract raw streams it already has this feature - it asks if you want to use the source folder as target folder. i thought that could be a neat feature to have for the general operations too.
    Quote Quote  



Similar Threads

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