<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Video on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/video/</link><description>Recent content in Video on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Wed, 11 Oct 2023 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/video/atom.xml" rel="self" type="application/rss+xml"/><item><title>A Simple Tutorial on Using FFmpeg</title><link>https://www.chenshaowen.com/en/blog/simple-tutorial-on-using-ffmpeg.html</link><pubDate>Wed, 11 Oct 2023 00:00:00 +0000</pubDate><atom:modified>Wed, 11 Oct 2023 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/simple-tutorial-on-using-ffmpeg.html</guid><description>1. Installing FFmpeg Run this command on macOS:
1 brew install ffmpeg 2. Using FFmpeg 1 ffmpeg {1} {2} -i {3} {4} {5} The five parts of the arguments are, in order:
Global arguments, such as -y, -loglevel, -preset, which control the overall behavior Input file arguments, such as -i, -ss, -t, -stream_loop, which control how the input file is read Input file, the path to the audio/video input file to process Output file arguments, such as -c:v, -c:a, -vf, -af, which control the encoding and filtering of the output Output file, the path to the processed output audio/video file Common output arguments:</description><dc:creator>WeChat Official Account</dc:creator><category>FFmpeg</category><category>Video</category><category>Tutorial</category><category>Tools</category><category>Learning</category><category>Multimedia</category></item></channel></rss>