Jump to content

Recommended Posts

I want to setup a website which gets FLV files from the internet and then converts them through the localhost to MPEG4 (for Sony PSP).

 

 

So I was wondering if this was possible and what I need to look up to accomplish it:

 

1. Use my PSP's storage space (memory stick) as the "server" (yes, you can view HTML docs saved on your PSP through your PSP's browser)

 

2. The website has a PHP script (script is hosted online) which fetches FLV files from the internet. Those files would then be run through a converter (ffmpeg?) found on the "server" (my PSP's memory stick...if this is possible, of course). The output from FFMPEG would be a PSP-compatible .mp4 file. So 2 files are found within the server (.flv, and .mp4).

 

 

I already have the PHP script which would fetch the FLV files. What I want to know is if FFMPEG is possible through the PSP's memory stick. If not, is it possible through my localhost on my computer? I could probably use XAMPP to setup the site and make it available through my router to my PSP. Or is there another type of converter that I can use?

 

 

 

 

I hope that's clear enough...I seem to confuse people a lot xD

 

Thanks for reading :)

Link to comment
https://forums.phpfreaks.com/topic/137290-dling-converting-video/
Share on other sites

The website has a PHP script (script is hosted online)

 

I know :P

 

But what I'm really asking is if I can run FFMPEG through my PSP or through my computer using XAMPP. If I can, can someone please direct me to a page that explains (in NEWBIE) terms as to how to setup and use FFMPEG installed on your computer.

Premiso, I've been there before but I don't see anything that explains how to install. That's for installing PHP, right? I only need instructions on how to install FFMPEG (in newbie terms) so it can be used through XAMPP.

 

I know that I can Google it (I have) but I never find anything useful when it comes to FFMPEG :(

Umm no.

 

Exec allows you to run programs through PHP via the shell (windows or linux) it should be installed with PHP by default.

 

Read up on it, it would do exactly what you want, you just have to define exactly where the ffmpeg file is located and use the commandline version to run it.

 

The only thing that could be problemmatic is the script will probably timeout, not sure if this would be a problem or not, but yea.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.