Default upload format from MP4 to another format

  1. Locate the File Download View: Navigate to the "file_download.php" view file within the "admin" section of your application's view directory structure. This file is typically located in the "application/views/admin" directory.

  2. Open the View File: Open the "file_download.php" file using a text editor or an integrated development environment (IDE).

  3. Find the PHP Code for Video Source: Look for the PHP code snippet that defines the video source format. In this case, it is:

  4. Modify the Video Source Format: Update the video source format to your desired format. Replace "mp4" with the file extension or format you want to use.

  5. Save Changes: After modifying the video source format, save the changes to the "file_download.php" file.

Screenshots : https://prnt.sc/WnZ6La4pNMzD

Did you find this article useful?