<?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_shrinking</id>
	<title>Video shrinking - 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_shrinking"/>
	<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=Video_shrinking&amp;action=history"/>
	<updated>2026-05-06T10:29:05Z</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_shrinking&amp;diff=5080&amp;oldid=prev</id>
		<title>Torben at 15:02, 23 December 2024</title>
		<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=Video_shrinking&amp;diff=5080&amp;oldid=prev"/>
		<updated>2024-12-23T15:02:44Z</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;
&lt;br /&gt;
===2024===&lt;br /&gt;
Use [https://handbrake.fr Handbrake] on Windows, Mac, Linux&lt;br /&gt;
&lt;br /&gt;
Select Preset -&amp;gt; General -&amp;gt; Fast or Very Fast in 1080 or 720&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
Dank an Johannes!&lt;br /&gt;
 mencoder -ovc help # zeigt verfügbare Codecs&lt;br /&gt;
 # lavc ist angeblich der beste. Ab und zu wird auch x264 empfohlen.&lt;br /&gt;
 mencoder -vf -o output.avi -oac copy -ovc lavc input.avi&lt;br /&gt;
 # Drehung mit Option rotate=1 / rotate=2&lt;br /&gt;
&lt;br /&gt;
===Windows as of 2018===&lt;br /&gt;
Today I prefer using [https://handbrake.fr Handbrake] for video shrinking / compression as it work in Windows, Linux and Mac.&lt;br /&gt;
&lt;br /&gt;
For movies captured by my digital camera or smartphone &amp;lt;br&amp;gt;&lt;br /&gt;
I use preset &amp;quot;Matroska -&amp;gt; H.265 MKV 720p30&amp;quot; as template and modify &amp;lt;br&amp;gt;&lt;br /&gt;
Picture -&amp;gt; Height 720 for downscaling to 720pt&amp;lt;br&amp;gt;&lt;br /&gt;
Video -&amp;gt; Quality 25 for most videos&amp;lt;br&amp;gt;&lt;br /&gt;
Audio -&amp;gt; 64bit Mono (for camera or telephone videos) &amp;lt;br&amp;gt;&lt;br /&gt;
(this modifications can be saved as &amp;quot;User Preset&amp;quot; which can be set to default preset)&lt;br /&gt;
&lt;br /&gt;
Trimming some seconds off the ends is achieved in section &amp;quot;Source&amp;quot; by switching from &amp;quot;Chapters&amp;quot; to &amp;quot;Seconds&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Rotate&lt;br /&gt;
On Filters tab choose Rotate&lt;br /&gt;
&lt;br /&gt;
===Windows as of 2010===&lt;br /&gt;
I like the free windows tool [http://www.pcfreetime.com/ Format Factory]!&lt;br /&gt;
&lt;br /&gt;
====My Settings====&lt;br /&gt;
For compressing the videos taken by my digicam (resolution=640x480px) I usually use the following settings:&amp;lt;br&amp;gt;&lt;br /&gt;
Video&lt;br /&gt;
* container: mkv (or mp4)&lt;br /&gt;
* codec: H264 &lt;br /&gt;
* bitrate: between 512 and 1024 kbit/s (512kbit/s for 640x480px seems to be enough) &amp;lt;br&amp;gt;(note: 600MB/hour equals 1365kbit/s)&lt;br /&gt;
* 2 Pass encoding: True (for better quality, but much longer computing time)&lt;br /&gt;
&lt;br /&gt;
Audio&lt;br /&gt;
* only one channel (=Mono) @ 64kbit/s (as the tiny mic. in the digicam is not able to record real stereo)&lt;br /&gt;
* sometimes I even disable the audio channel if there is nothing but noise on it.&lt;br /&gt;
&lt;br /&gt;
Output Folder -&amp;gt; &amp;quot;Output to source file folder&amp;quot;&lt;br /&gt;
&lt;br /&gt;
====Rotating the video by 90°====&lt;br /&gt;
use the following settings:&lt;br /&gt;
* Rotate = Left or Right&lt;br /&gt;
* (AspectRatio=4:3) was needed in earlier versions, now use &amp;#039;&amp;#039;&amp;#039;Automatic&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Beispiele====&lt;br /&gt;
16:9, FullHD:  1920x1080 (oder auch 1280x720) schrumpfen auf 800x450?&lt;br /&gt;
 Video Size: 800x450&lt;br /&gt;
 Aspect Ratio: 16:9&lt;br /&gt;
&lt;br /&gt;
====My Format Factory Profiles====&lt;br /&gt;
Here are my custom profiles, that can be found at &lt;br /&gt;
 c:\Users\...\Documents\FormatFactory\VideoCustom\&lt;br /&gt;
&lt;br /&gt;
h264, 512kbit, mono&lt;br /&gt;
 Type=MP4&lt;br /&gt;
 &lt;br /&gt;
 VideoCodec=AVC(H264)&lt;br /&gt;
 VideoBitrate=512000&lt;br /&gt;
 Width=0&lt;br /&gt;
 Height=0&lt;br /&gt;
 FPS=0.000&lt;br /&gt;
 AspectRatio=0.000 &lt;br /&gt;
 &lt;br /&gt;
 AudioCodec=AAC&lt;br /&gt;
 AudioBitrate=64000&lt;br /&gt;
 SampleRate=0&lt;br /&gt;
 Channel=1&lt;br /&gt;
 Volume=0&lt;br /&gt;
 &lt;br /&gt;
 TowPassEncode=1&lt;br /&gt;
&lt;br /&gt;
h264, 512kbit, mono, rotate (one has to set the aspect ratio by hand!)&lt;br /&gt;
 Type=MP4&lt;br /&gt;
 &lt;br /&gt;
 VideoCodec=AVC(H264)&lt;br /&gt;
 VideoBitrate=512000&lt;br /&gt;
 Width=0&lt;br /&gt;
 Height=0&lt;br /&gt;
 FPS=0.000&lt;br /&gt;
 AspectRatio=1.333 &lt;br /&gt;
 &lt;br /&gt;
 AudioCodec=AAC&lt;br /&gt;
 AudioBitrate=64000&lt;br /&gt;
 SampleRate=0&lt;br /&gt;
 Channel=1&lt;br /&gt;
 Volume=0&lt;br /&gt;
 &lt;br /&gt;
 TowPassEncode=1&lt;br /&gt;
&lt;br /&gt;
mute instead of mono:&lt;br /&gt;
 AudioCodec=AAC&lt;br /&gt;
 AudioBitrate=0&lt;br /&gt;
 SampleRate=0&lt;br /&gt;
 Channel=0&lt;br /&gt;
 Volume=0&lt;br /&gt;
(It turned out, that FF version 2.50 does ignore the Channel=0 setting, so you habe to disable audio in the dialog)&lt;/div&gt;</summary>
		<author><name>Torben</name></author>
	</entry>
</feed>