<?xml version="1.0" encoding="UTF-8"?><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/"
		>
<channel>
	<title>Comments on: Transcode 1080i video for playing on iPod/iPhone</title>
	<atom:link href="http://en.dogeno.us/2009/11/transcode-1080i-video-for-playing-on-ipodiphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.dogeno.us/2009/11/transcode-1080i-video-for-playing-on-ipodiphone/</link>
	<description>thoughts about life and science, blogged by Liang Cai &#124; cail.cn</description>
	<lastBuildDate>Wed, 08 Feb 2012 18:51:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cail</title>
		<link>http://en.dogeno.us/2009/11/transcode-1080i-video-for-playing-on-ipodiphone/#comment-17653</link>
		<dc:creator>cail</dc:creator>
		<pubDate>Sat, 21 Nov 2009 04:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://en.dogeno.us/?p=5763#comment-17653</guid>
		<description>I don&#039;t like the file generated from HandBrake. Now, I am using &lt;a href=&quot;http://tripp.arrozcru.org/&quot; rel=&quot;nofollow&quot;&gt;Tripp&#039;s Unofficial FFmpeg Win32 Builds&lt;/a&gt; and running the following code
&lt;code&gt;
ffmpeg.exe -y -i &quot;input.avi&quot; -f mp4 -vcodec libx264 -s 1280x720 -r 24000/1001 -b 4096k -bt 4096k -acodec libfaac -ac 2 -ab 128k &quot;720-24p.mp4&quot;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I don't like the file generated from HandBrake. Now, I am using <a href="http://tripp.arrozcru.org/" rel="nofollow">Tripp's Unofficial FFmpeg Win32 Builds</a> and running the following code<br />
<code><br />
ffmpeg.exe -y -i "input.avi" -f mp4 -vcodec libx264 -s 1280x720 -r 24000/1001 -b 4096k -bt 4096k -acodec libfaac -ac 2 -ab 128k "720-24p.mp4"<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cail</title>
		<link>http://en.dogeno.us/2009/11/transcode-1080i-video-for-playing-on-ipodiphone/#comment-17649</link>
		<dc:creator>cail</dc:creator>
		<pubDate>Thu, 19 Nov 2009 03:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://en.dogeno.us/?p=5763#comment-17649</guid>
		<description>Eugenia just sent me an email and pointed me to a software called HandBrake (http://handbrake.fr/)

HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder, available for MacOS X, Linux and Windows.

Supported Sources:
    * Any DVD-like source: VIDEO_TS folder, DVD image or real DVD (unencrypted--protection methods including CSS are not supported internally and must be handled externally with third-party software and libraries), and some .VOB and .TS files
    * Most any multimedia file it can get libavformat to read and libavcodec to decode.

Outputs:
    * File format: MP4 and MKV
    * Video: MPEG-4, H.264, or Theora (1 or 2 passes or constant quantizer/rate encoding)
    * Audio: AAC, MP3, Vorbis or AC-3 and DTS pass-through (supports encoding of several audio tracks)

Misc features:
    * Chapter selection
    * Basic subtitle support (burned into the picture)
    * Integrated bitrate calculator
    * Picture deinterlacing, cropping and scaling
    * Grayscale encoding</description>
		<content:encoded><![CDATA[<p>Eugenia just sent me an email and pointed me to a software called HandBrake (<a href="http://handbrake.fr/" rel="nofollow">http://handbrake.fr/</a>)</p>
<p>HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder, available for MacOS X, Linux and Windows.</p>
<p>Supported Sources:<br />
    * Any DVD-like source: VIDEO_TS folder, DVD image or real DVD (unencrypted--protection methods including CSS are not supported internally and must be handled externally with third-party software and libraries), and some .VOB and .TS files<br />
    * Most any multimedia file it can get libavformat to read and libavcodec to decode.</p>
<p>Outputs:<br />
    * File format: MP4 and MKV<br />
    * Video: MPEG-4, H.264, or Theora (1 or 2 passes or constant quantizer/rate encoding)<br />
    * Audio: AAC, MP3, Vorbis or AC-3 and DTS pass-through (supports encoding of several audio tracks)</p>
<p>Misc features:<br />
    * Chapter selection<br />
    * Basic subtitle support (burned into the picture)<br />
    * Integrated bitrate calculator<br />
    * Picture deinterlacing, cropping and scaling<br />
    * Grayscale encoding</p>
]]></content:encoded>
	</item>
</channel>
</rss>

