You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uploading video is successful but thumnail folder is empty.
I can making a thumbnail from video with:
ffmpeg -itsoffset -4 -i test.avi -vcodec mjpeg -vframes 1 -an -f rawvideo -s 320x240 test.jpg
I think that ffmpeg is installed properly.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi;
Uploading video is successful but thumnail folder is empty.
I can making a thumbnail from video with:
ffmpeg -itsoffset -4 -i test.avi -vcodec mjpeg -vframes 1 -an -f rawvideo -s 320x240 test.jpg
I think that ffmpeg is installed properly.
Thanks in advance
The text was updated successfully, but these errors were encountered: