<?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: Playing Movies on the iAudio X5</title>
	<atom:link href="http://www.hlynes.com/2005/10/09/playing-movies-on-the-iaudio-x5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hlynes.com/2005/10/09/playing-movies-on-the-iaudio-x5/</link>
	<description></description>
	<lastBuildDate>Tue, 06 Sep 2011 19:08:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Best Uses For iaudio x5 30gb &#124; Cowon Player Blog Store</title>
		<link>http://www.hlynes.com/2005/10/09/playing-movies-on-the-iaudio-x5/comment-page-1/#comment-52173</link>
		<dc:creator>Best Uses For iaudio x5 30gb &#124; Cowon Player Blog Store</dc:creator>
		<pubDate>Tue, 23 Jun 2009 08:32:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-52173</guid>
		<description>[...] Industry Best Practice is another way of saying â€œFollow the Herd &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Industry Best Practice is another way of saying â€œFollow the Herd &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh Duggal</title>
		<link>http://www.hlynes.com/2005/10/09/playing-movies-on-the-iaudio-x5/comment-page-1/#comment-33553</link>
		<dc:creator>Rajesh Duggal</dc:creator>
		<pubDate>Sat, 12 Apr 2008 07:43:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-33553</guid>
		<description>This worked for me in the end...
It seems like when I used a lower ofps the video would play faster than the audio causing sync problems... but this worked fine on a 30 min video i tested...


mencoder in.mpg -o out.avi -oac mp3lame -lameopts mode=2:cbr:br=96:vol=0 -ovc lavc -lavco
pts vcodec=mpeg4:vbitrate=100:vhq:vpass=1:vmax_b_frames=0 -ffourcc XVID -vf scal
e=160:128 -ofps 15;

Rajesh Duggal</description>
		<content:encoded><![CDATA[<p>This worked for me in the end&#8230;<br />
It seems like when I used a lower ofps the video would play faster than the audio causing sync problems&#8230; but this worked fine on a 30 min video i tested&#8230;</p>
<p>mencoder in.mpg -o out.avi -oac mp3lame -lameopts mode=2:cbr:br=96:vol=0 -ovc lavc -lavco<br />
pts vcodec=mpeg4:vbitrate=100:vhq:vpass=1:vmax_b_frames=0 -ffourcc XVID -vf scal<br />
e=160:128 -ofps 15;</p>
<p>Rajesh Duggal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://www.hlynes.com/2005/10/09/playing-movies-on-the-iaudio-x5/comment-page-1/#comment-32180</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Wed, 19 Mar 2008 07:38:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-32180</guid>
		<description>try using jetaudio. u can google it around! ^_^</description>
		<content:encoded><![CDATA[<p>try using jetaudio. u can google it around! ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: huw</title>
		<link>http://www.hlynes.com/2005/10/09/playing-movies-on-the-iaudio-x5/comment-page-1/#comment-25394</link>
		<dc:creator>huw</dc:creator>
		<pubDate>Tue, 23 Oct 2007 18:24:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-25394</guid>
		<description>http://mailman.videolan.org/pipermail/x264-devel/2007-March/002848.html

looks like mencoder doesn&#039;t do b-frames properly. ffmpeg might work though. Then use mencoder to recode the output of ffmpeg once the b-frames are gone.</description>
		<content:encoded><![CDATA[<p><a href="http://mailman.videolan.org/pipermail/x264-devel/2007-March/002848.html" rel="nofollow">http://mailman.videolan.org/pipermail/x264-devel/2007-March/002848.html</a></p>
<p>looks like mencoder doesn&#8217;t do b-frames properly. ffmpeg might work though. Then use mencoder to recode the output of ffmpeg once the b-frames are gone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh Duggal</title>
		<link>http://www.hlynes.com/2005/10/09/playing-movies-on-the-iaudio-x5/comment-page-1/#comment-25393</link>
		<dc:creator>Rajesh Duggal</dc:creator>
		<pubDate>Tue, 23 Oct 2007 16:47:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-25393</guid>
		<description>I used Chris&#039; x5enc() script.  The resulting video plays great with mplayer, but the video plays too fast on the iaudio x5.  The audio plays at the correct speed, so there is a sync problem.  Google says that I need to remove the B-frames from the avi to make this work correctly.  I did RTFM on mencoder  but couldn&#039;t figure out how to get this working.  Anyone know how to remove the B-frames from the video, so that it plays in sync on the iaudio?  Cheers,
Raj.</description>
		<content:encoded><![CDATA[<p>I used Chris&#8217; x5enc() script.  The resulting video plays great with mplayer, but the video plays too fast on the iaudio x5.  The audio plays at the correct speed, so there is a sync problem.  Google says that I need to remove the B-frames from the avi to make this work correctly.  I did RTFM on mencoder  but couldn&#8217;t figure out how to get this working.  Anyone know how to remove the B-frames from the video, so that it plays in sync on the iaudio?  Cheers,<br />
Raj.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Yee Mon</title>
		<link>http://www.hlynes.com/2005/10/09/playing-movies-on-the-iaudio-x5/comment-page-1/#comment-8519</link>
		<dc:creator>Christopher Yee Mon</dc:creator>
		<pubDate>Wed, 03 Jan 2007 00:41:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-8519</guid>
		<description>That&#039;s weird. I&#039;ve tried encoding it on linux with slightly different options. They work as well but it runs choppy. Here&#039;s what I tried.

mencoder movie.mov -ofps 15 -vop scale=160:120 -ovc xvid -oac mp3lame -xvidencopts bitrate=800 -lameopts cbr:br=128 -o movie.avi</description>
		<content:encoded><![CDATA[<p>That&#8217;s weird. I&#8217;ve tried encoding it on linux with slightly different options. They work as well but it runs choppy. Here&#8217;s what I tried.</p>
<p>mencoder movie.mov -ofps 15 -vop scale=160:120 -ovc xvid -oac mp3lame -xvidencopts bitrate=800 -lameopts cbr:br=128 -o movie.avi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.hlynes.com/2005/10/09/playing-movies-on-the-iaudio-x5/comment-page-1/#comment-4054</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 15 Aug 2006 12:39:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-4054</guid>
		<description>I noticed I experienced problems playing movies when I used lavc for audio encoding. After switching to -oac mp3lame -lameopts cbr:br=128 it works nicely. Also I thought about running mplayer -vo null -nosound -frames 1 and check the output for the video size so I can switch between scale=160:-3 and scale=-3:108 :)</description>
		<content:encoded><![CDATA[<p>I noticed I experienced problems playing movies when I used lavc for audio encoding. After switching to -oac mp3lame -lameopts cbr:br=128 it works nicely. Also I thought about running mplayer -vo null -nosound -frames 1 and check the output for the video size so I can switch between scale=160:-3 and scale=-3:108 <img src='http://www.hlynes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogroth</title>
		<link>http://www.hlynes.com/2005/10/09/playing-movies-on-the-iaudio-x5/comment-page-1/#comment-1071</link>
		<dc:creator>Blogroth</dc:creator>
		<pubDate>Mon, 24 Apr 2006 21:41:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-1071</guid>
		<description>&lt;strong&gt;Encoding movies for the X5L using free software...&lt;/strong&gt;

Hiya,

today I wanted to try the video playback feature of my X5L. With some help from huw, I worked out this mencoder line:
mencoder input -o output.avi -ovc lavc -oac lavc -lavcopts acodec=mp3:abitrate=128:vbitrate=128 -vf scale=160:-3 -ofps 13&amp;nb...</description>
		<content:encoded><![CDATA[<p><strong>Encoding movies for the X5L using free software&#8230;</strong></p>
<p>Hiya,</p>
<p>today I wanted to try the video playback feature of my X5L. With some help from huw, I worked out this mencoder line:<br />
mencoder input -o output.avi -ovc lavc -oac lavc -lavcopts acodec=mp3:abitrate=128:vbitrate=128 -vf scale=160:-3 -ofps 13&amp;nb&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph Neuroth</title>
		<link>http://www.hlynes.com/2005/10/09/playing-movies-on-the-iaudio-x5/comment-page-1/#comment-1070</link>
		<dc:creator>Christoph Neuroth</dc:creator>
		<pubDate>Mon, 24 Apr 2006 21:28:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-1070</guid>
		<description>Hi, thanks for the mencoder line. I&#039;ve been playing around a little with mencoder before but had something wrong.

You can additionally lower the video bitrate to save quite some space (and probable CPU power on the device), because with this resolution you don&#039;t need high bitrates. By default, I got something like 350kbps for the video and I don&#039;t see any difference to the 150 I use now and they save nearly 50% of space. Plus I used &quot;-3&quot; as the second scale parameter so the aspect ratio will not be modified by mencoder. Here&#039;s my new shell function:

x5enc() {
 # Encode video to run on X5/X5L player
 # usage: x5enc SOURCE TARGET
 mencoder $1 -o $2 -ovc lavc -oac lavc \
                   -lavcopts acodec=mp3:abitrate=128:vbitrate=128 \
                   -vf scale=160:-3 -ofps 13
}

Maybe using -o xvid can get even better results, but It&#039;s more CPU intensive while encoding.

cheers chris</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the mencoder line. I&#8217;ve been playing around a little with mencoder before but had something wrong.</p>
<p>You can additionally lower the video bitrate to save quite some space (and probable CPU power on the device), because with this resolution you don&#8217;t need high bitrates. By default, I got something like 350kbps for the video and I don&#8217;t see any difference to the 150 I use now and they save nearly 50% of space. Plus I used &#8220;-3&#8243; as the second scale parameter so the aspect ratio will not be modified by mencoder. Here&#8217;s my new shell function:</p>
<p>x5enc() {<br />
 # Encode video to run on X5/X5L player<br />
 # usage: x5enc SOURCE TARGET<br />
 mencoder $1 -o $2 -ovc lavc -oac lavc \<br />
                   -lavcopts acodec=mp3:abitrate=128:vbitrate=128 \<br />
                   -vf scale=160:-3 -ofps 13<br />
}</p>
<p>Maybe using -o xvid can get even better results, but It&#8217;s more CPU intensive while encoding.</p>
<p>cheers chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.hlynes.com/2005/10/09/playing-movies-on-the-iaudio-x5/comment-page-1/#comment-30</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Sat, 25 Mar 2006 13:42:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-30</guid>
		<description>neil,
you probably need to install lame

Available codecs:
   copy     - frame copy, without re-encoding (useful for AC3)
   pcm      - uncompressed PCM audio
   mp3lame  - cbr/abr/vbr MP3 using libmp3lame
   lavc     - FFmpeg audio encoder (MP2, AC3, ...)</description>
		<content:encoded><![CDATA[<p>neil,<br />
you probably need to install lame</p>
<p>Available codecs:<br />
   copy     &#8211; frame copy, without re-encoding (useful for AC3)<br />
   pcm      &#8211; uncompressed PCM audio<br />
   mp3lame  &#8211; cbr/abr/vbr MP3 using libmp3lame<br />
   lavc     &#8211; FFmpeg audio encoder (MP2, AC3, &#8230;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

