Created
October 4, 2016 01:14
-
-
Save kevyin/5b00a17bf10bfee5da778b6acfa40545 to your computer and use it in GitHub Desktop.
Download and install nbr2mp4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://support.webex.com/supportutilities/nbr2mp4.tar | |
tar -xvf nbr2mp4.tar ./ | |
bash ./nbr2mp4.sh | |
cd nbr2_mp4/ | |
# find missing libraries | |
ldd nbr_play | grep not | |
# install 32bit versions | |
sudo apt-get install libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 | |
sudo apt-get install libwxbase3.0-0v5:i386 | |
./nbr2mp4 /path/to/file.arf | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not working for Ubuntu 20.04.6 LTS