prosopopee icon indicating copy to clipboard operation
prosopopee copied to clipboard

“prosopopee” encounter error,how to fix it?

Open luckypoem opened this issue 7 years ago • 3 comments

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

luckypoem avatar Mar 26 '17 10:03 luckypoem

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

Psycojoker avatar Mar 28 '17 00:03 Psycojoker

but how to enable libpvx ? use what command to enable libpvx ?

luckypoem avatar Apr 05 '17 04:04 luckypoem

oh,i know how to enable libpvx : cd ffmpeg-3.2.4 ./configure --enable-libvpx make make install

but at later steps,i still encounter error: cd /usr/local/prosopopee-site/example

root@localhost:/usr/local/prosopopee-site/example# ls about build first_gallery second_gallery settings-menu.yaml settings.yaml 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 'libvorbis' Abort: ffmpeg command failed root@localhost:/usr/local/prosopopee-site/example#

how to fix it?

luckypoem avatar Apr 05 '17 06:04 luckypoem