Archive for category Compilation

Mass file extension renaming in Linux

Recently I had to change the file extensions on a lot of files in multiple directories for an asterisk install. Bascially I needed to change .g711a to .alaw in the current directory and all subdirectories. I was easily able to accomplish this in once single line which hopefully somebody may find a use for: find […]

2 Comments

ffmpeg: error while loading shared libraries: libamrnb.so.3: cannot open shared object file: No such file or directory

If after compiling FFMPEG on Fedora you get the following error message, it can be fixed quite simply: ffmpeg: error while loading shared libraries: libamrnb.so.3: cannot open shared object file: No such file or directory First go into the following directory cd /etc/ld.so.conf.d Create a file a new file with an editor of your choice […]

5 Comments