Re: Newbie needs help with NSTask and NSPipe
Re: Newbie needs help with NSTask and NSPipe
- Subject: Re: Newbie needs help with NSTask and NSPipe
- From: j o a r <email@hidden>
- Date: Thu, 15 Dec 2005 21:58:17 +0100
On 15 dec 2005, at 21.52, Birch Browning wrote:
I've already run ffmpeg from CLI, but am trying to develop a single-
purpose app for students in my class to convert video into a more-
usable format (for them). I hope to drag-n-drop the vob file onto
an open window and produce the mp4 in their ~/Movies folder. I'm
just working on the NSTask and NSPipe stuff first.
I didn't say that you should not try to wrap this tool in a nice GUI
app using NSTask, but I suggested that you should not stream all
input and output data through your app. If possible, simply pass the
paths to the input and output files to your tool, and have it read /
write to the files directly.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden