<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Mkv</id>
	<title>Mkv - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Mkv"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Mkv&amp;action=history"/>
	<updated>2026-04-28T12:34:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Mkv&amp;diff=5992&amp;oldid=prev</id>
		<title>Kenneth at 22:33, 5 August 2021</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Mkv&amp;diff=5992&amp;oldid=prev"/>
		<updated>2021-08-05T22:33:59Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Convert MKV to MP4 ==&lt;br /&gt;
&lt;br /&gt;
Change container:&lt;br /&gt;
 ffmpeg -i input.mkv -codec copy output.mp4&lt;br /&gt;
&lt;br /&gt;
== To MP3 ==&lt;br /&gt;
&lt;br /&gt;
 ffmpeg -i in_video_file.mp4 out_audio_file.mp3&lt;br /&gt;
 ffmpeg -i videofile.mp4 -vn -acodec libmp3lame audiofile.mp3&lt;br /&gt;
&lt;br /&gt;
== Extra AAC ==&lt;br /&gt;
&lt;br /&gt;
 ffmpeg -i infile.mkv -vn -acodec copy out.aac  # or out.m4a&lt;br /&gt;
&lt;br /&gt;
== Cut ==&lt;br /&gt;
&lt;br /&gt;
Then run your command. Note the ./ before the ffmpeg. This will make sure you use your new ffmpeg instead of the fake one in the repository.&lt;br /&gt;
&lt;br /&gt;
 ./ffmpeg -ss 00:39:05 -i input.mkv -codec copy -t 00:03:03 out.mkv&lt;br /&gt;
&lt;br /&gt;
Alternatively you could use the full path:&lt;br /&gt;
&lt;br /&gt;
 /path/to/ffmpeg -ss 00:39:05 -i input.mkv -codec copy -t 00:03:03 out.mkv&lt;br /&gt;
&lt;br /&gt;
ref: https://superuser.com/questions/742434/use-ffmpeg-to-cut-mkv-file&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>