Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

FFMPEG is not converting

8 years 4 months ago
Licenses:
JomSocial Active

ISSUE SUMMARY:
Videos are uploading.

Some of our JS web site still have (-200) error. I would appreciate a full diagnostic report on step(s) that could be taken to resolve the (-200) error.

With the FFMPEG this is what is reported to be found in the PHP information of Joomla! Backend

ffmpeg

ffmpeg-php version 0.6.0-svn
ffmpeg-php built on Jan 7 2016 00:16:54
ffmpeg-php gd support disabled
ffmpeg libavcodec version Lavc52.108.0
ffmpeg libavformat version Lavf52.93.0
ffmpeg swscaler version SwS0.12.0



STEPS TO REPLICATE:
1 Login
2 Navigate to Video upload page
3 Upload
4 Run Cron
5 Does not convert
RESULT
Video is queued for conversion, however not converting
EXPECTED RESULT
Video upload flassly and convert without issue.

Attachments:
8 years 4 months ago
Licenses:
JomSocial Active

This all seems right so far...

public function hasFFmpegSupport()
    {
        $cmd	= $this->ffmpeg . ' -version 2>&1';
        $output	= $this->_runCommand($cmd);
        $hasVersion		= JString::strpos( $output, 'FFmpeg version' );
        $hasCopyright	= JString::strpos( $output, 'the FFmpeg developers' );

        if($hasVersion === false)
            $hasVersion		= JString::strpos( $output, 'ffmpeg version' );

        return ($hasVersion !== false || $hasCopyright !== false);
    }

8 years 4 months ago
Licenses:

Hi,

the issue not with jomsocial but, with FFMPEG that installed at your server.
you must using ffmpeg.org/ not PHP FFMPEG extension.

the video converting not at PHP layer, but under server locally / operating system.

please make sure your server using latest version FFMPEG from ffmpeg.org/

Regards

8 years 4 months ago
Licenses:
JomSocial Active

I don't follow what your trying to say...

however; this was in the log

[libx264 @ 0x16554b0] profile is optional; x264 defaults to high
Output #0, mp4, to '/home/OBSECURED/public_html/images/videos/1284/af0HtwNjifY.mp4':
Stream #0.0(und): Video: libx264, yuv420p, 600x480 [PAR 64:45 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 25 tbc
Metadata:
creation_time : 1970-01-01 00:00:00
Stream #0.1(und): Audio: aac, 48000 Hz, 5.1, s16, 64 kb/s
Metadata:
creation_time : 1970-01-01 00:00:00
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height

8 years 4 months ago
Licenses:
JomSocial Active

So I no longer need ffmpeg-php enabled in php.ini configuration?

8 years 4 months ago
Licenses:
JomSocial Active

Recompiled still not working, real sick of dealing with this stuff.

8 years 4 months ago
Licenses:
JomSocial Active

ok

8 years 4 months ago
Licenses:

Hi,

ffmpeg-php no longer need. please contacting your server support to install latest version of FFMPEG from ffmpeg.org .

Regards

The following user(s) said Thank You: Gerard
8 years 4 months ago
Licenses:
JomSocial Active

okay.. So I can remove the ffmpeg.so file from php.ini.

I will let my host know.

Also, my web developer wants to write a plugin for Jomsocial for dedicated servers, for when a user install ffmpeg it can detect the os, and what is install and running.. He says he can do this, and determine how to install ffmpeg. But he wants JS recommended os and such..

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW