<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[My ambition to modify software is driving me insane]]></title><description><![CDATA[<p dir="auto"><strong>[RANTING HARD]</strong> I am quite ready to bash my head against a brick wall. I should probably just give up and move on, but the urge to complete the task at hand will not go away. I am making strides towards the end product but FFS, I wish I was more computer programming smart to know what I am doing…</p>
<p dir="auto">So, my journey into torrenting led me to using FFmpeg. I have maybe opened the command prompt like 5 times in my life. Using FFmpeg is cool and I like it better than using Handbrake to convert stuff or to make modifications to videos. I can't even remember trying to install it the first time (which probably took a while because I think I had to find a website that had step-by-step pictures) but got it to work eventually!</p>
<p dir="auto">So in recent days I have been intrigued by this whole libfdk_aac (because it sounded interesting when I was looking up audio encoding). Oh...I need to compile FFmpeg since it's not a standard library... how hard can that be right?</p>
<p dir="auto">Whoever writes scripts/creates installers/does anything to help brain-dead people like me to install software...thank you for making it easy. Seriously. I'm like on day 3 of trying to figure out how to still get a build of FFmpeg with this friggin libfdk_aac installed.</p>
<p dir="auto">I have probably downloaded like 12 pieces of software, sifted through countless Google searches finding answers to any error messages I have received, I probably would understand more if I knew particular nuances or just had a basic level of understanding of how software works. So quite a lot of trial and error &amp; reading has led me to this point of frustration.</p>
<p dir="auto">I'm going to figure this out if it friggin' kills me.  :nutki: :balls2: /endrant</p>
<p dir="auto">Now to go find some porn to alleviate the stress from this silly project   <img src="https://community.gaytor.rent/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f4b7.png?v=57695cee877" class="not-responsive emoji emoji-apple emoji--pound" style="height:23px;width:auto;vertical-align:middle" title=":pound:" alt="💷" /> :dick:</p>
]]></description><link>https://community.gaytor.rent/topic/28287/my-ambition-to-modify-software-is-driving-me-insane</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Apr 2026 16:43:45 GMT</lastBuildDate><atom:link href="https://community.gaytor.rent/topic/28287.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 Oct 2016 16:18:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to My ambition to modify software is driving me insane on Sun, 06 Nov 2016 07:51:18 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the info <img src="https://community.gaytor.rent/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f642.png?v=57695cee877" class="not-responsive emoji emoji-apple emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">I abandoned my quest not too long after I posted my rant. I figured the incremental gain of compiling FFmpeg with that library was not worth the effort. Compiling is definitely a viable barrier to entry for noobs like me who don't really know how computer software really works haha.</p>
<p dir="auto">So just happily converting my videos using the basic build. I suppose this detour in video editing/formatting was just a distraction from my earlier project of cataloging the collection.</p>
]]></description><link>https://community.gaytor.rent/post/190717</link><guid isPermaLink="true">https://community.gaytor.rent/post/190717</guid><dc:creator><![CDATA[chiwut]]></dc:creator><pubDate>Sun, 06 Nov 2016 07:51:18 GMT</pubDate></item><item><title><![CDATA[Reply to My ambition to modify software is driving me insane on Sat, 05 Nov 2016 19:51:17 GMT]]></title><description><![CDATA[<p dir="auto">If you really want to use the Fraunhofer encoder, you could have a more relaxed experience using [home/linux]brew<br />
brew install ffmpeg –with-fdk-aac</p>
]]></description><link>https://community.gaytor.rent/post/190634</link><guid isPermaLink="true">https://community.gaytor.rent/post/190634</guid><dc:creator><![CDATA[unpleased]]></dc:creator><pubDate>Sat, 05 Nov 2016 19:51:17 GMT</pubDate></item><item><title><![CDATA[Reply to My ambition to modify software is driving me insane on Sat, 05 Nov 2016 19:45:54 GMT]]></title><description><![CDATA[<p dir="auto">FFmpeg is one of the most great software I have ever seen (:love:), it's even used by YouTube.<br />
In fact, every time you upload something your video is</p>
<ul>
<li>
<p dir="auto">divided in chunks</p>
</li>
<li>
<p dir="auto">distributed in the cluster</p>
</li>
<li>
<p dir="auto">transcoded</p>
</li>
<li>
<p dir="auto">joined together again</p>
</li>
<li>
<p dir="auto">and lastly (finally  :cheers:) showed to you</p>
</li>
</ul>
<p dir="auto">Given the wide &amp; great community support</p>
<ul>
<li>
<p dir="auto">VLC is using it</p>
</li>
<li>
<p dir="auto">Handbrake is essentially a GUI for it</p>
</li>
<li>
<p dir="auto">Chrome/Chromium use it to support HTML5 streaming</p>
</li>
<li>
<p dir="auto">and so so on</p>
</li>
</ul>
<p dir="auto">it can read quite every video formats/codecs users like to throw into a transcoder.</p>
<p dir="auto"><strong>Do not bother you trying to compile libfdk_aac, you don't need it anymore</strong> :<br />
since the third version the native AAC encoder has no longer been considered experimental.</p>
<blockquote>
<p dir="auto">Fraunhofer FDK AAC (Full title Fraunhofer FDK AAC Codec Library for Android) is an open-source[4] software library for encoding and decoding Advanced Audio Coding (AAC) format audio, developed by Fraunhofer IIS, and included as part of Android. It supports several Audio Object Types including MPEG-2 and MPEG-4 AAC LC, HE-AAC (AAC LC + SBR), HE-AACv2 (LC + SBR + PS) as well AAC-LD (low delay) and AAC-ELD (enhanced low delay) for real-time communication. The encoding library supports sample rates up to 96 kHz and up to eight channels (7.1 surround).[5]</p>
</blockquote>
<p dir="auto">The fdk library used by ffmpeg is the portable version maintained by mstorsjo [ [url=<a href="https://github.com/mstorsjo/fdk-aac" rel="nofollow ugc">https://github.com/mstorsjo/fdk-aac</a>]<a href="https://github.com/mstorsjo/fdk-aac" rel="nofollow ugc">https://github.com/mstorsjo/fdk-aac</a> ]<br />
It was useful in a common transcoding practise when the native aac encoder was considered experimental.<br />
The guide states that libfdk_aac produces higher quality audio then the aac encoder, well in reality it depends on the profile used and the tracks you are working on :</p>
<ul>
<li>aac_lc (optimal for variable bitrates &gt; 192kbps )</li>
<li>aac_he ( optimal for 50-80 constant kbps )</li>
<li>aac_he_v2 ( optimal for bitrate under 50 kbps )<br />
Be aware that to gain optimal results you should set an optimal cutoff !  ::)</li>
</ul>
<p dir="auto">In the real world libfdkaac has some issues (one of the biggest is that the aac_he_v2 profile is not able to encode audio with 6+ channels).<br />
So, in the real world, based on the output of <code>ffprobe &lt;file path=""&gt;</code> you should choose the right profile …<br />
The advantage is that when you are able to use the high efficient profile, you will have a smaller output file.<br />
A benchmark for the processor is not really useful here: your mileage may vary depending on your track.</p>
<p dir="auto"><em><strong>For me</strong>, it's usage is not worth it, the native encoder is safe, robust and case-free (just use the <code>-c:a aac</code> flag and that's it).</em></p>
<p dir="auto"><strong>To download prebuilt binaries :</strong><br />
Windows zeranoe builds: [<a href="https://ffmpeg.zeranoe.com/builds/" rel="nofollow ugc">https://ffmpeg.zeranoe.com/builds/</a>]<br />
macOS: [<a href="http://evermeet.cx/ffmpeg/" rel="nofollow ugc">http://evermeet.cx/ffmpeg/</a>]<br />
Debian: (just use the backports repo if in stable) [<a href="https://backports.debian.org" rel="nofollow ugc">https://backports.debian.org</a>]<br />
Ubuntu: [<a href="http://wiki.ubuntu-it.org/Repository/Backports" rel="nofollow ugc">http://wiki.ubuntu-it.org/Repository/Backports</a>]<br />
You just have to be sure to install the 3.0 version (or an earlier one).</p>
<p dir="auto">If you just wanna transcode your (peaceful) porno to mp4 h264/aac.<br />
`ffmpeg -i  -map 0<img src="https://community.gaytor.rent/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f170.png?v=57695cee877" class="not-responsive emoji emoji-apple emoji--a" style="height:23px;width:auto;vertical-align:middle" title=":a:" alt="🅰" />0 -map 0<img src="https://community.gaytor.rent/assets/plugins/nodebb-plugin-emoji/emoji/apple/270c.png?v=57695cee877" class="not-responsive emoji emoji-apple emoji--v" style="height:23px;width:auto;vertical-align:middle" title=":v:" alt="✌" />0 -c:v libx264 -c:a aac -movflags +faststart</p>
<p dir="auto">&lt;output file=""&gt;`&lt;/output&gt;&lt;/file&gt;</p>
]]></description><link>https://community.gaytor.rent/post/190633</link><guid isPermaLink="true">https://community.gaytor.rent/post/190633</guid><dc:creator><![CDATA[unpleased]]></dc:creator><pubDate>Sat, 05 Nov 2016 19:45:54 GMT</pubDate></item></channel></rss>