[solved] Videos Apps

Profile picture for user angefredy
angefredy
Forums
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

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.
Profile picture for user angefredy
angefredy

Yes everythings is now ok

Yes everythings is now ok thank
Profile picture for user angefredy
angefredy

FFmpeg convertor

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

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
Profile picture for user angefredy
angefredy

i still having the message

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.
Profile picture for user James Aparicio
James Aparicio

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
Profile picture for user angefredy
angefredy

Thank everythings is now

Thank everythings is now going normaly
whatif

I cannot install ffmpeg

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

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)