-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
“prosopopee” encounter error,how to fix it? #71
Comments
Hello, Apparently you need to enable libpvx when you run configure according to the second answer here https://stackoverflow.com/questions/11003420/ffmpeg-unable-to-find-encoder-libvpx |
but how to enable libpvx ? use what command to enable libpvx ? |
oh,i know how to enable libpvx : but at later steps,i still encounter error: root@localhost:/usr/local/prosopopee-site/example# ls how to fix it? |
hi。
apt-get install -y graphicsmagick
apt-get install -y yasm
wget http://ffmpeg.org/releases/ffmpeg-3.2.4.tar.bz2
tar jxvf ffmpeg-3.2.4.tar.bz2
cd ffmpeg-3.2.4
./configure
make
make install
cd ~
git clone https://github.com/webmproject/libvpx
cd libvpx
cd build
../configure
make
make install
cd /usr/local
git clone https://github.com/Psycojoker/prosopopee prosopopee-site
cd prosopopee-site
pip install -r requirements.txt
python setup.py install
cd example
root@localhost:/usr/local/prosopopee-site/example# prosopopee
warning: If you want the rss and/or the social network share to work, you need to specify the website url in root settings
Skipped: ././first_gallery/stuff.png is already generated
Skipped: ././first_gallery/stuff.png is already generated
Skipped: ././first_gallery/stuff.png is already generated
Generation: ././first_gallery/video.mp4
ffmpeg -loglevel error -i ././first_gallery/video.mp4 -c:v libvpx -b:v 3900k -qmin 10 -qmax 42 -maxrate 500k -bufsize 1500k -c:a libvorbis -b:v 100k -s 1280x720 -f webm -y ./build/./first_gallery/video.mp4
Unknown encoder 'libvpx'
Abort: ffmpeg command failed
root@localhost:/usr/local/prosopopee-site/example#
tks
The text was updated successfully, but these errors were encountered: