hi!
I am new to grocerycrud. I am uploading video using the given code bellow that is working fine.
$crud->display_as('video_url', 'Upload Videos');
$crud->set_field_upload('video_url', 'assets/uploads/files/videos/video_page');
But i wana thumbnail of the uploaded video like youtube etc...
please help if anyone already solve this scanario.
Happy Coding!
Create video Thumbnail when uploading file
Started by mbabar86, 17 October 2012 - 13:46 PM
- Single Page
Posted 17 October 2012 - 13:46 PM
Posted 19 October 2012 - 17:56 PM
use [b]ffmpeg[/b]
ffmpeg -i video.avi -an -ss 00:01:30 -r 1 -vframes 1 -s 320×240 -y -f mjpeg screenshot.jpg