<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://scalie.wiki/index.php?action=history&amp;feed=atom&amp;title=Ffmpeg_cookbook</id>
	<title>Ffmpeg cookbook - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://scalie.wiki/index.php?action=history&amp;feed=atom&amp;title=Ffmpeg_cookbook"/>
	<link rel="alternate" type="text/html" href="https://scalie.wiki/index.php?title=Ffmpeg_cookbook&amp;action=history"/>
	<updated>2026-04-05T14:12:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://scalie.wiki/index.php?title=Ffmpeg_cookbook&amp;diff=10&amp;oldid=prev</id>
		<title>The-hoarding-wyrmling: Created page with &quot;== HEAVILY WORK IN PROGRESS == ffmpeg is often noted for being a particularly obtrusive tool to memorize and use. However, broken down into a few fundemtal components, it can actually be quite easy and poweful tool to be quickly accessible from your toolbelt  We will be building a command step-by-step which  will conform to the following arbitrary &quot;template&quot;  `ffmpeg -i [input] [audio-enc] [video-enc] [extra-optioms] [output]`  Feel free to search around in this document...&quot;</title>
		<link rel="alternate" type="text/html" href="https://scalie.wiki/index.php?title=Ffmpeg_cookbook&amp;diff=10&amp;oldid=prev"/>
		<updated>2023-11-08T23:45:06Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== HEAVILY WORK IN PROGRESS == ffmpeg is often noted for being a particularly obtrusive tool to memorize and use. However, broken down into a few fundemtal components, it can actually be quite easy and poweful tool to be quickly accessible from your toolbelt  We will be building a command step-by-step which  will conform to the following arbitrary &amp;quot;template&amp;quot;  `ffmpeg -i [input] [audio-enc] [video-enc] [extra-optioms] [output]`  Feel free to search around in this document...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== HEAVILY WORK IN PROGRESS ==&lt;br /&gt;
ffmpeg is often noted for being a particularly obtrusive tool to memorize and use. However, broken down into a few fundemtal components, it can actually be quite easy and poweful tool to be quickly accessible from your toolbelt&lt;br /&gt;
&lt;br /&gt;
We will be building a command step-by-step which  will conform to the following arbitrary &amp;quot;template&amp;quot;&lt;br /&gt;
&lt;br /&gt;
`ffmpeg -i [input] [audio-enc] [video-enc] [extra-optioms] [output]`&lt;br /&gt;
&lt;br /&gt;
Feel free to search around in this document to find the things you&amp;#039;re looking for&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
-c:a [encoder] sets your audio encoder and in turn codec&lt;br /&gt;
&lt;br /&gt;
Common options are aac, libopus, libmp3lame, libflac&lt;br /&gt;
&lt;br /&gt;
-b:a [bitrate]k&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
&lt;br /&gt;
-c:v [encoder] sets your video encoder&lt;br /&gt;
&lt;br /&gt;
Common options are libx264, libvpx&lt;br /&gt;
&lt;br /&gt;
-b:v [bitrate]k used to set constant video bitrate&lt;br /&gt;
&lt;br /&gt;
-crf [level] used to set variable video bitrate crf level&lt;br /&gt;
&lt;br /&gt;
== Additional Settings ==&lt;br /&gt;
&lt;br /&gt;
-r [fps] set video framerate&lt;/div&gt;</summary>
		<author><name>The-hoarding-wyrmling</name></author>
	</entry>
</feed>