<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hands-on Experience on yexca'Blog</title><link>https://blog.yexca.net/en/categories/hands-on-experience/</link><description>Recent content in Hands-on Experience on yexca'Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>yexca</copyright><lastBuildDate>Wed, 15 Apr 2026 09:27:01 +0900</lastBuildDate><atom:link href="https://blog.yexca.net/en/categories/hands-on-experience/feed.xml" rel="self" type="application/rss+xml"/><item><title>Common FFmpeg Commands</title><link>https://blog.yexca.net/en/archives/276/</link><pubDate>Wed, 15 Apr 2026 09:27:01 +0900</pubDate><guid>https://blog.yexca.net/en/archives/276/</guid><description>&lt;div class="notice ">&lt;strong>📢&lt;/strong> This article was translated by gemini-3-flash-preview
&lt;/div>
&lt;style lang="scss">
.notice {
padding: 0.75em 1em;
margin: 1em 0;
border-left: 4px solid;
border-radius: 4px;
&amp;.default {
border-color: #ccc;
background-color: #f9f9f9;
color: #333;
}
&amp;.info {
border-color: #2196f3;
background-color: #e3f2fd;
color: #1a237e;
}
&amp;.warn {
border-color: #ff9800;
background-color: #fff3e0;
color: #e65100;
}
&amp;.danger {
border-color: #f44336;
background-color: #ffebee;
color: #b71c1c;
}
}
[data-scheme="dark"] {
.notice {
&amp;.default {
border-color: #666;
background-color: #2a2a2a;
color: #eee;
}
&amp;.info {
border-color: #90caf9;
background-color: #1e3a5f;
color: #e3f2fd;
}
&amp;.warn {
border-color: #ffb74d;
background-color: #4e342e;
color: #fff3e0;
}
&amp;.danger {
border-color: #ef5350;
background-color: #3e2723;
color: #ffebee;
}
}
}
[data-scheme="sepia"] {
.notice {
&amp;.info {
border-color: #6a5acd;
background-color: #fdf6e3;
color: #3c2f2f;
}
&amp;.warn {
border-color: #e9967a;
background-color: #faf0e6;
color: #5c4033;
}
&amp;.danger {
border-color: #cd5c5c;
background-color: #f5e0dc;
color: #7b3f3f;
}
}
}
&lt;/style>
&lt;p>When it comes to audio and video processing, FFmpeg is the ultimate open-source tool. I&amp;rsquo;ve been using it for a while, but my notes were scattered. Since I&amp;rsquo;m using it more frequently now, I decided to compile my most-used commands here (and add a few missing ones).&lt;/p></description></item></channel></rss>