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 | |
Doesn't work on Ubuntu 16.04:
Converting /Ix.arf to /./Ix.mp4
Retrieving video data, fps=5...
Cannot convert recording file because it is not a valid file format. Specify an Advanced Recording Format file (.arf).
Cannot convert the recording file because it is corrupted.
It's not working for Ubuntu 20.04.6 LTS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This might not work... arf to mp4 conversion taking over 24 hrs....still not finished