<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=Video_Encoding</id>
	<title>Video Encoding - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=Video_Encoding"/>
	<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=Video_Encoding&amp;action=history"/>
	<updated>2026-05-06T10:27:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://entorb.net//wiki/index.php?title=Video_Encoding&amp;diff=5181&amp;oldid=prev</id>
		<title>Torben at 06:10, 23 March 2025</title>
		<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=Video_Encoding&amp;diff=5181&amp;oldid=prev"/>
		<updated>2025-03-23T06:10:45Z</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;[[Category:Software]]&lt;br /&gt;
===2024===&lt;br /&gt;
see [[Video shrinking]] for Handbrake&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Nice Linux tools===&lt;br /&gt;
* Avidemux (simple cutting+converting) &lt;br /&gt;
* Kdenlive (joining multiple video/audio tracks)&lt;br /&gt;
* WinFF frontend for the encoder FFmpeg&lt;br /&gt;
* gkt-recordmydesktop (videoformat=ogv ; problems recording an applications sound output)&lt;br /&gt;
&lt;br /&gt;
====ffmpeg====&lt;br /&gt;
=====convert gif to mp3=====&lt;br /&gt;
from [https://unix.stackexchange.com/questions/40638/how-to-do-i-convert-an-animated-gif-to-an-mp4-or-mv4-on-the-command-line]&lt;br /&gt;
 ffmpeg -y -i myanimation.gif -movflags faststart -pix_fmt yuv420p -vf &amp;quot;scale=trunc(iw/2)*2:trunc(ih/2)*2&amp;quot; myvideo.mp4&lt;br /&gt;
&lt;br /&gt;
===H.264 codec===&lt;br /&gt;
you need this packages&lt;br /&gt;
 libavcodec-unstripped-52&lt;br /&gt;
 libavdevice-unstripped-52&lt;br /&gt;
 libavfilter-unstripped-0&lt;br /&gt;
 libavformat-unstripped-52&lt;br /&gt;
 libavutil-unstripped-49&lt;br /&gt;
 libpostproc-unstripped-51&lt;br /&gt;
 libswscale-unstripped-0&lt;br /&gt;
(or newer versions)&lt;br /&gt;
&lt;br /&gt;
===ogv -&amp;gt; H.264===&lt;br /&gt;
1. Win FF is a frontend for FFmpeg&lt;br /&gt;
useful parameters:&lt;br /&gt;
 -f mp4 -vcodec libx264 -acodec libfaac -ac 2&lt;br /&gt;
&lt;br /&gt;
2. ffmpeg by hand (bitrate: -b)&lt;br /&gt;
 ffmpeg -i input.avi -f mp4 -vcodec libx264 -acodec libfaac -ac 2 -b 1000k output.mp4&lt;br /&gt;
&lt;br /&gt;
3. mencoder input.ogm -ovc xvid -oac mp3lame -xvidencopts pass=1 -o output.avi &lt;br /&gt;
(without -oac mp3lame for no sound)&lt;br /&gt;
&lt;br /&gt;
===Kdenlive===&lt;br /&gt;
&lt;br /&gt;
====no h.264 output====&lt;br /&gt;
[http://ubuntuforums.org/showthread.php?t=1280510]&lt;br /&gt;
to overcome this problem, one can add other rendering profiles:&lt;br /&gt;
 1) click on one of the predefined rendering profiles in the H.264 group&lt;br /&gt;
 2) click the &amp;#039;Create new profile&amp;#039; button&lt;br /&gt;
 3) Give it a name, and replace acodec=libfaac to acodec=libmp3lame&lt;br /&gt;
 This will then render with mp3+h264&lt;br /&gt;
&lt;br /&gt;
====Making a screengrab using Kdenlive====&lt;br /&gt;
[http://www.kdenlive.org/contribution-manual/howto-make-video-tutorial]&lt;br /&gt;
&lt;br /&gt;
gtk-recordmydesktop can be used to record a desktop video in ogv format.&lt;br /&gt;
&lt;br /&gt;
in order to edit this usind kdenlive create a custom profile: (Settings -&amp;gt; Manage Project Profiles)&lt;br /&gt;
set the parameters to the ones of the video&lt;br /&gt;
Use this new Profile for your Project.&lt;br /&gt;
&lt;br /&gt;
====Audio to Mono====&lt;br /&gt;
 ac=1 for mono&lt;br /&gt;
 ab=64k&lt;br /&gt;
 ar=44100&lt;/div&gt;</summary>
		<author><name>Torben</name></author>
	</entry>
</feed>