<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>Bozica (Posts about video editing)</title><link>http://bozica.co/</link><description></description><atom:link rel="self" type="application/rss+xml" href="http://bozica.co/categories/video-editing.xml"></atom:link><language>en</language><lastBuildDate>Mon, 26 Jun 2017 13:31:06 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Installing HandBrake to cut videos in linux</title><link>http://bozica.co/posts/installing-handbrake-to-cut-videos-in-linux/</link><dc:creator>Luis Ardila</dc:creator><description>&lt;div&gt;&lt;p&gt;Looking on the web for a quick and easy way to turn a video 90 degrees using the
terminal I found HandBrake.&lt;/p&gt;
&lt;p&gt;following &lt;a class="reference external" href="http://askubuntu.com/questions/107915/how-do-i-download-and-install-handbrake"&gt;this forum&lt;/a&gt;
this is how I installed it:&lt;/p&gt;
&lt;p&gt;there are two official HandBrake PPAs, ppa:stebbins/handbrake-releases and ppa:stebbins/handbrake-snapshots.
The former contains stable releases, which are updated about once a year.
These releases tend to be rather out-dated when their end-of-life is approaching.
The current stable version (0.9.8) was released on 2012-07-18.
The latter contains nightly builds, which are updated daily (or nightly, as it were).
These are of course less stable, and undocumented to boot, but they are good software nonetheless.
Additionally, as the stable release ages, the developers tend to start recommending users to try the nightly builds instead.&lt;/p&gt;
&lt;p&gt;To add one of these to your sources, simply run:&lt;/p&gt;
&lt;pre class="code console"&gt;&lt;a name="rest_code_c536bd9d66f64b8caaa83e32ad63a1c5-1"&gt;&lt;/a&gt;&lt;span class="go"&gt;sudo add-apt-repository ppa:stebbins/handbrake-releases&lt;/span&gt;
&lt;/pre&gt;&lt;p&gt;or&lt;/p&gt;
&lt;pre class="code console"&gt;&lt;a name="rest_code_08a79b707881488f952e8527a5b4a190-1"&gt;&lt;/a&gt;&lt;span class="go"&gt;sudo add-apt-repository ppa:stebbins/handbrake-snapshots&lt;/span&gt;
&lt;/pre&gt;&lt;p&gt;depending on which you want.&lt;/p&gt;
&lt;pre class="code console"&gt;&lt;a name="rest_code_87d061cb68764668b105eb385208b770-1"&gt;&lt;/a&gt;&lt;span class="go"&gt;sudo apt-get update&lt;/span&gt;
&lt;a name="rest_code_87d061cb68764668b105eb385208b770-2"&gt;&lt;/a&gt;&lt;span class="go"&gt;sudo apt-get install handbrake-gtk&lt;/span&gt;
&lt;/pre&gt;&lt;p&gt;Alternatively, if you would prefer the CLI over the GUI, replace the last line with:&lt;/p&gt;
&lt;pre class="code console"&gt;&lt;a name="rest_code_d517dc24f88e4ddf98103a94a4d5c303-1"&gt;&lt;/a&gt;&lt;span class="go"&gt;apt-get install handbrake-cli&lt;/span&gt;
&lt;/pre&gt;&lt;p&gt;Now, how to rotate a video 90 degress using HandBreak?&lt;/p&gt;
&lt;pre class="code console"&gt;&lt;a name="rest_code_cba854c2ae8345d8af5fe929735762b7-1"&gt;&lt;/a&gt;&lt;span class="go"&gt;HandBrakeCLI -i /home/luisardila/Desktop/Comm/Luis.mp4 -o /home/luisardila/Desktop/Comm/Luis_90.mp4 --rotate=4&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;</description><category>handbreak</category><category>linux</category><category>video editing</category><guid>http://bozica.co/posts/installing-handbrake-to-cut-videos-in-linux/</guid><pubDate>Thu, 08 May 2014 21:47:29 GMT</pubDate></item></channel></rss>