Fwd: [racket-users] GUI for ffmpeg and mrlib/terminal

2017-08-31 Thread James
I had meant to send this to the list also. Begin forwarded message: > From: James > Date: August 31, 2017 10:48:29 AM EDT > To: Racket Users > Subject: Fwd: [racket-users] GUI for ffmpeg and mrlib/terminal > > I had meant to send this to the list as well... > >

Fwd: [racket-users] GUI for ffmpeg and mrlib/terminal

2017-08-31 Thread James
This too. I meant this to go to the list. Begin forwarded message: > From: James > Date: August 30, 2017 4:29:39 PM EDT > To: William G Hatch > Subject: Re: [racket-users] GUI for ffmpeg and mrlib/terminal > > > On Aug 30, 2017, at 12:24 PM, William G Hatch wrote: >

Re: [racket-users] GUI for ffmpeg and mrlib/terminal

2017-08-30 Thread James
On Aug 30, 2017, at 10:23 AM, Neil Van Dyke wrote: > Considering that "ffmpeg" is normally non-interactive, you don't necessarily > need full terminal functionality. You just need something like Racket > `subprocess` or `process*/ports`, and to write I/O-ish code to monitor the > stdout and s

Re: [racket-users] GUI for ffmpeg and mrlib/terminal

2017-08-30 Thread Leif Andersen
(Although to be clear, slideshow-repl will show you how you can set up a repl rather than a terminal. But I suspect they will be similar in the gui-building respect.) ~Leif Andersen On Wed, Aug 30, 2017 at 2:00 PM, Leif Andersen wrote: >> Another thing you can look at is my Rackterm package[1].

Re: [racket-users] GUI for ffmpeg and mrlib/terminal

2017-08-30 Thread Leif Andersen
> Another thing you can look at is my Rackterm package[1]. Wow, that's nifty. :) > Still, I'm also interested in the original question: if I wanted an > interactive GUI terminal in Racket, what's the best way to do it? Fair. Will's RacketTerm project looks like a good resource. Another resourc

Re: [racket-users] GUI for ffmpeg and mrlib/terminal

2017-08-30 Thread William G Hatch
On Wed, Aug 30, 2017 at 09:57:01AM -0400, David Storrs wrote: Still, I'm also interested in the original question: if I wanted an interactive GUI terminal in Racket, what's the best way to do it? Another thing you can look at is my Rackterm package[1]. It is currently an undocumented mess (a

Re: [racket-users] GUI for ffmpeg and mrlib/terminal

2017-08-30 Thread Neil Van Dyke
James wrote on 08/29/2017 03:57 PM: I have been working through The Racket Graphical Interface Toolkit documentation to learn GUI programming and I thought I would do a small but useful project. The idea is to make a simple GUI front end which will formulate commands for ffmpeg to do various

Re: [racket-users] GUI for ffmpeg and mrlib/terminal

2017-08-30 Thread David Storrs
That is very cool, Leif. Still, I'm also interested in the original question: if I wanted an interactive GUI terminal in Racket, what's the best way to do it? On Tue, Aug 29, 2017 at 7:40 PM, Leif Andersen wrote: > Well James, you're in luck. > > The short answer is, yes, yes you can. You sho

Re: [racket-users] GUI for ffmpeg and mrlib/terminal

2017-08-29 Thread Leif Andersen
Well James, you're in luck. The short answer is, yes, yes you can. You should check out video at http://lang.video (you can follow the progress either on the blog, the twitter feed http://twitter.com/videolang , or on github itself: https://github.com/videolang/video . Alternatively, you are welc

[racket-users] GUI for ffmpeg and mrlib/terminal

2017-08-29 Thread James
I have been working through The Racket Graphical Interface Toolkit documentation to learn GUI programming and I thought I would do a small but useful project. The idea is to make a simple GUI front end which will formulate commands for ffmpeg to do various video and audio conversions on select