• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] FFmpeg

Started by shiv12,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

PHPVibe A.

It's not from the script, it's from the ffmpeg, so the error will show on any version of phpvibe.

Can
Quote from: Alexander on
Run to get the list of the setup and paste it here.

ffmpeg - i

or

/usr/bin/ffmpeg - i


shiv12Topic starter

#26
i got the output -
ffmpeg version 2.2.1 Copyright (c) 2000-2014 the FFmpeg developers
  built on Apr 13 2014 13:00:18 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4)
  configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --enable-shared --enable-runtime-cpudetect --enable-gpl --enable-version3 --enable-postproc --enable-avfilter --enable-pthreads --enable-x11grab --enable-vdpau --disable-avisynth --enable-frei0r --enable-libopencv --enable-libdc1394 --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librtmp --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --disable-stripping
  libavutil      52. 66.100 / 52. 66.100
  libavcodec     55. 52.102 / 55. 52.102
  libavformat    55. 33.100 / 55. 33.100
  libavdevice    55. 10.100 / 55. 10.100
  libavfilter     4.  2.100 /  4.  2.100
  libswscale      2.  5.102 /  2.  5.102
  libswresample   0. 18.100 /  0. 18.100
  libpostproc    52.  3.100 / 52.  3.100
[NULL @ 0xa9a020] Unable to find a suitable output format for 'pipe:'
pipe:: Invalid argument
  •  

PHPVibe A.

Quote from: shiv12 on
[NULL @ 0xa9a020] Unable to find a suitable output format for 'pipe:'
pipe:: Invalid argument


This is a problem, and I haven't bumped into it but Google has some info
http://ffmpeg-users.933282.n4.nabble.com/What-s-wrong-with-this-ffmpeg-invocation-td3330950.html
http://ffmpeg.org/faq.html#SEC17
http://ffmpeg.org/faq.html#SEC27

shiv12Topic starter

Do u need my server details .....So that u can check the problem yourself.
  •  

shiv12Topic starter

I had checked everything the problem is not in ffmpeg.......

The player not working...It is just giving me the error....That 'file could not be played'..
  •  

PHPVibe A.

shiv12, the player is fine.
The file is not there, the file is encoded with ffmpeg, the ffmpeg outputs an 0 byte file...how did you go back to the player? :)

shiv12Topic starter

Do u have any server or hosting where i can run my site perfectly.
  •  

PHPVibe A.


shiv12Topic starter

I had tried many hosting but i am getting the same problem.
  •  

PHPVibe A.

What hosting have you tried? Did you asked them about the ffmpeg version they use or just went to install it? Many use the old 0.6.

shiv12Topic starter

The server has ffmpeg version 0.7.15
  •  

PHPVibe A.

Current version is 2.2 of FFMPEG http://www.ffmpeg.org/
0.7 is still old as hell.
At least 1.8, 1.9..

shiv12Topic starter

Is there any why to run a script on current ffmpeg version.
  •  

PHPVibe A.

#38
You need to figure out what conversion command works for you (using the tester is the best way http://www.phprevolution.com/requirements/ ) and modify the ffmpeg command in PHPVibe as instructed in step 5 http://www.phprevolution.com/installing-phpvibe/

The ffmpeg commands depends 100% on the codecs installed as part of ffmpeg.

shiv12Topic starter

My problem is almost solved but it not converting the bigger videos like of 50Mb.
  •  

PHPVibe A.

Check this:

1. Do they get uploaded in rawmedia/ ?
2. Does the server/account has enough ram to run ffmpeg on thouse files (uses alot of ram ffmpeg). You can monitor this via whm/etc.

Similar topics (7)