Fixing error in new post + Adding short sentences to the end of

definition pages + Making H264 defn look better
main
TitanE 1 year ago
parent f9822c3519
commit 326fc3999f

@ -22,7 +22,7 @@
<p>Most file converters and video editors use at least some FFmpeg. Many websites like YouTube and WhatsApp use FFmpeg directly when they need to compress a video.</p>
<h2><i class="fa fa-question" aria-hidden="true"></i>Why?</h2>
<p>The reason I switched is because of its versatility. You can create a single command to record your screen in lossless quality, save the original file in '.mov', the audio in '.mp3' format in another folder, encode a '.mp4' file, transcode it to be played on Android and trim a specific part of the video and send it to a server that you own.</p>
<p>FFmpeg is a difficult program to learn but the rewards are worth it. I currently have a command that records my screen, converts the audio in the recording from mono to stereo and finally encode it in <a style="color:#50fa7b" href="../../definitions/h264">H.264</a> for ultimate compatibility.</p>
<p>FFmpeg is a difficult program to learn but the rewards are worth it. I currently have a command that records my screen, converts the audio in the recording from stereo to mono and finally encode it in <a style="color:#50fa7b" href="../../definitions/h264">H.264</a> for ultimate compatibility.</p>
<h2><i class="fa fa-book" aria-hidden="true"></i>To Close The File...</h2>
<p>All in all, you should learn FFmpeg if you do even a little amount of multimedia manipulation. It will help you out immensely.</p>
<p><a href="mailto:sufyaan@counterhawks.com?subject=Switching%20To%20FFmpeg">>>> Reply To Me</a></p>

@ -17,6 +17,7 @@
<p>These are file extensions that I use in my blog posts.</p>
<h1>H</h1>
<ul><li><a style="color:#50fa7b" href="../h264/">H.264</a></li></ul>
<p>You have closed the file!</p>
<hr/>
<footer>
<p class="footer-text"><a style="color:#bd93f9" href="../../blog">blog</a> - <a style="color:#ffb86c" href="../../about">about</a> - <a style="color:#f1fa8c" href="../../portfolio">portfolio</a> - <a style="color:#ff5555" href="../../links">links</a></p>

@ -20,7 +20,8 @@
<img src="h264.webp" alt="H.264">
<figcaption>H.264</figcaption>
</div>
<p>H.264 is one of the world's most famous video codec. It is an industry standard for video compression. It is also known as <strong>Advanced Video Coding (AVC)</strong> or <strong>MPEG-4 Part 10.</strong></p>
<p>H.264 is one of the world's most famous video codec. It is an industry standard for video compression. It is also known as:</p>
<ul><li>Advanced Video Coding (AVC)</li><li>MPEG-4 Part 10</li></ul>
<p>If you casually watch videos online or ones which people send you, you are watching videos encoded in H.264 most of the time.</p>
<hr/>
<footer>

@ -23,6 +23,7 @@
<ul><li><a style="color:#50fa7b" href="../security-key/">Security Key</a></li></ul>
<h1>T</h1>
<ul><li><a style="color:#50fa7b" href="../thinkpad/">ThinkPad</a></li></ul>
<p>You have dropped your <a style="color:#50fa7b" href="../thinkpad/">ThinkPad!</a></p>
<hr/>
<footer>
<p class="footer-text"><a style="color:#bd93f9" href="../../blog">blog</a> - <a style="color:#ffb86c" href="../../about">about</a> - <a style="color:#f1fa8c" href="../../portfolio">portfolio</a> - <a style="color:#ff5555" href="../../links">links</a></p>

@ -42,6 +42,7 @@
<ul><li><a style="color:#50fa7b" href="thinkpad/">ThinkPad</a></li></ul>
<h1>U</h1>
<ul><li><a style="color:#50fa7b" href="unix-philosophy/">UNIX Philosophy</a></li></ul>
<p>You have scrolled to the bottom of the page!</p>
<hr/>
<footer>
<p class="footer-text"><a style="color:#bd93f9" href="../blog">blog</a> - <a style="color:#ffb86c" href="../about">about</a> - <a style="color:#f1fa8c" href="../portfolio">portfolio</a> - <a style="color:#ff5555" href="../links">links</a></p>

@ -36,6 +36,7 @@
<ul><li><a style="color:#50fa7b" href="../self-host/">Self-Host</a></li></ul>
<h1>U</h1>
<ul><li><a style="color:#50fa7b" href="../unix-philosophy/">UNIX Philosophy</a></li></ul>
<p>You have quit the program!</p>
<hr/>
<footer>
<p class="footer-text"><a style="color:#bd93f9" href="../../blog">blog</a> - <a style="color:#ffb86c" href="../../about">about</a> - <a style="color:#f1fa8c" href="../../portfolio">portfolio</a> - <a style="color:#ff5555" href="../../links">links</a></p>

Loading…
Cancel
Save