<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flexion.Org Blog &#187; MPEG-4</title>
	<atom:link href="http://blog.flexion.org/tag/mpeg-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexion.org</link>
	<description>Bad grammar and typos for total strangers</description>
	<lastBuildDate>Tue, 17 Jan 2012 17:01:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>MKV to MPEG-4 conversion script</title>
		<link>http://blog.flexion.org/2009/08/27/mkv-to-mp4-conversion-script/</link>
		<comments>http://blog.flexion.org/2009/08/27/mkv-to-mp4-conversion-script/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 20:48:58 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Audio & Video]]></category>
		<category><![CDATA[AAC 5.1]]></category>
		<category><![CDATA[AC3]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[DTS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MKV]]></category>
		<category><![CDATA[MP4]]></category>
		<category><![CDATA[MPEG-4]]></category>
		<category><![CDATA[PlayStation 3]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/?p=264</guid>
		<description><![CDATA[The Play Station 3 can&#8217;t play MKV file. Therefore I&#8217;ve written a script that creates a PlayStation 3 or Xbox 360 compatible MPEG-4 from Matroska providing the video is H.264 and audio is AC3 or DTS. Xbox 360 compatibility requires that audio is forcibly downmixed to stereo with &#8216;&#8211;stereo&#8217;. AAC 5.1 audio will have the [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://blog.flexion.org/2009/08/27/mkv-to-mp4-conversion-script/"></g:plusone></div><div class="socialize-in-button socialize-in-button-vertical"><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.flexion.org/2009/08/27/mkv-to-mp4-conversion-script/&amp;layout=box_count&amp;show_faces=false&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://blog.flexion.org/2009/08/27/mkv-to-mp4-conversion-script/" data-text="MKV to MPEG-4 conversion script" data-count="vertical" data-via="@flexiondotorg" data-related="@flexiondotorg"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><script type="in/share" data-url="http://blog.flexion.org/2009/08/27/mkv-to-mp4-conversion-script/" data-counter="top"></script></div></div><p>The Play Station 3 can&#8217;t play MKV file. Therefore I&#8217;ve written a script that creates a PlayStation 3 or Xbox 360 compatible MPEG-4 from Matroska providing the video is H.264 and audio is AC3 or DTS. Xbox 360 compatibility requires that audio is forcibly downmixed to stereo with &#8216;&#8211;stereo&#8217;. AAC 5.1 audio will have the correct channel assignments when transcoding from AC3 5.1 and DTS 5.1. If &#8216;neroAacEnc&#8217; is installed then it in preference to &#8216;faac&#8217; for encoding the AAC audio as it produces better quality output. neroAacEnc is optional.</p>
<p>The script does as little re-encoding as possible, only the audio and subtitles are re-encoded or converted. The script can detect profile 5.1 H.264 and patch it to 4.1 in under a second. Any subtitles in the Matroska are preserved. If &#8216;mp4creator&#8217; is used the subtitles are extracted stored in a seperate file. If &#8216;MP4Box&#8217; is used (default) the subtitles are converted to GPAC Timed Text and muxed into the resulting<br />
MPEG-4. The PS3 can&#8217;t display these subtitles but some software players can.</p>
<p>The script can optionally split the Matroska if it is greater than 4GB to ensure Play Station 3, Xbox 360 and FAT32 compatibility.</p>
<p>This script works on Ubuntu Linux and should work on any other Linux/Unix flavour and possibly Mac OS X providing you have the required tools installed.</p>
<ul>
<li><a href="http://code.flexion.org/MKV-to-MP4.html" target="_self">MKV-to-MP4</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2009/08/27/mkv-to-mp4-conversion-script/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>PlayStation 3 compaitble MPEG-4 container repacker</title>
		<link>http://blog.flexion.org/2009/04/23/ps3-mpeg-4-container-repacker/</link>
		<comments>http://blog.flexion.org/2009/04/23/ps3-mpeg-4-container-repacker/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 17:09:11 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Audio & Video]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[iPlayer]]></category>
		<category><![CDATA[MPEG-4]]></category>
		<category><![CDATA[PlayStation]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/?p=253</guid>
		<description><![CDATA[Some of my mobile phones have been able to record video clips in MPEG-4 format. Sadly some of these clips don&#8217;t play on the PlayStation 3 and those that do stutter terribly. I use &#8216;iplayer-dl&#8216; to download content from BBC iPlayer. Sadly the files are in a Quicktime container and are not playable on the [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://blog.flexion.org/2009/04/23/ps3-mpeg-4-container-repacker/"></g:plusone></div><div class="socialize-in-button socialize-in-button-vertical"><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.flexion.org/2009/04/23/ps3-mpeg-4-container-repacker/&amp;layout=box_count&amp;show_faces=false&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://blog.flexion.org/2009/04/23/ps3-mpeg-4-container-repacker/" data-text="PlayStation 3 compaitble MPEG-4 container repacker" data-count="vertical" data-via="@flexiondotorg" data-related="@flexiondotorg"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><script type="in/share" data-url="http://blog.flexion.org/2009/04/23/ps3-mpeg-4-container-repacker/" data-counter="top"></script></div></div><p>Some of my mobile phones have been able to record video clips in MPEG-4 format. Sadly some of these clips don&#8217;t play on the PlayStation 3 and those that do stutter terribly. I use &#8216;<a href="http://po-ru.com/projects/iplayer-downloader/" target="_blank">iplayer-dl</a>&#8216; to download content from BBC iPlayer. Sadly the files are in a Quicktime container and are not playable on the PS3. In order to address both these issues I created a script which extracts the audio and video from an existing MPEG-4 or ISO Media Apple QuickTime container and repacks them in a new MPEG-4 container with optional splitting of the resulting MPEG-4 to maintain FAT32  compatibility.  The new MPEG-4 files play back just fine on my PS3 <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>This script works on Ubuntu Linux, should work on any other Linux/Unix flavour and possibly Mac OS X providing you have the required tools installed.</p>
<ul>
<li>See the <a rel="nofollow" href="http://code.flexion.org/" target="_self">Code</a> section of my site for the download and more details.</li>
</ul>
<p>Mp4-Repacker.sh was released on April 23rd 2009 to help celebrate <a rel="nofollow" href="http://en.wikipedia.org/wiki/St_George%27s_Day" target="_blank">St. George’s Day</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2009/04/23/ps3-mpeg-4-container-repacker/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

