Skip to content

Instantly share code, notes, and snippets.

@kevyin
Created October 4, 2016 01:14
Show Gist options
  • Save kevyin/5b00a17bf10bfee5da778b6acfa40545 to your computer and use it in GitHub Desktop.
Save kevyin/5b00a17bf10bfee5da778b6acfa40545 to your computer and use it in GitHub Desktop.
Download and install nbr2mp4
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
@kevyin
Copy link
Author

kevyin commented Oct 5, 2016

This might not work... arf to mp4 conversion taking over 24 hrs....still not finished

@oleg-kondaurov
Copy link

oleg-kondaurov commented Apr 22, 2019

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.

@Aniket-coder95
Copy link

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