|
|
|
|
|
by thrdbndndn
1480 days ago
|
|
Agreed. At this point probably just use CLI. One thing I hate about CLI tool though, is that it's very hard to edit long commands in terminal. For example, to replace the input filename from the previous command. I can do it in one second with my keyboard + mouse (use the mouse to select the old one, and type in the new one which would replace) in editor but you can't do so in terminal. Another example is to change the order of some switches. Again very easy in text editor, not so much in terminal. So, everytime I use FFMPEG for some complex one (especially when I need to go through trial and error, I have to write the thing in a text editor and them paste them into terminal. |
|
> It's a small key sequence: ctrl-x e . What's this do? It takes the existing command that you currently have on your command line and opens it in your shell's editor