<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to MediaFormat</title><link>https://sourceforge.net/p/openpatrician/wikimig/MediaFormat/</link><description>Recent changes to MediaFormat</description><atom:link href="https://sourceforge.net/p/openpatrician/wikimig/MediaFormat/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 05 Jan 2017 09:36:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openpatrician/wikimig/MediaFormat/feed" rel="self" type="application/rss+xml"/><item><title>MediaFormat modified by Sahits GmbH</title><link>https://sourceforge.net/p/openpatrician/wikimig/MediaFormat/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="media-formats"&gt;Media formats&lt;/h1&gt;
&lt;h2 id="sound"&gt;Sound&lt;/h2&gt;
&lt;p&gt;The sound should be provided as mp3 or wav files. These formats do not seem to cause any issues and can be played by the sound player.&lt;br/&gt;
Video&lt;br/&gt;
-&lt;br/&gt;
The video format is another story. It seems that &lt;a class="" href="https://docs.oracle.com/javafx/2/api/javafx/scene/media/package-summary.html" rel="nofollow"&gt;JavaFX media&lt;/a&gt; player is a bit picky with respect to the supported media formats.&lt;br/&gt;
The format Codec: &lt;code&gt;H264 - MPEG-4 AVC (part 10) (avc1)&lt;/code&gt; at least seems to work. You can convert the MP4 file that is created from the animation render in blender with this comand line on Linux:&lt;br/&gt;
&lt;code&gt;ffmpeg -i &amp;lt;input.mp4&amp;gt; -c:v libx264 -c:a mp3 &amp;lt;output.mp4&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sahits GmbH</dc:creator><pubDate>Thu, 05 Jan 2017 09:36:15 -0000</pubDate><guid>https://sourceforge.net3747e3ab6cc216fe80b58052ce7a8e10c9308c18</guid></item></channel></rss>