<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ffmpeg on under THe influenCe of TeCH</title>
    <link>https://relvokcor.xyz/~stoned/tags/ffmpeg/</link>
    <description>Recent content in Ffmpeg on under THe influenCe of TeCH</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 10 Aug 2025 23:57:26 -0700</lastBuildDate>
    <atom:link href="https://relvokcor.xyz/~stoned/tags/ffmpeg/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ffmpeg recipes for tall ansi art</title>
      <link>https://relvokcor.xyz/~stoned/posts/ffmpeg-recipe/</link>
      <pubDate>Sun, 10 Aug 2025 23:57:26 -0700</pubDate>
      <guid>https://relvokcor.xyz/~stoned/posts/ffmpeg-recipe/</guid>
      <description>&lt;p&gt;Output your ansi art to a png using your favorite tool like ansilove or an ansi art editor.&lt;/p&gt;&#xA;&lt;h3 id=&#34;convert-png-to-1080-width&#34;&gt;Convert PNG to 1080 width&lt;/h3&gt;&#xA;&lt;p&gt;&lt;code&gt;ffmpeg -i input.png -vf &amp;quot;scale=1080:-1&amp;quot; output.png&lt;/code&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;make-instragram-friendly-mp4-from-png-wscrolling&#34;&gt;Make instragram friendly MP4 from PNG (w/scrolling)&lt;/h3&gt;&#xA;&lt;p&gt;&lt;code&gt;ffmpeg -loop 1 -i input.png -vf &amp;quot;fade=t=in:st=0:d=3,fade=t=out:st=15:d=3,scroll=vertical=0.001,s cale=-1:1920, crop=iw:1080:0:0,format=yuv420p&amp;quot; -t 20 output.mp4&lt;/code&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;pause-video-at-the-beginning-create-intro&#34;&gt;Pause video at the beginning Create intro&lt;/h3&gt;&#xA;&lt;p&gt;&lt;code&gt;ffmpeg -loop 1 -i judgedredd1080.png -vf &amp;quot;crop=iw:1920:0:0,format=yuv420p&amp;quot; -t 4 judgedredd-intro -1080x1920.mp4&lt;/code&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
