when I add a videos to a course I have this message and issue to watch the video can some one help me This video is currently being processed. Please wait.
wadmiraal
Tue, 12/24/2013 - 08:38
Hi.
Hi.
Did you setup your server for automatic video conversion ? If not, you might have to check the "Skip conversion" (or something similar) checkbox when adding a video. Let me know if that helps.
please how can solve this issue the link on this message """ Missing the transcoder library. Please install FFmpeg in to your server if you intend to transcode or to auto create thumbnails.""" is not working and i am not being able to to download the ffmpeg labrary
please help me to do so i am using a cpanel on my web server i know i should downloads a zip file but all the those i got still not resolve my issue can some one help me please
Video transcoder: FFmpeg / avconv
jlrobinson2171
Tue, 01/14/2014 - 18:55
Download the latest FFmpeg
Download the latest FFmpeg from http://johnvansickle.com/ffmpeg/
Go into your Cpanel and open up File Manager.
Navigate to /public_html/sites/all/libraries and upload the downloaded ffmpeg from step 1
Click on the uploaded file and click the extract button.
Once extracted you may need to change the ffmpeg folder to ffmpeg
i still having the message
Erreur
Video transcoder: FFmpeg / avconv
Missing the transcoder library. Please install FFmpeg in to your server if you intend to transcode or to auto create thumbnails.
James Aparicio
Wed, 01/15/2014 - 09:33
Hi angefredy
Hi angefredy
This is a normal error if you have not installed ffmpeg on your server. If you do not want to convert/transcode videos you no not have to install ffmpeg, you can disactivate it at admin/config/media/video/transcoders. I recommend installing it on your server even if you do not want to convert videos in order to have access to the thumbnails. You can select bypass video conversion if you have it enabled and do not want to convert the video.
Best regards
Hi
I want to install ffmpeg in my localhost for test purpose. Since I use XAMPP window xp 32bit version as my localhost, I downloaded 32-bit static build from http://ffmpeg.zeranoe.com/builds/ and uncompressed it and copy the ffmpeg folder to Drupal ( http://mylocalhost/sites/all/libraries/ffmpeg ). But I still got error message (FFmpeg not found at sites/all/libraries/ffmpeg. To convert videos and create thumbnails you have to install FFmpeg on your server )
How can I install ffmpeg in my XAMPP localhost?
Thanks in advance.
axel
Thu, 02/13/2014 - 08:34
Hi whatif,
Hi whatif,
Have you checked that the web server has the tight permissions to execute these files?
What's the name of the exe file you have in sites/all/libraries/ffmpeg ?
Have you also done these steps:
- add php_ffmpeg.dll to php extension dir (usually c:\xampp\php\ext)
- add all other files to C:\Windows\System32
- add extension=php_ffmpeg.dll to php.ini (usually c:\xampp\php\php.ini)
Hi.
In reply to Hi. by wadmiraal
Yes everythings is now ok
FFmpeg convertor
Download the latest FFmpeg
In reply to Download the latest FFmpeg by jlrobinson2171
i still having the message
Hi angefredy
In reply to Hi angefredy by James Aparicio
Thank everythings is now
I cannot install ffmpeg
Hi whatif,