Convert audio and video files on Linux Ubuntu Systems. Selene 2.6.1 Audio/Video Converting Tool for Linux Ubuntu Systems. Install Selene Audio & Video Converter on Ubuntu 16.04, Ubuntu 15.10, Ubuntu 14.04, Ubuntu 15.04, Ubuntu 14.10 and Ubuntu Derivatives.
Selene Media Encoder is an audio/video converter for converting files to OGG/OGV/ MKV/MP4/WEBM/OPUS/AAC/FLAC/MP3/WAV formats. It aims to provide a simple GUI for converting files to popular formats along with powerful command-line options for automated/unattended encoding.
Features of Selene Media Encoder
- Encode videos to MKV/MP4/OGV/WEBM formats.
- Encode music to MP3/AAC/OGG/OPUS/FLAC/WAV formats.
- Option to pause/resume encoding
- Option to run in background and shutdown PC after encoding
- Bash scripts can be written to control the encoding process
- Commandline interface for unattended/automated encoding
Selene can also crop, resize or resample videos or embed subtitles into videos. Besides supporting regular audio/video formats, Selene supports JSON presets and Bash script presets.
Install Selene Audio & Video Converter on Ubuntu
$ sudo apt-add-repository ppa:teejee2008/ppa
$ sudo apt-get update
$ sudo apt-get install selene
For encoding AAC/MP4 format, Selene needs NeroAAC encoder which you can install by using the following commands:
cd /tmp
wget http://ftp6.nero.com/tools/NeroAACCodec-1.5.1.zip
unzip -j NeroAACCodec-1.5.1.zip linux/neroAacEnc
sudo install -m 0755 neroAacEnc /usr/bin
sudo apt-get install gpac
Once installed, open the Selene 2.6.1 Audio/Video Converting Tool from Ubuntu Dash or Menu.
Uninstall Selene Audio & Video Converter From Ubuntu
If you want tn uninstall and remove Selene from Linux Ubuntu Systems, run the following command:
$ sudo apt-get remove selene