| 97 | | '''Note:''' It may happen that ffmpeg outputs the following message: |
| 98 | | {{{ffmpeg: error while loading shared libraries: libfdk-aac.so.0: cannot open shared object file: No such file or directory}}} |
| 99 | | In this case set the following environment variable: |
| 100 | | {{{export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH}}} |
| 101 | | This line can be put into .bashrc for instance such that the variable is always set when starting a shell or terminal. |
| | 97 | '''Note:''' It may happen that ffmpeg outputs the following message: {{ffmpeg: error while loading shared libraries: libfdk-aac.so.0: cannot open shared object file: No such file or directory}}. In this case set the following environment variable: {{export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH}}. This line can be put into .bashrc for instance such that the variable is always set when starting a shell or terminal. |