<?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>jAN fORMAN &#187; video</title>
	<atom:link href="http://blog.janforman.com/tag/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.janforman.com</link>
	<description>Enterprise IT Architect / Developer</description>
	<lastBuildDate>Sat, 17 Jul 2010 21:35:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SD-Reader and 16GB SD Card</title>
		<link>http://blog.janforman.com/sd-reader-and-16gb-sd-card/</link>
		<comments>http://blog.janforman.com/sd-reader-and-16gb-sd-card/#comments</comments>
		<pubDate>Tue, 04 May 2010 17:41:40 +0000</pubDate>
		<dc:creator>Jan Forman</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.janforman.com/?p=1746</guid>
		<description><![CDATA[




		   		Previous
  		   		Next
Close


Today I purchased SD card reader and 16GB card for my handycam (which can save about 1hour and 28minutes video in 1920&#215;1080p 24Mbit/s AVCHD/H264)
Pretty cool for very low price :-))


]]></description>
		<wfw:commentRss>http://blog.janforman.com/sd-reader-and-16gb-sd-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vimeo.com and youtube.com integration</title>
		<link>http://blog.janforman.com/vimeo-and-youtube-integration/</link>
		<comments>http://blog.janforman.com/vimeo-and-youtube-integration/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 18:43:14 +0000</pubDate>
		<dc:creator>Jan Forman</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.janforman.com/?p=1671</guid>
		<description><![CDATA[Jan is now thinking about integration of vimeo.com and youtube.com into janforman.com as second and third video source.
(not because of their quality ;-) but for quicker and legal video integration). my first idea was easy &#8211; mixed or selected source that user can choose yourself.
]]></description>
		<wfw:commentRss>http://blog.janforman.com/vimeo-and-youtube-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canon HF S100 Media Info</title>
		<link>http://blog.janforman.com/canon-hf-s100-media-info/</link>
		<comments>http://blog.janforman.com/canon-hf-s100-media-info/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 17:13:48 +0000</pubDate>
		<dc:creator>Jan Forman</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[canon]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://janforman.com/?p=1537</guid>
		<description><![CDATA[Video Resolution: 1920&#215;1080 or 1440&#215;1080
Framerate: 25fps progressive or 50fps interlaced (PAL)
Resolution: 6Mpix (downsized) or 2Mpix (digital telemode)
AVCHD: CABAC, 2 Ref Frames, 24Mbit/s, High@L4.0,
Colorimetry: 4:2:0, x.v.Color
(video is true progressive 25fps but is marked as interlaced)
Sound: Stereo AC-3 256kbit/s 48KHz
]]></description>
		<wfw:commentRss>http://blog.janforman.com/canon-hf-s100-media-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>H264 Video Streaming to mobile phone</title>
		<link>http://blog.janforman.com/h264-video-streaming-to-mobile-phone/</link>
		<comments>http://blog.janforman.com/h264-video-streaming-to-mobile-phone/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 09:26:39 +0000</pubDate>
		<dc:creator>Jan Forman</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[h264]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[symbian]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://janforman.com/?p=1211</guid>
		<description><![CDATA[This sample is tested on Real Player from Real Networks that can be found on latest mobile phones.
(Stream is compatible with Symbian OS, IPhone, Windows Mobile)
VLC configuration sample:

:sout=#transcode{soverlay,ab=32,samplerate=22050,
channels=1,acodec=mp4a,vcodec=h264,
width=320,height=240,fps=15,vb=192,
venc=x264{vbv-bufsize=500,me=umh,
partitions=all,level=12,subme=7,threads=4,
no-cabac,ref=2,mixed-refs=1,bframes=0,
min-keyint=1,keyint=30,trellis=2,direct=auto,
qcomp=0.1,qpmax=51}}:
gather:rtp{mp4a-latm,sdp=rtsp://{IP}:554/tv.mp4}
(RTSP streaming compatible with Real Player)
&#8212;
- or change last line to
gather:standard{access=http,mux=mp4,dst={IP}:80/tv.mp4}
(HTTP is not compatible with Real Player)
- or to
gather:standard{access=mmsh,mux=mp4,dst={IP}:80/tv.mp4}
(MMS over HTTP is not compatible with Real Player)

Remember!: Not [...]]]></description>
		<wfw:commentRss>http://blog.janforman.com/h264-video-streaming-to-mobile-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto encode video for Nokia 5800 XpressMusic</title>
		<link>http://blog.janforman.com/howto-encode-video-for-nokia-5800-xpressmusic/</link>
		<comments>http://blog.janforman.com/howto-encode-video-for-nokia-5800-xpressmusic/#comments</comments>
		<pubDate>Sat, 16 May 2009 09:03:45 +0000</pubDate>
		<dc:creator>Jan Forman</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mpeg4]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://janforman.com/?p=896</guid>
		<description><![CDATA[&#8212; DOWNLOAD SAMPLE FILE NOW!
Nokia 5800 XpressMusic can accept only MPEG4 legacy format for smooth playback in 640&#215;360 resolution.
You must have ffmpeg installed (i&#8217;am using one from SUPER encoder).
As you can see this is very easy and output video have excellent quality due to 2-pass encoding.
Picture is better than standard definition TV and is 16:9&#8230;
Deinterlace [...]]]></description>
		<wfw:commentRss>http://blog.janforman.com/howto-encode-video-for-nokia-5800-xpressmusic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>H.264 video encoding finetune</title>
		<link>http://blog.janforman.com/h264-encoding/</link>
		<comments>http://blog.janforman.com/h264-encoding/#comments</comments>
		<pubDate>Sun, 11 May 2008 10:00:52 +0000</pubDate>
		<dc:creator>Jan Forman</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[h264]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://janforman.com/?p=72</guid>
		<description><![CDATA[x264 Features:
* CAVLC/CABAC * Multi-references * Intra: all macroblock types * Inter P: all partitions * Inter B: partitions from 16&#215;16 down to 8&#215;8 * Ratecontrol: constant quantizer, single or multipass ABR, optional VBV * Scene cut detection * Adaptive B-frame placement * B-frames as references / arbitrary frame order * 8&#215;8 and 4&#215;4 adaptive [...]]]></description>
		<wfw:commentRss>http://blog.janforman.com/h264-encoding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
