![]() |
ulpoad video - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: ulpoad video (/showthread.php?tid=64528) |
ulpoad video - Midhun Mohanan P - 02-29-2016 how to upload video and reduce its file size in codeigniter? RE: ulpoad video - keulu - 03-01-2016 you can upload a file with the upload library http://www.codeigniter.com/user_guide/libraries/file_uploading.html But... CI can't reduce the file size of your video. You need an external tool for that. Look for ffmpeg and some php libs to use it with CI RE: ulpoad video - Mangetsu - 03-01-2016 You will need to use something like FFmpeg on your server, triggering it trough exec. But expect high CPU and memory load during encoding. And to install it you will need SSH access to your server, so shared hosting won't work. RE: ulpoad video - InsiteFX - 07-21-2021 COMPRESS VIDEO IN BITRATE AND RESOLUTION – PHP & FFMPEG That should help you out. RE: ulpoad video - InsiteFX - 01-19-2022 Because you need to download the latest Visual C++ Redistributable from Microsoft. Reinstall the latest Visual C++ Redistributable for Visual Studio 2015. Download: Visual C++ Redistributable for Visual Studio 2015 |