HandBrake video transcoder announced new 1.9.0 release few days ago. Here’s new features and native .deb package for Ubuntu users.
The new HandBrake 1.9.0 added Intel QSV VVC hardware video decoding support, and an option to enable AV1 screen content coding(SCC) on Intel Lunar Lake QSV AV1 encoder.
It also added support for lossless VP9 encoding, meaning it can convert videos to VP9 codec while keeping 100% original quality. Continue Reading…
The open source Selene media converter got a new release a few days ago with enhancements, translation updates, and updated installers.
Selene is an audio/video converter for Linux that supports almost every file format that you are likely to come across and can encode them to popular output formats like MKV, MP4, etc. It aims to provide a simple GUI for converting files to popular formats along with powerful command-line options for automated/unattended encoding.
Selene 17.7 features:
Added support for OPUS in WEBM, MKV and OGG containers
Added audio tag support for Fraunhoffer AAC encoding
Use VLC for playing media instead of internal player
MediaPlayer: Center screen and show file name in header bar
Updated installers and translations.
How to Install Selene 17.7 in Ubuntu:
The project offers the .deb and .run installers in its release page.
To upgrade the software easily via system Software Updater utility, you can install Selene from the developer’s PPA repository:
1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:
sudo add-apt-repository ppa:teejee2008/ppa
Type in your password (no visual feedback while typing due to security reason) when prompts and hit Enter. Supports for Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10
2. To install the media encoder for first time, run commands to check updates and install it:
sudo apt update
sudo apt install selene
To upgrade it from an existing release, simply launch Software Updater and install the updates.
Uninstall:
To remove selene media converter, run command in terminal:
sudo apt remove --autoremove selene
And remove the PPA repository via Software & Udpates utility under Other Software tab.
Curlew is a free multimedia converter for Ubuntu Linux that features small package size, few library dependencies, 100+ output formats, easy to use UI, and more.
Curlew is written in Python and GTK+ 3, and uses FFMPEG (or Libav-tools) to transcode media files. The main features are:
Easy to use user interface (New GTK3 Header bar).
Hide the advanced options with the ability to show them.
More than 100 output formats.
Allow to edit formats.
Shutdown or suspend PC afer a conversion process.
Show file informations, file details using mediainfo.
Allow to skip or remove file during conversion process.
Preview file before conversion in its context menu.
Show video thumbnail.
Convert a specified portion of file.
Combine subtitle with video.
Allow to crop and pad video.
Show error details if exist.
And more …
Curlew 100+ output formats
Curlew Advanced Settings
Curlew show file info
How to Install Curlew transcoder in Ubuntu:
Pre-compiled Ubuntu .deb is available in the link below:
So far, the latest is “curlew_0.2.2-1_all.deb”, just download and install it via either Ubuntu Software or terminal command (Ctrl+Alt+T):
The open source video transcoder Handbrake 0.10.1 was released recently with various fixes. The developers are working on the next major release Handbrake 1.0.
In an attempt to move away from our yearly release cycle, we have decided to start publishing interim fix releases. 0.10.1 marks the first of these releases. It’s focus is to fix some common bugs rather than introduce the new features we are working on in the background for 1.0.
Release highlights in Handbrake 0.10.1:
Various bug fixes for all platforms and the core engine.
Updated x265 to 1.5 which brings numerous bug fixes and some performance improvements.
Install or Upgrade to Handbrake 0.10.1 in Ubuntu:
The developer has made the binaries into PPA, available for Ubuntu 14.04, Ubuntu 14.10, and/or Linux Mint 17/17.1.
To add the PPA, open terminal from the Dash or by pressing Ctrl+Alt+T on keyboard. When it opens, run:
Selene, a free and open-source batch media converter, has recently reached ver 2.5 with VP9 and H265/HEVC encoding support.
For the new encoding supports, there are some points noted in the official release note:
For VP9 encoding support using ffmpeg or avconv:
VP9 encoder is very slow compared to VP8. Use the ‘speed’ slider to adjust the encoding speed. Lower values will give better quality video at expense of encoding speed. Higher values will speed-up encoding at the expense of quality. You need to find a balance that you are comfortable with.
The ‘constant quality’ rate control method seems to be broken in the VP8/VP9 encoder. Both ffmpeg and vpxenc tools ignore the –crf/–cq-level parameter and produce bad quality video. So currently only ‘variable bitrate’ mode is available in the application.
Output format is WebM (*.webm). Other containers currently do not support VP8/VP9 video formats.
Ensure that the version of ffmpeg/avconv on your system was compiled with VP8/VP9 support. As of now, the version available in the Ubuntu repositories for 14.04 and above, have support for VP8/VP9 encoding. You can verify this by running the command: ‘avconv -codecs | grep libvpx’
Selene with VP9 Encoding support
For H.265/HEVC encoding support:
x265 encoder is very slow compared to x264. Change the ‘preset’ option to ‘fast’ or ‘fastest’ to speed-up the encoding at the expense of compression (output file size).
Only MP4 container is supported for output. MKV output is not yet available since both ‘mkvmerge’ and ‘ffmpeg’ are yet to add support for muxing h265 streams.
Selene with H265 encoding support
How to Install / Upgrade Selene in Ubuntu:
For Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04, and Linux Mint 17/17.1 users, the latest packages for this converter are available in the developer’s PPA.
Open terminal from the Dash or by pressing Ctrl+Alt+T on keyboard. When it opens, run below commands one by one to add the PPA and install the software:
FF Multi Converter, simple app to convert audio, video, image and document files between all popular formats. It uses ffmpeg for audio/video files, unoconv for document files and PythonMagick library for image file conversions.
FF Multi Converter 1.6.0 was released recently, it has been finally ported to python3 and PythonMagick library replaced by ImageMagick. Users can now pass extra command line parameters for image conversions to the program.
New translations: Italian, Spanish, Chinese (Taiwan) and Malay.
Install ffmulticonverter:
The DEB packages for Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04, Linux Mint will be available soon in this page or the PPA:
Selene 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.
The converting process is quite easy, just select a batch of audio / video files, set the output format and click start.
Install Selene via PPA:
The converter is available in PPA for Ubuntu 14.04 Trusty, Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Ubuntu 12.10 Quantal, Linux Mint and their derivatives.
To install it, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below one by one: