<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tools on Shellj的博客</title>
    <link>https://im.shellj.com/tags/tools/</link>
    <description>Recent content in Tools on Shellj的博客</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 12 Dec 2023 09:36:43 +0800</lastBuildDate>
    <atom:link href="https://im.shellj.com/tags/tools/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>一些常用工具</title>
      <link>https://im.shellj.com/posts/2019/11/tools/</link>
      <pubDate>Wed, 27 Nov 2019 15:09:00 +0800</pubDate>
      <guid>https://im.shellj.com/posts/2019/11/tools/</guid>
      <description>&lt;h2 id=&#34;licecap&#34;&gt;&lt;a href=&#34;https://www.cockos.com/licecap/&#34;&gt;LICEcap&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;一款轻量的 GIF 录制软件,支持 Windows 和 macOS 系统&lt;/p&gt;</description>
    </item>
    <item>
      <title>ffmpeg视频截取，ffmpeg音频截取</title>
      <link>https://im.shellj.com/posts/2019/06/awesome-ffmpeg/</link>
      <pubDate>Sat, 01 Jun 2019 22:53:00 +0800</pubDate>
      <guid>https://im.shellj.com/posts/2019/06/awesome-ffmpeg/</guid>
      <description>&lt;h2 id=&#34;ffmpeg截取音频&#34;&gt;ffmpeg截取音频&lt;/h2&gt;&#xA;&#xA;&lt;div class=&#34;code-block&#34;&gt;&#xA;  &#xA;  &lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;ffmpeg -i source.mp3 -ss 00:01:12 -t 00:01:42 -acodec copy out.mp3&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;参数 说明&lt;/p&gt;&#xA;&lt;p&gt;|&#xA;|  |&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;-ss&lt;/td&gt;&#xA;          &lt;td&gt;开始位置：00:01:12&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;-t&lt;/td&gt;&#xA;          &lt;td&gt;结束位置：00:01:42&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;ffmpeg截取视频&#34;&gt;ffmpeg截取视频&lt;/h2&gt;&#xA;&lt;p&gt;注意保持下面参数的顺序，可以更快的截取&lt;/p&gt;&#xA;&#xA;&lt;div class=&#34;code-block&#34;&gt;&#xA;  &#xA;  &lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;ffmpeg -ss 00:44:02 -i source.mp4 -strict -2 -t 00:04:06 -c:v copy -c:a copy out.mp4&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;/div&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://blog.csdn.net/xuejianbest/article/details/84774136&#34;&gt;https://blog.csdn.net/xuejianbest/article/details/84774136&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
