WinFF / winff

Automatically exported from code.google.com/p/winff
214 stars 50 forks source link

Wish-list: Ability to edit script before execution AND ability to export script to file without executing #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add files
2. Enable "Display CMD Line" in options menu.
3. Click convert
4. "FFmpeg Command Line" window pops up. 

What is the desired output? What do you see instead?
The "FFmpeg Command Line" window should allow edits to be made to the
script. Two additional buttons should be added. "Execute," which will run
the script with any modification made. And "Save," which allows the script
to be saved to a file without executing it. If these are added, the OK
button should be renamed to Close.
In version 1.2, the text is not editable, and the OK button only closes the
window.

What version of the product are you using? On what operating system?
1.2 on Windows Vista

Please provide any additional information below.
I often desire to make tweaks to the commands that are not easy or possible
to do from the GUI. For example: when I need to make file specific
modifications. One or more of a batch may be of a different size or
bitrate, so it is appropriate to scale the output specs on those files
alone. I may also want to modify the output file names.

Original issue reported on code.google.com by QBi...@gmail.com on 27 May 2010 at 1:28

GoogleCodeExporter commented 9 years ago

Original comment by poipodec...@hotmail.com on 27 May 2010 at 5:27

GoogleCodeExporter commented 9 years ago
Okay.  If Matt approves, will implement.

Original comment by istoff@gmail.com on 1 Jun 2010 at 7:03

GoogleCodeExporter commented 9 years ago
Approved.

Will start work as the World Cup allows ;)

Original comment by istoff@gmail.com on 12 Jun 2010 at 9:06

GoogleCodeExporter commented 9 years ago
Was thinking about this. It would be really easy to implement in the display 
command line window. Just make a couple buttons to save or execute.

Original comment by bgg...@gmail.com on 17 Jun 2010 at 6:31

GoogleCodeExporter commented 9 years ago
Agree.  Also a button for copy-2-clipboard.  i sometimes need that too.

Original comment by istoff@gmail.com on 17 Jun 2010 at 7:23

GoogleCodeExporter commented 9 years ago
Done. 

In svn.

added 4 buttons

copy script to clipboard
save to file
continue and execute changes 
close without executing

Original comment by istoff@gmail.com on 13 Jul 2010 at 6:54