View Single Post
Old 14th August 2020, 10:09   #37  |  Link
mbcd
Registered User
 
Join Date: Dec 2008
Location: Germany
Posts: 173
All this I did before ...

- Dowmloaded static build from Zeroane
- Extracted them to e:\ffmpeg-20200812-4ed6bca-win64-static
- Removed "clever_FFmpeg_GUI" from "C:\Users\XXXXX\AppData\Local"
- Extracted actual clever_FFmpeg_GUI-beta to "e:\clever_ffmpeg_gui_newest_beta"

Started "E:\clever_ffmpeg_gui_newest_beta\x64\clever FFmpeg GUI.exe"

And again ... no question for a location to the bin-folder of ffmpeg.
Opening a sourcefile results in exception again -> "No filename specified".

This is the only file in appData: "user.config":

Code:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <configSections>
        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
            <section name="clever_FFmpeg_GUI.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
        </sectionGroup>
    </configSections>
    <userSettings>
        <clever_FFmpeg_GUI.My.MySettings>
            <setting name="spos_x" serializeAs="String">
                <value>175</value>
            </setting>
            <setting name="spos_y" serializeAs="String">
                <value>209</value>
            </setting>
        </clever_FFmpeg_GUI.My.MySettings>
    </userSettings>
</configuration>
As I said before, there must be some bad bug.
Where is path to ffmpeg saved? I dont see it in that user.config. And its not asked again ... so it must be saved somewhere ...
Should the be an file for Application Settings too? I dont see anyone.
mbcd is offline   Reply With Quote