An easy way to display your films collection and populate their informations
- ffmpeg to encode video in mp4
- Put files into your server
- Create database table and set it in Configuration file
- Go to the localhost url of the project
- Drag and drop on window an avi|mkv|mp4 file
- Optimize mp4 encodding
- add tags like action, comedy, adventure, triller, series, etc.
- add comedian informations and filters
- add movie during
- add private comment
- chunk large upload
@see https://gist.github.com/shiawuen/1534477
at time to upload large file we ahve to edit php.ini with something like :
upload_max_filesize = 8000M
post_max_size = 8000M