Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7662265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:45:22+00:00 2026-05-31T13:45:22+00:00

Can i use php to convert video file to .flv or .swf file …

  • 0

Can i use php to convert video file to .flv or .swf file … i want to let the user upload video with any format and then my server convert the video on me website to .flv or .swf

i know that i can use the ffmpeg tool on my server, but it must be installed on me webserver

exec("ffmpeg -i ...");

Is there any php framework to help me in doing that ? any better solution would be appreciated ?

thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T13:45:24+00:00Added an answer on May 31, 2026 at 1:45 pm

    The correct way to approach this is to have a process on your server (could be your web server, could be a separate application server) that looks for videos uploaded to a given folder, converts them, and perhaps copies the result to a new folder.

    Video conversion can take a long time. Processing a video in the context of a user’s request with a PHP wrapper (i.e. having them wait for a page result until conversion is complete) is impractical. YouTube certainly doesn’t work that way.

    You could accomplish this in a number of ways (having a wrapper around ffmpeg is probably a reasonable approach), but all of those ways involve having the ability to install a program on a server that either runs continuously (e.g. as a service/daemon) or awakens periodically to look for work (e.g. via cron).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have php script from where user can upload the video file. The file
I am wanting to use ffmpeg to convert video to .flv in php. Currently
To grab the inode of a file in PHP, you can use this: $fs
Can I convert videos with PHP or do I have to use some library?
In PHP, we can use Zend Framework to convert from a Microsoft Word document
Possible Duplicate: Convert .doc to html in php I want to know how can
I'm trying to install the PECL extension pecl_http so that I can use PHP's
I have a .NET DLL containing functions that I can use in PHP. Though
In PHP I can use a foreach loop such that I have access to
Can someone tell/show me how to use PHP inside PHP. I'm trying to make

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.