By Sascha Wittig on Wednesday, 18 May 2016
Replies 4
Likes 0
Views 881
Votes 0
So I have spend like a week on that. After each of my uploaded Videos do not seem to have a thumbnail.

I had to fix: /easysocial/administrator/components/com_easysocial/includes/ffmpeg/adapter.php

lines 237 ff to:
$command .= '-f mjpeg ';
$command .= $output . ' ';


which basically means to put the output format before the output filename and fix the type of file format from mjepg to mjpeg.
Hey Sascha,

Thanks for reported and the fix

Is it possible provide us with your Joomla backend and FTP access so we can better have a check this?
·
Wednesday, 18 May 2016 10:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex,

I am affraid no. Since I don't have a problem you need to look into I would prefer If you just asked what ever is unclear to you.

Thank you for your understanding.
·
Wednesday, 18 May 2016 16:51
·
0 Likes
·
0 Votes
·
0 Comments
·
It okay Sascha, we will update this in next release version.
·
Wednesday, 18 May 2016 17:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, i think the existing code already typo.


$command .= '-f mjepg';

// if you put back after the output is it working?
$command .= $output . ' ';
$command .= '-f mjpeg';
·
Wednesday, 18 May 2016 17:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post