Hi:
I am trying to use ffmpeg Wrapper but got hesitant and sort of stuck here for configuration at FFmpeg Wrapper Settings page: the warning is "FFmpeg Wrapper could not find the path to the FFmpeg binary". I got this webpage for instruction of how to set up and install ffmpeg like this:

# mkdir /usr/local/src
# cd /usr/local/src
# mkdir /usr/local/src/tmp
# chmod 777 /usr/local/src/tmp
# export TMPDIR=/usr/local/src/tmp
# wget http://ffmpeg.org/releases/ffmpeg-0.7.8.tar.gz
# tar xzf ffmpeg-0.7.8.tar.gz
# cd ffmpeg-0.7.8
# make distclean
# ./configure --enable-gpl --enable-version3 --enable-nonfree --enable-shared --enable-libmp3lame --enable-libx264 --enable-libfaac --enable-libvorbis --enable-libopencore-amrnb --enable-libopencore-amrwb
# make clean && make && make install
# make tools/qt-faststart
# cp tools/qt-faststart /usr/local/bin/
# ldconfig
but got stuck at ./configure --enable-gpl --enable-version3...

OR, there might be just one download single bin file for ffmpeg to use for ffmpeg wrapper?

Can somebody lend help? thx Hj

Comments

hujia’s picture

Issue summary: View changes

update

hujia’s picture

BTW, I've figured this out... and all appears to be working... Now i can see hundreds of the formats, setting configs params etc. One last thing would be: there are certain combinations of audio + video format that would work... is there a way to know which format goes with which (the dropdown menu cannot figure that out itself so as to hide the wrong ones dynamically...) Hj

hujia’s picture

Issue summary: View changes

update again