Mobile app version of vmapp.org
Login or Join
Yeniel560

: 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,

@Yeniel560

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.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Yeniel560

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme