<?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: How to encode h264 video files for Nokia Series 60 standalone playback</title>
	<atom:link href="http://blog.mfabrik.com/2008/09/23/how-to-encode-h264-video-files-for-nokia-series-60-standalone-playback/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mfabrik.com/2008/09/23/how-to-encode-h264-video-files-for-nokia-series-60-standalone-playback/</link>
	<description>Freedom delivered.</description>
	<lastBuildDate>Thu, 02 Sep 2010 06:27:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Per Blomqvist</title>
		<link>http://blog.mfabrik.com/2008/09/23/how-to-encode-h264-video-files-for-nokia-series-60-standalone-playback/comment-page-1/#comment-678</link>
		<dc:creator>Per Blomqvist</dc:creator>
		<pubDate>Fri, 17 Oct 2008 18:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redinnovation.com/?p=118#comment-678</guid>
		<description>Still strange, previous message awaiting moderation.

I see options in your ffmpeg command, that doesnt have any reference (mystery). 

&quot;-flags +loop&quot; &quot;-cmp +chroma&quot; .. ???
Nowhere tobe found in any documentations.

ffmpeg have a documentation package in Debian. BUT, ist doxygen of its source. Uncompromisable!</description>
		<content:encoded><![CDATA[<p>Still strange, previous message awaiting moderation.</p>
<p>I see options in your ffmpeg command, that doesnt have any reference (mystery). </p>
<p>&#8220;-flags +loop&#8221; &#8220;-cmp +chroma&#8221; .. ???<br />
Nowhere tobe found in any documentations.</p>
<p>ffmpeg have a documentation package in Debian. BUT, ist doxygen of its source. Uncompromisable!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Blomqvist</title>
		<link>http://blog.mfabrik.com/2008/09/23/how-to-encode-h264-video-files-for-nokia-series-60-standalone-playback/comment-page-1/#comment-666</link>
		<dc:creator>Per Blomqvist</dc:creator>
		<pubDate>Mon, 06 Oct 2008 23:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redinnovation.com/?p=118#comment-666</guid>
		<description>Wow, it worked!
(I didnt reinstall ffmpeg.. Im debian testing user)

One thing though, there was no preview-image (in the folder of &quot;My Videos&quot;)?

I have tried to encoding mp4-files for my N95, for a loong time now... 
(here are the previous successful line:

mencoder -of lavf -lavfopts format=mp4 -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:acodec=libfaac:abitrate=128:vcodec=mpeg4:keyint=25:vpass=1 -ofps 25 -af lavcresample=44100 -vf yadif,scale,crop=384,harddup -zoom -xy 512 INPUTFILE.avi -o output.mp4 -idx

(This is an modification of 
http://notes.xiaoka.com/2008/03/29/encode-mp4-files-for-nokia-n95-with-mencoder/
And it encode in mpeg4 video-format)

(Here are another older post, that did something also:
http://wiki.dumbot.net/Video_processing
It produced something.. But I didnt get the idee of separating sound and video, and later boxing)

An alternative to all these hassling is to install a DivX-payer on the phone: http://www.divx.com/mobile/ (it works good)

I used to encode with mplayers mencoder, ffmpeg is something obscure cuttingedge (I dont know how many days your example will work).

Im looking for a way to postprocessing recorded TV shows. Too a format that can be viewed in my N95, and also streamed on the web in a flashplayer. This demand mp4 (or possible old .flv). And I find the video codex h264 the best.

I cant grasp if x264 and h264 is the same thing, or twat. 

What was that about paying for codex about???

(strange, allot of fuzz.. Feels good when things working, for once

THX</description>
		<content:encoded><![CDATA[<p>Wow, it worked!<br />
(I didnt reinstall ffmpeg.. Im debian testing user)</p>
<p>One thing though, there was no preview-image (in the folder of &#8220;My Videos&#8221;)?</p>
<p>I have tried to encoding mp4-files for my N95, for a loong time now&#8230;<br />
(here are the previous successful line:</p>
<p>mencoder -of lavf -lavfopts format=mp4 -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:acodec=libfaac:abitrate=128:vcodec=mpeg4:keyint=25:vpass=1 -ofps 25 -af lavcresample=44100 -vf yadif,scale,crop=384,harddup -zoom -xy 512 INPUTFILE.avi -o output.mp4 -idx</p>
<p>(This is an modification of<br />
<a href="http://notes.xiaoka.com/2008/03/29/encode-mp4-files-for-nokia-n95-with-mencoder/" rel="nofollow">http://notes.xiaoka.com/2008/03/29/encode-mp4-files-for-nokia-n95-with-mencoder/</a><br />
And it encode in mpeg4 video-format)</p>
<p>(Here are another older post, that did something also:<br />
<a href="http://wiki.dumbot.net/Video_processing" rel="nofollow">http://wiki.dumbot.net/Video_processing</a><br />
It produced something.. But I didnt get the idee of separating sound and video, and later boxing)</p>
<p>An alternative to all these hassling is to install a DivX-payer on the phone: <a href="http://www.divx.com/mobile/" rel="nofollow">http://www.divx.com/mobile/</a> (it works good)</p>
<p>I used to encode with mplayers mencoder, ffmpeg is something obscure cuttingedge (I dont know how many days your example will work).</p>
<p>Im looking for a way to postprocessing recorded TV shows. Too a format that can be viewed in my N95, and also streamed on the web in a flashplayer. This demand mp4 (or possible old .flv). And I find the video codex h264 the best.</p>
<p>I cant grasp if x264 and h264 is the same thing, or twat. </p>
<p>What was that about paying for codex about???</p>
<p>(strange, allot of fuzz.. Feels good when things working, for once</p>
<p>THX</p>
]]></content:encoded>
	</item>
</channel>
</rss>
