PDA

View Full Version : Looking for a little help on something if any have some time to wast.



morepowerr
September 9th, 2008, 08:33 PM
I have been looking for a good video converter for my PSP. And I have hear that ffmpeg can do this and other formats. But it is a command line app.

What I would like to do is to have a front end for ffmpeg that can run in a web browser. Something simple like shell script that can start up the browser. Get the input file and pick the output file type from a list. And then send that pass that input to ffmpeg.

Will be grateful for any and all ideas and help.

--powerr

zerhacke
September 16th, 2008, 06:32 PM
If you've got a Linux box that you're posting on, you can just as easily write up a little php or perl script that system()'s a call to ffmpeg and passes the appropriate parameters for you every time instead of having to use the terminal.

timcredible
September 16th, 2008, 06:38 PM
winff is a gui front end for ffmpeg, makes it much easier, and the psp is a pre-defined format. as i recall, there's a .deb file for it, easy to install.