Giter Site home page Giter Site logo

installation error about ffmpegtoolkit HOT 13 CLOSED

hostsoft avatar hostsoft commented on June 12, 2024
installation error

from ffmpegtoolkit.

Comments (13)

ninetian avatar ninetian commented on June 12, 2024

sorry, the latest i am not testing
wait please

from ffmpegtoolkit.

nirupamarya avatar nirupamarya commented on June 12, 2024

have you checked.

from ffmpegtoolkit.

ninetian avatar ninetian commented on June 12, 2024

fix
please re-clone and run it

Thanks.

from ffmpegtoolkit.

nirupamarya avatar nirupamarya commented on June 12, 2024

the problem is same.

from ffmpegtoolkit.

ninetian avatar ninetian commented on June 12, 2024

delete all
run git clone again

the path has fix

from ffmpegtoolkit.

ninetian avatar ninetian commented on June 12, 2024

Sorry, i have tested, OK now

from ffmpegtoolkit.

nirupamarya avatar nirupamarya commented on June 12, 2024

there is one problem. its saying no ffmpeg check here:
which {ffmpeg,ffprobe,qt-faststart,mplayer,mencoder,flvtool2,MP4Box,yamdi,mediainfo,neroAacEnc,x264,x265}
/usr/bin/which: no ffmpeg in (/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/cpanel/composer/bin:/root/bin)
/usr/bin/which: no ffprobe in (/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/cpanel/composer/bin:/root/bin)
/usr/bin/which: no qt-faststart in (/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/cpanel/composer/bin:/root/bin)
/usr/local/bin/mplayer
/usr/local/bin/mencoder
/usr/local/bin/flvtool2
/usr/local/bin/MP4Box
/usr/local/bin/yamdi
/usr/local/bin/mediainfo
/usr/local/bin/neroAacEnc
/usr/local/bin/x264
/usr/local/bin/x265

from ffmpegtoolkit.

ninetian avatar ninetian commented on June 12, 2024

Hi
sorry, the libvpx bug has fix
i has been use linode vps to full tested, all work

[root@li1641-172 ffmpeg]# which {ffmpeg,ffprobe,qt-faststart,mplayer,mencoder,flvtool2,MP4Box,yamdi,mediainfo,neroAacEnc,x264,x265}

/usr/local/bin/ffmpeg
/usr/local/bin/ffprobe
/usr/local/bin/qt-faststart
/usr/local/bin/mplayer
/usr/local/bin/mencoder
/usr/local/bin/flvtool2
/usr/local/bin/MP4Box
/usr/local/bin/yamdi
/usr/local/bin/mediainfo
/usr/local/bin/neroAacEnc
/usr/local/bin/x264
/usr/local/bin/x265

from ffmpegtoolkit.

nirupamarya avatar nirupamarya commented on June 12, 2024

can you please provide me old version. Installation is successful. but some function is not working in ffmpeg. if you can provide me old version installation link then it will be better.

from ffmpegtoolkit.

ninetian avatar ninetian commented on June 12, 2024

sorry, what function not work?
the ffmpeg not the version difference

because of repeated installation
maybe you need manually modified the /etc/ld.so.conf file
remove extra this

/usr/lib
/usr/lib64
/usr/local/lib
/usr/local/lib64
/usr/local/ffmpegtoolkit/lib
/usr/local/ffmpegtoolkit/lib64

but keep one, and run
ldconfig

run shell

ffmpegcheck

if show this all is work
ffmpegcheck

to check

from ffmpegtoolkit.

nirupamarya avatar nirupamarya commented on June 12, 2024

again its same problem.

which: no ffmpeg in (/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/cpanel/composer/bin:/root/bin)
which: no ffprobe in (/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/cpanel/composer/bin:/root/bin)
which: no qt-faststart in (/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/cpanel/composer/bin:/root/bin)
/usr/local/bin/mplayer
/usr/local/bin/mencoder
/usr/local/bin/flvtool2
/usr/local/bin/MP4Box
/usr/local/bin/yamdi
/usr/local/bin/mediainfo
/usr/local/bin/neroAacEnc
/usr/local/bin/x264
/usr/local/bin/x265
ImageMagick Command Path
/usr/bin/identify
/usr/bin/convert

from ffmpegtoolkit.

nirupamarya avatar nirupamarya commented on June 12, 2024

hey please look into this. Its giving same error again.

from ffmpegtoolkit.

ninetian avatar ninetian commented on June 12, 2024

has fix cPanel problem and has been tested

from ffmpegtoolkit.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.