Page 2 of 2

Re: Generate CLI options from GUI options?

Posted: Sun Mar 30, 2014 3:42 am
by vid.user
s55 wrote:The CLI is not going away. It will always be available.
Cool, nice to hear that.

Re: Generate CLI options from GUI options?

Posted: Sun Mar 30, 2014 4:13 am
by X264
mduell wrote:The Linux GUI has the encoding parts integrated, so it doesn't have to generate the CLI string.
Why not make it "all-in-one"? If the user wants to interact via command line interface he would just need to type "ghb -cli + <options>" (example)... Otherwise the G.U.I. interface is loaded with all of its controls...

Happy New Year!

Re: Generate CLI options from GUI options?

Posted: Sun Mar 30, 2014 3:04 pm
by mduell
X264 wrote:
mduell wrote:The Linux GUI has the encoding parts integrated, so it doesn't have to generate the CLI string.
Why not make it "all-in-one"? If the user wants to interact via command line interface he would just need to type "ghb -cli + <options>" (example)... Otherwise the G.U.I. interface is loaded with all of its controls...
The CLI is a common codebase across the 3 platforms. No good reason to replicate that already solved problem in 3 different GUIs.