{"id":973,"date":"2014-05-02T02:59:44","date_gmt":"2014-05-01T18:59:44","guid":{"rendered":"https:\/\/cowman-chiang.no-ip.org\/wordpress\/?p=973"},"modified":"2019-06-20T10:25:07","modified_gmt":"2019-06-20T02:25:07","slug":"avconv-install","status":"publish","type":"post","link":"https:\/\/cowmanchiang.me\/wp\/?p=973","title":{"rendered":"Avconv install"},"content":{"rendered":"<pre lang=\"bash\">\nmkdir avconv-source\ncd ~\/avconv-source\nsudo apt-get install build-essential checkinstall\nsudo apt-get build-dep yasm\nwget http:\/\/www.tortall.net\/projects\/yasm\/releases\/yasm-1.2.0.tar.gz && tar -xf yasm-1.2.0.tar.gz && cd yasm-1.2.0 && .\/configure\nmake\nsudo checkinstall --pakdir \"$HOME\/Desktop\" --pkgname yasm --pkgversion 1.2.0 --backup=no --default\n\ncd ~\/avconv-source\ngit clone git:\/\/git.videolan.org\/x264.git x264\ncd x264\nsudo .\/configure --enable-static\nsudo make\nsudo make install\n\ncd ~\/avconv-source\nwget https:\/\/launchpad.net\/ubuntu\/+archive\/primary\/+files\/libav_0.8.9.orig.tar.xz\ntar -xvf libav_0.8.9.orig.tar.xz -C avconv\ncd avconv\nsudo .\/configure\nsudo .\/configure --enable-gpl --enable-libx264\nsudo make\nsudo make install\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>mkdir avconv-source cd ~\/avconv-source sudo apt-get install build-essential checkinstall sudo apt-get build-dep yasm wget http:\/\/www.tortall.net\/projects\/yasm\/releases\/yasm-1.2.0.tar.gz &#038;&#038; tar -xf yasm-1.2.0.tar.gz &#038;&#038; cd yasm-1.2.0 &#038;&#038; .\/configure make sudo checkinstall &#8211;pakdir &#8220;$HOME\/Desktop&#8221; &#8211;pkgname yasm &#8211;pkgversion 1.2.0 &#8211;backup=no &#8211;default cd ~\/avconv-source git clone git:\/\/git.videolan.org\/x264.git &hellip; <a href=\"https:\/\/cowmanchiang.me\/wp\/?p=973\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-973","post","type-post","status-publish","format-standard","hentry","category-libav"],"_links":{"self":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/973","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=973"}],"version-history":[{"count":1,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/973\/revisions"}],"predecessor-version":[{"id":2047,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/973\/revisions\/2047"}],"wp:attachment":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=973"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=973"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=973"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}