Axiom icon indicating copy to clipboard operation
Axiom copied to clipboard

I can't seem to be able to edit the scripts

Open synthercat opened this issue 4 years ago • 4 comments

First of all congratulations and thank you for the app. It's a simple & straightforward app (as all apps should be).

I decided to change the auto-generated ffmpeg script to reflect the advice found here: https://trac.ffmpeg.org/wiki/Encode/VP9

After waiting for 6 hours for my 1-minute video to encode... I checked the app log just to verify that the correct settings were used only to find out that I don't have control over the script and all the changes I made were scraped. LOG: -speed 6 -q:v 4000K What I had in the screen before I pressed Run: -cpu-used 0 -deadline best -row-mt 1 -b:v 0 -crf 30

  1. I thought that the convert button should scrap those changes but the "Run" button that I used should run the scripts shown on the GUI
  2. By the way... should I regard that URL I mentioned above as the most relevant info on encoding VP9? (I know that is irrelevant to the development but hey!)

Thank you for your time

synthercat avatar Mar 12 '20 09:03 synthercat

Hi,

Your script changes did not apply when you pressed the Run button?


If you press the Script Button and manually edit the Script, you must then press the Run Button to execute those changes.

If you press the Convert Button after editing the Script, it will scrap your changes and apply the chosen settings from dropdown menus and controls instead.

A dialog window should appear with a warning:


There's a diagram in the User Guide

The Buttons highlighted in blue apply to the section pointed at. Run is for Scripts and Custom Scripts. Convert is for Controls.

MattMcManis avatar Apr 12 '20 16:04 MattMcManis

@synthercat

I have been working to fix bugs stabilize the program.

Take a look at the latest version and let me know if it solves the issues.
https://github.com/MattMcManis/Axiom/releases

MattMcManis avatar Jun 01 '20 07:06 MattMcManis

Although lately I prefer my own direct command line ffmpeg, I will try to find some time in the next days and help you with some quick tests in Axiom. Take care fellow coder.

On Mon, Jun 1, 2020 at 10:24 AM Matt McManis [email protected] wrote:

@synthercat https://github.com/synthercat

I have been working to fix bugs stabilize the program.

Take a look at the latest version and let me know if it solves the issues. https://github.com/MattMcManis/Axiom/releases

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MattMcManis/Axiom/issues/34#issuecomment-636661950, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADWZV7Q6B7T46JHMKLZFZDTRUNJSHANCNFSM4LGICG4Q .

-- Antonis Savvidis

synthercat avatar Jun 01 '20 10:06 synthercat

I get a file does not exist error even on simple scripts such as this file does not exist

Minor note, it's a bit annoying that as I scroll the settings and click/change something then I move the mouse wheel to scroll the settings bellow but instead my choice gets changed.

synthercat avatar Jun 06 '20 07:06 synthercat