: You could have the user upload their file, and use PHP's system() function to run ffmpeg command line. For example, system("ffmpeg -i inputFilePath outputFilePath"); After the file is converted,
You could have the user upload their file, and use PHP's system() function to run ffmpeg command line. For example, system("ffmpeg -i inputFilePath outputFilePath");
After the file is converted, you idealy would store it somewhere and add a row to your database with the path to the file and any other information (title, description, date, uploader, etc). Phpmyadmin would only be used for setting up your database.
More posts by @Yeniel560
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.