<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Bizzeh Dot Com</title>
	<link>http://www.bizzeh.com</link>
	<description>My code, its just what I do</description>
	<lastBuildDate>Sat, 17 Dec 2011 16:47:29 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />

	<item>
		<title>Watermark Video in FFMPEG without vhook</title>
		<description><![CDATA[It has always been that with ffmpeg, if you want to watermark a video, you needed vhook. vhook as we all know is old and not very useful to windows users and in the newer ffmpeg builds has been replaced with video filters, or –vf. One of the filters in the new –vf format is [...]]]></description>
		<link>http://www.bizzeh.com/730/watermark-video-in-ffmpeg-without-vhook</link>
			</item>
	<item>
		<title>Search and Replace in Linux Command Line</title>
		<description><![CDATA[I wanted to search and replace every file in a directory tree and find a URL that linked to /web-design and remove that part of the URL, and i also wanted to find the phrase &#8220;Web Design&#8221; in a link and replace it with &#8220;Affordable Web Design&#8221;. Usually i would have to go through each [...]]]></description>
		<link>http://www.bizzeh.com/725/search-and-replace-in-linux-command-line</link>
			</item>
	<item>
		<title>AnyFontCss &#8211; Use CSS to load any font (TTF/Freetype) in modern browsers</title>
		<description><![CDATA[With Chrome, Firefox and now IE9 becoming more and more wide spread, and the impending death of IE6. I began to look into googles font loading library and it turned out to be some new CSS features (new to me anyway) that loaded up and allowed any font to be used within a website natively, [...]]]></description>
		<link>http://www.bizzeh.com/714/anyfontcss-use-css-to-load-any-font-ttffreetype-in-modern-browsers</link>
			</item>
	<item>
		<title>FFmpeg Win32 Builds down indefinitely</title>
		<description><![CDATA[I am sorry to say that my hosting provider did not like me using the dedicated host i paid for, so that i could run build processes on the server, running build processes on the server. They killed my entire build environment, and all the builds. Until i am able to find a new host [...]]]></description>
		<link>http://www.bizzeh.com/710/ffmpeg-win32-builds-down-indefinitely</link>
			</item>
	<item>
		<title>FFmpeg Win32 Builds Back Up</title>
		<description><![CDATA[Hi, sorry for the delay in getting this back up but we have had some server issues over the past few weeks and i have only just got round to getting this sorted. FFmpeg win32 builds are now being generated nightly again from the ffmpeg git repository.]]></description>
		<link>http://www.bizzeh.com/707/ffmpeg-win32-builds-back-up</link>
			</item>
	<item>
		<title>FFmpeg Windows Builds (Repeating Builds)</title>
		<description><![CDATA[Some of you may have noticed that some builds have been repeating over the past 2 weeks, this is down to git not being able to recognise that i have manually applied some patches that now made it into the main ffmpeg branch. i have had to undo these packages and i have now created [...]]]></description>
		<link>http://www.bizzeh.com/701/ffmpeg-windows-builds-repeating-builds</link>
			</item>
	<item>
		<title>How to build libvpx for windows and ffmpeg win32</title>
		<description><![CDATA[I initially ran into quite a lot of difficulty building libvpx (webm) for windows (win32) under msys or linux using mingw32, but I eventually cracked it. git clone git://review.webmproject.org/libvpx.git cd libvpx CROSS=i686-pc-mingw32- ./configure --prefix=/usr/i686-pc-mingw32/mingw --target=x86-win32-gcc make make install The only thing you would generally need to change is the &#8220;i686-pc-mingw32&#8243; generally needs to be changed [...]]]></description>
		<link>http://www.bizzeh.com/687/build-libvpx-windows-ffmpeg-win32</link>
			</item>
	<item>
		<title>Fast convert x264 mkv to Xbox360 mp4 (Play mkv on Xbox 360)</title>
		<description><![CDATA[Most HD is distributed in either WMV-HD or mkv x264. WMV-HD plays by default on the Xbox360 but mkv&#8217;s do not and transcoding 1080p can take a long time. The thing is, you dont need to transcode the entire file, usually just the audio (360 cant play AC3 from within a mp4 container). The x264 [...]]]></description>
		<link>http://www.bizzeh.com/683/fast-convert-x264-mkv-xbox360-mp4-play-mkv-xbox-360</link>
			</item>
	<item>
		<title>Pop3 Client Library for .NET (System.Net.Pop3)</title>
		<description><![CDATA[C# .NET library implementing the Pop3 message retrieval protocol Features: Full Pop3 implementation SSL Support HTML Support Plain Text Support Mixed/Multi Mode Message Support Attachments Support .NET 2.0 + Compatable Fully Self Contained Code Extendible Message Parser SVN: https://systemnetpop3.svn.sourceforge.net/svnroot/systemnetpop3 Files: https://sourceforge.net/projects/systemnetpop3/files/]]></description>
		<link>http://www.bizzeh.com/677/pop3-client-library-net-system-net-pop3</link>
			</item>
	<item>
		<title>FFmpeg Win32 build with webm (libvpx) x264 and libfaac</title>
		<description><![CDATA[I have decided to begin releasing intermittent ffmpeg win32 builds built on my ubuntu virtual machine with mingw32. Releases will be made if and when any features or fixes are added into the ffmpeg code base that make it worth doing a new build. For now, all builds will be &#8220;shared&#8221; builds, meaning they will [...]]]></description>
		<link>http://www.bizzeh.com/668/ffmpeg-win32-build-webm-libvpx-x264-libfaac</link>
			</item>
</channel>
</rss>

