🌍
English
(pull-request #980)
When we upload a video (higher than HD) in Piwigo 2.10, it will generate the video in HD to help users to see videos in their gallery if they have a heavy file. To create this feature, we added a new trigger at the end of the upload process called :
trigger_notify('upload_file_end', $example);
The video is generate with ffmpeg in command line and stored in 'pwg_format'.