<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>RadScorpion's blog</title>
	<link>http://blog.monogram.sk/janos</link>
	<description>Multimedia dedicated weblog.</description>
	<pubDate>Sun, 14 Jun 2009 11:39:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>MONOGRAM GraphStudio 0.3.2.0</title>
		<link>http://blog.monogram.sk/janos/2009/06/14/monogram-graphstudio-0320/</link>
		<comments>http://blog.monogram.sk/janos/2009/06/14/monogram-graphstudio-0320/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 11:39:22 +0000</pubDate>
		<dc:creator>Igor Janos</dc:creator>
		
		<category><![CDATA[Free Software]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[graphedit]]></category>

		<category><![CDATA[graphstudio]]></category>

		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://blog.monogram.sk/janos/2009/06/14/monogram-graphstudio-0320/</guid>
		<description><![CDATA[Hello people,
a new build of GraphStudio is available with the following changes:

Render URL can accept more characters than the width of the input box is
File name truncations fixed in “Text Information” form
“Copy” button copies the text report into the clipboard
Small “Text Information” form redesign
“Delete Selection” added to filter context menu
GraphStudio makes sure it is located [...]]]></description>
			<content:encoded><![CDATA[<p>Hello people,</p>
<p>a new build of GraphStudio is available with the following changes:</p>
<ul>
<li>Render URL can accept more characters than the width of the input box is</li>
<li>File name truncations fixed in “Text Information” form</li>
<li>“Copy” button copies the text report into the clipboard</li>
<li>Small “Text Information” form redesign</li>
<li>“Delete Selection” added to filter context menu</li>
<li>GraphStudio makes sure it is located on a visible portion of the screen at start</li>
</ul>
<p>Download:</p>
<ul>
<li><a href="http://blog.monogram.sk/janos/download/dl-graphstudio.php">32-bit graphstudio.exe (1148 KB)</a></li>
<li><a href="http://blog.monogram.sk/janos/download/graphstudio64.exe">64-bit graphstudio64.exe (1918 KB)</a></li>
</ul>
<p>Enjoy,</p>
<p>Igor</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.monogram.sk/janos/2009/06/14/monogram-graphstudio-0320/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MONOGRAM x264 Encoder 1.0.5.0</title>
		<link>http://blog.monogram.sk/janos/2009/05/20/monogram-x264-encoder-1050/</link>
		<comments>http://blog.monogram.sk/janos/2009/05/20/monogram-x264-encoder-1050/#comments</comments>
		<pubDate>Wed, 20 May 2009 16:40:33 +0000</pubDate>
		<dc:creator>Igor Janos</dc:creator>
		
		<category><![CDATA[Free Software]]></category>

		<category><![CDATA[DirectShow]]></category>

		<category><![CDATA[encode]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[h264]]></category>

		<category><![CDATA[x264]]></category>

		<guid isPermaLink="false">http://blog.monogram.sk/janos/2009/05/20/monogram-x264-encoder-1050/</guid>
		<description><![CDATA[Hello,
another few minor issues have been fixed in my x264 wrapper filter.

property page does not flicker any more
AnnexB and AUD work fine now
bugfix for output media type

Download binary: mm_x264_1.0.5.0_bin.zip (450 KB)
Enjoy,
Igor
]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>another few minor issues have been fixed in my x264 wrapper filter.</p>
<ul>
<li>property page does not flicker any more</li>
<li>AnnexB and AUD work fine now</li>
<li>bugfix for output media type</li>
</ul>
<p>Download binary: <a href="http://blog.monogram.sk/janos/download/filters/mm_x264_1.0.5.0_bin.zip ">mm_x264_1.0.5.0_bin.zip (450 KB)</a></p>
<p>Enjoy,</p>
<p>Igor</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.monogram.sk/janos/2009/05/20/monogram-x264-encoder-1050/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MONOGRAM x264 Encoder 1.0.4.0</title>
		<link>http://blog.monogram.sk/janos/2009/05/12/monogram-x264-encoder-1040/</link>
		<comments>http://blog.monogram.sk/janos/2009/05/12/monogram-x264-encoder-1040/#comments</comments>
		<pubDate>Tue, 12 May 2009 09:11:52 +0000</pubDate>
		<dc:creator>Igor Janos</dc:creator>
		
		<category><![CDATA[Free Software]]></category>

		<category><![CDATA[DirectShow]]></category>

		<category><![CDATA[encode]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[h264]]></category>

		<category><![CDATA[x264]]></category>

		<guid isPermaLink="false">http://blog.monogram.sk/janos/2009/05/12/monogram-x264-encoder-1040/</guid>
		<description><![CDATA[Hello,
another update for the x264 encoder filter is available with the following changes:

rebuilt with latest libx264
code clean ups
added options for weighted prediction, mixed reference frames, adaptive b-frame decisions and usage of b-frames as reference frames
aspect ratio is preserved from VIDEOINFOHEADER2 structure and encoded in the VUI SAR values.

Source code is available in the SVN repository.
Download [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>another update for the x264 encoder filter is available with the following changes:</p>
<ul>
<li>rebuilt with latest libx264</li>
<li>code clean ups</li>
<li>added options for weighted prediction, mixed reference frames, adaptive b-frame decisions and usage of b-frames as reference frames</li>
<li>aspect ratio is preserved from VIDEOINFOHEADER2 structure and encoded in the VUI SAR values.</li>
</ul>
<p>Source code is available in the SVN repository.</p>
<p>Download binary: <a href="http://blog.monogram.sk/janos/download/filters/mm_x264_1.0.4.0_bin.zip">mm_x264_1.0.4.0_bin.zip (450 KB)</a></p>
<p>Enjoy,</p>
<p>Igor</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.monogram.sk/janos/2009/05/12/monogram-x264-encoder-1040/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MONOGRAM FLV Mux 0.9.2.0</title>
		<link>http://blog.monogram.sk/janos/2009/05/11/monogram-flv-mux-0920/</link>
		<comments>http://blog.monogram.sk/janos/2009/05/11/monogram-flv-mux-0920/#comments</comments>
		<pubDate>Mon, 11 May 2009 19:46:13 +0000</pubDate>
		<dc:creator>Igor Janos</dc:creator>
		
		<category><![CDATA[DirectShow]]></category>

		<category><![CDATA[Free Software]]></category>

		<category><![CDATA[flv]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[h264]]></category>

		<category><![CDATA[mux]]></category>

		<guid isPermaLink="false">http://blog.monogram.sk/janos/2009/05/11/monogram-flv-mux-0920/</guid>
		<description><![CDATA[Hello,
with the help of one of our coders - Siri, we&#8217;ve been able to make a new update of the FLV muxer filter. The new build supports H.264, VP6 and AAC streams and also contains some code cleanups. The muxer also supports B-frames (when connected to MONOGRAM x264 Encoder).
The source code is located in the [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>with the help of one of our coders - <a href="http://blog.monogram.sk/sirota/" target="_blank">Siri</a>, we&#8217;ve been able to make a new update of the FLV muxer filter. The new build supports <strong>H.264, VP6</strong> and <strong>AAC</strong> streams and also contains some code cleanups. The muxer also supports B-frames (when connected to MONOGRAM x264 Encoder).</p>
<p>The source code is located in the <a href="http://dev.monogram.sk/websvn/listing.php?repname=flv_mux&amp;path=%2F&amp;" target="_blank">WebSVN repository</a> or can be downloaded with the following command:</p>
<p>svn co svn://dev.monogram.sk/public/flv_mux/trunk</p>
<p>Download binary : <a href="http://dev.monogram.sk/websvn/filedetails.php?repname=flv_mux&amp;path=%2Ftrunk%2Fbin%2Fmmflvmux.ax" target="_blank">mmflvmux.ax (350 KB)</a></p>
<p>Enjoy,</p>
<p>Igor</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.monogram.sk/janos/2009/05/11/monogram-flv-mux-0920/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MONOGRAM AAC Decoder 0.9.6.0</title>
		<link>http://blog.monogram.sk/janos/2009/03/08/monogram-aac-decoder-0960/</link>
		<comments>http://blog.monogram.sk/janos/2009/03/08/monogram-aac-decoder-0960/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 10:01:44 +0000</pubDate>
		<dc:creator>Igor Janos</dc:creator>
		
		<category><![CDATA[Free Software]]></category>

		<category><![CDATA[aac]]></category>

		<category><![CDATA[adts]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[latm]]></category>

		<category><![CDATA[monogram]]></category>

		<guid isPermaLink="false">http://blog.monogram.sk/janos/2009/03/08/monogram-aac-decoder-0960/</guid>
		<description><![CDATA[Hey,
it&#8217;s been a month since I&#8217;ve posted anything new so I guess it&#8217;s about time to do something. Here&#8217;s the latest AAC decoder with the following changes:

Channel mapping works as it should
Seeking now works with files (some MKV) that don&#8217;t have time stamps set for all frames
Another LATM media type has been added for Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Hey,</p>
<p>it&#8217;s been a month since I&#8217;ve posted anything new so I guess it&#8217;s about time to do something. Here&#8217;s the latest AAC decoder with the following changes:</p>
<ul>
<li>Channel mapping works as it should</li>
<li>Seeking now works with files (some MKV) that don&#8217;t have time stamps set for all frames</li>
<li>Another LATM media type has been added for Windows 7</li>
<li>Object type is detected for each decoded frame - HE mode is properly indicated in the property page</li>
</ul>
<p>I have also had plans to do 7.1 channel support but did not have time to create such files for myself nor luck to find them anywhere so if you want to make things easy for me and are in possession of such files go ahead and post them to me.</p>
<p>Download : <a href="http://blog.monogram.sk/janos/download/filters/mm_aac_dec_0.9.6.0_bin.zip">mm_aac_dec_0.9.6.0_bin.zip (285 KB)</a></p>
<p>Igor</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.monogram.sk/janos/2009/03/08/monogram-aac-decoder-0960/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;m damn busy</title>
		<link>http://blog.monogram.sk/janos/2009/02/06/im-damn-busy/</link>
		<comments>http://blog.monogram.sk/janos/2009/02/06/im-damn-busy/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 06:27:50 +0000</pubDate>
		<dc:creator>Igor Janos</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.monogram.sk/janos/2009/02/06/im-damn-busy/</guid>
		<description><![CDATA[Hi,
I&#8217;m getting lots of emails asking for stuff I&#8217;ve promised so I think I should explain why I&#8217;m silent these days.
We are having some busy times in MONOGRAM finishing several very interesting projects and I&#8217;ve basically spent the past days coding like hell and sleeping (the smaller part). Furthermore I&#8217;m also sick with headaches so [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m getting lots of emails asking for stuff I&#8217;ve promised so I think I should explain why I&#8217;m silent these days.</p>
<p>We are having some busy times in MONOGRAM finishing several very interesting projects and I&#8217;ve basically spent the past days coding like hell and sleeping (the smaller part). Furthermore I&#8217;m also sick with headaches so I&#8217;m having hard times focusing properly. Let&#8217;s give me a week or two and I&#8217;m back again.</p>
<p>So long,</p>
<p>Igor</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.monogram.sk/janos/2009/02/06/im-damn-busy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MONOGRAM Musepack Update</title>
		<link>http://blog.monogram.sk/janos/2009/01/18/monogram-musepack-update/</link>
		<comments>http://blog.monogram.sk/janos/2009/01/18/monogram-musepack-update/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 16:36:58 +0000</pubDate>
		<dc:creator>Igor Janos</dc:creator>
		
		<category><![CDATA[Free Software]]></category>

		<category><![CDATA[decoder]]></category>

		<category><![CDATA[DirectShow]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[musepack]]></category>

		<category><![CDATA[sv8]]></category>

		<guid isPermaLink="false">http://blog.monogram.sk/janos/2009/01/18/monogram-musepack-update/</guid>
		<description><![CDATA[Hi,
after several months there is finally an update for the Musepack filter pack with the following changes:

FIXED - Decoder produced 6dB lower output
ADDED - Splitter now supports APE v2.0 tags and IAMMediaContent interface
ADDED - Splitter now supports chapters
Decoder is now in version 0.9.2.0
Splitter is now in version 0.4.0.0

The chapter support is implemented using the IAMStreamSelect [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>after several months there is finally an update for the Musepack filter pack with the following changes:</p>
<ul>
<li>FIXED - Decoder produced 6dB lower output</li>
<li>ADDED - Splitter now supports APE v2.0 tags and IAMMediaContent interface</li>
<li>ADDED - Splitter now supports chapters</li>
<li>Decoder is now in version 0.9.2.0</li>
<li>Splitter is now in version 0.4.0.0</li>
</ul>
<p>The chapter support is implemented using the IAMStreamSelect interface. Many popular players such as Media Player Classic provide a popup menu for this interface automatically so the chapter support should work naturally with them.</p>
<p>The complete source code is located in the <a href="http://svn.musepack.net/">Musepack SVN Repository</a></p>
<p>Binary download : <a href="http://blog.monogram.sk/janos/download/filters/musepack_jan_2009.zip">musepack_jan_2009.zip (260 KB)</a></p>
<p>Enjoy,</p>
<p>Igor</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.monogram.sk/janos/2009/01/18/monogram-musepack-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MONOGRAM MP4 Mux 0.9.3.0 Alpha</title>
		<link>http://blog.monogram.sk/janos/2009/01/13/monogram-mp4-mux-0930-alpha/</link>
		<comments>http://blog.monogram.sk/janos/2009/01/13/monogram-mp4-mux-0930-alpha/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 17:36:33 +0000</pubDate>
		<dc:creator>Igor Janos</dc:creator>
		
		<category><![CDATA[Free Software]]></category>

		<category><![CDATA[DirectShow]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[mp4]]></category>

		<category><![CDATA[mux]]></category>

		<guid isPermaLink="false">http://blog.monogram.sk/janos/2009/01/13/monogram-mp4-mux-0930-alpha/</guid>
		<description><![CDATA[Hi,
as promised here&#8217;s the first testing version of the new MP4 mux filter I&#8217;m working on. First I&#8217;d like to say that this filter is not yet mature so you should really take it as that. So far I have only focused on H.264 and AAC support.
Basically you can use this filter to directly remux [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>as promised here&#8217;s the first testing version of the new MP4 mux filter I&#8217;m working on. First I&#8217;d like to say that this filter is <strong><font color="#ff0000">not yet mature</font></strong> so you should really take it as that. So far I have only focused on H.264 and AAC support.</p>
<p>Basically you can use this filter to directly remux e.g. MKV files with H.264 and AAC streams but if you are using B-Frames the only way they are going to work properly is to use latest MONOGRAM x264 Encoder (<a href="http://dev.monogram.sk/websvn/filedetails.php?repname=x264_enc&amp;path=%2Ftrunk%2Fbin%2Fmmx264.ax">currently unpublished 1.0.3.0 build can be found HERE</a>). I would also recommend you to use MONOGRAM AAC Encoder (<a href="http://dev.monogram.sk/websvn/filedetails.php?repname=aac_enc&amp;path=%2Ftrunk%2Fbin%2Fmmaace.ax">latest SVN build HERE</a>) for audio encoding. To make a MP4 file connect the &#8220;File Writer&#8221; filter to the output of this mux filter.</p>
<p>I have started to work on support for x264vfw (via VFW DirectShow wrapper) but I still did not manage to make B-Frames work correctly with VFW.</p>
<p>If you find anything strange besides the above mentioned things please do report it.</p>
<p>This filter does not come with open source but is free for non-commercial use.</p>
<p>Download : <a href="http://blog.monogram.sk/janos/download/filters/mm_mp4_mux_0.9.3.0_bin.zip">mm_mp4_mux_0.9.3.0_bin.zip (130 KB)</a></p>
<p>Enjoy,</p>
<p>Igor</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.monogram.sk/janos/2009/01/13/monogram-mp4-mux-0930-alpha/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Server Up &#038; Running</title>
		<link>http://blog.monogram.sk/janos/2009/01/12/server-up-running/</link>
		<comments>http://blog.monogram.sk/janos/2009/01/12/server-up-running/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 21:10:19 +0000</pubDate>
		<dc:creator>Igor Janos</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.monogram.sk/janos/2009/01/12/server-up-running/</guid>
		<description><![CDATA[Hi,
so finally the dev.monogram.sk server has been updated. From now on the discussion board is closed - I haven&#8217;t really used it much during the past year. WebSVN and regular subversion access should work fine. If you face any kind of trouble please do report it,
so long,
Igor
]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>so finally the dev.monogram.sk server has been updated. From now on the discussion board is closed - I haven&#8217;t really used it much during the past year. WebSVN and regular subversion access should work fine. If you face any kind of trouble please do report it,</p>
<p>so long,</p>
<p>Igor</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.monogram.sk/janos/2009/01/12/server-up-running/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Server Update</title>
		<link>http://blog.monogram.sk/janos/2009/01/09/server-update/</link>
		<comments>http://blog.monogram.sk/janos/2009/01/09/server-update/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 08:07:16 +0000</pubDate>
		<dc:creator>Igor Janos</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.monogram.sk/janos/2009/01/09/server-update/</guid>
		<description><![CDATA[Hello everybody,
we are going to reinstall and update our dev.monogram.sk server so the subversion repositories and discussion board will be unavailable.
Igor
]]></description>
			<content:encoded><![CDATA[<p>Hello everybody,</p>
<p>we are going to reinstall and update our dev.monogram.sk server so the subversion repositories and discussion board will be unavailable.</p>
<p>Igor</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.monogram.sk/janos/2009/01/09/server-update/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
