Video encoding with Handbrake: Difference between revisions

From WickyWiki
Created page with "2009 Video * http://handbrake.fr/?article=download"
 
mNo edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
2009 Video
[[Category:Ubuntu]]
[[Category:Ubuntu Video]]
[[Category:2009]]
 
For Windows and Linux an easy-to-use tool to (re)encode large numbers of video files (folder based). If you want smaller files (accepting lower quality) some example settings I had success with:
* Base preset Mkv 1080p H.265
* 1920 x 1080 full hd
* 2-pass 9000 kbps
* Fps same as source
* AAC 5.1 audio
* I'd advise to not let it burn-in forced subtitles
 
== Download & Install ==
 
* http://handbrake.fr/?article=download
* http://handbrake.fr/?article=download
Add PPA:
<syntaxhighlight lang=bash>
sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update
</syntaxhighlight>
Install:
<syntaxhighlight lang=bash>
sudo apt-get install handbrake-gtk
</syntaxhighlight>

Latest revision as of 17:02, 27 May 2019


For Windows and Linux an easy-to-use tool to (re)encode large numbers of video files (folder based). If you want smaller files (accepting lower quality) some example settings I had success with:

  • Base preset Mkv 1080p H.265
  • 1920 x 1080 full hd
  • 2-pass 9000 kbps
  • Fps same as source
  • AAC 5.1 audio
  • I'd advise to not let it burn-in forced subtitles

Download & Install

Add PPA:

sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update

Install:

sudo apt-get install handbrake-gtk