Showing posts with label transcoder. Show all posts
Showing posts with label transcoder. Show all posts
Saturday, October 31, 2015
Install HandBrake Video Transcoder With Fixed Black Widgets And Unity Launcher Progress Bar Integration In Ubuntu
HandBrake is a popular free and open source video transcoder available for Linux, Windows and Mac OS X. The tool works great however, the app widgets are black under Unity, this issue being caused by Ubuntu's overlay scrollbars:
If you're using Unity, you can add +Marc Deslauriers' HandBrake PPA, which provides a fix for this black widgets bug. The HandBrake packages in this PPA also ship with Unity Launcher progress bar integration, so you can quickly see the transcoding progress without having the app on top:
For those who aren't familiar with HandBrake, here's a quick list of features:
- for input sources, HandBrake supports most common multimedia files and any DVD or BluRay sources that do not contain any kind of copy protection;
- supported outputs:
- file containers: MP4 (M4V) and MKV;
- video encoders: H.264 (x264), H.265 (x265) MPEG-4 and MPEG-2 (libav), VP8 (libvpx) and Theora (libtheora);
- audio encoders: AAC,, MP3, Flac, AC3 and Vorbis;
- device presets;
- title / chapter selection;
- chapter markers;
- queue up multiple encoding jobs;
- subtitles support (VobSub, Closed Captions CEA-608, SSA, SRT);
- constant quality or average bitrate video encoding;
- video filters: deinterlacing, decomb, denoise, detelecine, deblock, grayscale, cropping and scaling;
- live video preview;
- comes with graphical and command line interfaces.
Install HandBrake with Unity patches in Ubuntu 15.04, 14.10 and 14.04
To add Marc Deslauriers' HandBrake PPA and install HandBrake with Unity patches (fixed black widgets and Unity Launcher progress bar integration) in Ubuntu 15.04, 14.10 or 14.04, use the following commands:
sudo add-apt-repository ppa:mdeslaur/handbrake
sudo apt-get update
sudo apt-get install handbrake
For other Linux distributions, Windows and Mac OS X, see the HandBrake downloads page.
via G+
Saturday, October 24, 2015
Video Transcoder `HandBrake` 0.10.0 Released With Support For New Encoders
HandBrake, a free, open source video transcoder for Linux, Windows and Mac OS X, has been updated to version 0.10.0, getting support for new encoders, like H.265 and VP8, along other interesting changes.
For those who aren't familiar with HandBrake, here's a quick list of features:
- for input sources, HandBrake supports most common multimedia files and any DVD or BluRay sources that do not contain any kind of copy protection;
- supported outputs:
- file containers: MP4 (M4V) and MKV;
- video encoders: H.264 (x264), H.265 (x265) MPEG-4 and MPEG-2 (libav), VP8 (libvpx) and Theora (libtheora);
- audio encoders: AAC,, MP3, Flac, AC3 and Vorbis;
- device presets;
- title / chapter selection;
- chapter markers;
- queue up multiple encoding jobs;
- subtitles support (VobSub, Closed Captions CEA-608, SSA, SRT);
- constant quality or average bitrate video encoding;
- video filters: deinterlacing, decomb, denoise, detelecine, deblock, grayscale, cropping and scaling;
- live video preview;
- comes with graphical and command line interfaces.
Changes in HandBrake 0.10.0 include:
- Libavformat is now used for muxing instead of mp4v2 and libmkv;
- added FDK AAC encoder for Windows and Linux as a optional compile-time option;
- added support for H.265 through x265 1.4 (this encoder is still early in it's development, so is missing many H.265 features and optimizations);
- added VP8 encoder (using libvpx);
- added Lanczos scaler, which is currently HandBrake's default;
- added Bicubic (OpenCL) scaler - requires an AMD or Intel GPU supporting OpenCL 1.1 or later. On Linux, this is only available on the command line for now;
- denoise: hqdn3d filter now accepts individual settings for both chroma channels (Cr, Cb);
- denoise: new NlMeans filter which offers much higher quality denoising (though it is very slow);
- added Windows Phone 8 preset;
- updated libraries: x264 r2479-dd79a61, Libav v10.1 and libbluray 0.5.0;
- the audio and subtitle controls have been overhauled to support default behaviors which can be stored in presets. This simplifies the workflow for many batch encoding scenarios;
- Libfaac has been removed due to GPL compatibility issues, and replaced with the libav AAC encoder as the new default for Windows and Linux;
- removed mcdeint deinterlace and decomb modes. This relied on the snow encoder in libav which has been was removed by upstream;
- Linux only: automatic audio and subtitle track selection behaviors which can be stored per preset;
- Linux only: improvements to Auto-Naming feature;
- Linux only: Batch Add to queue by list selection;
- Linux only: requires GTK3.
This release also includes some Windows-only new features, like Intel QuickSync video encode / decode support and experimental hardware decode support via DXVA.
For more information, see the official HandBrake 0.10.0 changelog.
For more information, see the official HandBrake 0.10.0 changelog.
Note that under Unity, the bottom HandBrake panes may use a dark background - this is a bug caused by Unity's overlay scrollbars and you can fix it by disabling the overlay scrollbars (for instance, using Unity Tweak Tool).
Download HandBrake
Ubuntu 14.10 and 14.04 / Linux Mint 17.1 and 17 (and derivatives) users can install the latest HandBrake by using its official PPA. Add the PPA and install HandBrake using the commands below:
sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update
sudo apt-get install handbrake-gtk
The last command above will install the HandBrake GTK3 GUI. If you want to install the command line version, use the following command (of course, after adding the PPA):
sudo apt-get install handbrake-cli
You may want to check out the HandBrake Guide.
Tuesday, October 6, 2015
Transmageddon 1.0, Snappy Player 1.0 Available In PPA [Ubuntu 14.04]
Quick update for Ubuntu 14.04 users: Transmageddon 1.0 and Snappy 1.0, both released recently, are available in the main failsdownloads PPA.
Transmageddon 1.0 (video transcoder and now, DVD ripper)
Transmageddon is a video transcoder for Linux which uses GStreamer. The latest 1.0 release comes with changes such as:
- support files with multiple audio streams, allowing you to transcode them to different codecs or drop them from the new file;
- DVD ripping support. So know you can use your movie DVDs as input in Transmageddon, be aware though that you need to install things like lsdvd and the GStreamer dvdread plugin from gst-plugins-ugly for it to become available. And you probably also want libdvdcss installed to be able to transcode most movie DVDs;
- another small feature of the release is that you can now set language information on files with one audio stream inside. If you rip a DVD with multiple audio streams, Transmageddon will preserve the existing audio information, so in that case you shouldn’t need to set the language metadata manually;
- VP9 support.
Unfortunately Transmageddon 1.0 didn't work properly in Ubuntu versions older than 14.04, that's why it's available in the main failsdownloads PPA for Ubuntu 14.04 only. Add the PPA and install it using the following commands:
sudo add-apt-repository ppa:nilarimogard/failsdownloads
sudo apt-get update
sudo apt-get install transmageddon
Or download the deb from HERE and install it manually.To be able to rip DVDs (not tested!) using Transmageddon, you'll need to make sure that lsdvd, libdvdread4 and gstreamer1.0-plugins-ugly are installed (and install libdvdcss2 via libdvdread4):
sudo apt-get install lsdvd libdvdread4 gstreamer1.0-plugins-ugly
sudo /usr/share/doc/libdvdread4/install-css.sh
Snappy 1.0 (media player)
Snappy is a GStreamer-based open source media player which comes with a minimalistic Clutter interface. The player features:
- subtitles support;
- video and audio synchronization tweeking;
- multi-screen full-screen;
- media queues;
- history of played media;
- seeking/muting/cycling through languages (audio streams);
- frame stepping;
- more.
However, there are no preferences/options at all so some of its features can only be controlled via command line.
Snappy 1.0 is available in the main failsdownloads PPA for Ubuntu 14.04 and 13.10 only (for older Ubuntu versions it requires newer dependencies). Add the PPA and install it using the following commands:
sudo add-apt-repository ppa:nilarimogard/failsdownloads
sudo apt-get update
sudo apt-get install snappy
Alternatively, you can also download the deb file from HERE and install it manually.
Labels:
gstreamer,
linux,
snappy,
transcoder,
transmageddon,
Ubuntu,
video,
video player
Subscribe to:
Posts (Atom)