<?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>Adtools &#187; Video</title>
	<atom:link href="http://blog.adtools.co.uk/tag/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adtools.co.uk</link>
	<description>Advertising Operations &#38; Technology</description>
	<lastBuildDate>Fri, 25 Nov 2011 13:21:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mozilla Popcorn reaches v1.0</title>
		<link>http://blog.adtools.co.uk/mozilla-popcorn-reaches-v1-0/1140/</link>
		<comments>http://blog.adtools.co.uk/mozilla-popcorn-reaches-v1-0/1140/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 17:24:43 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[mozillapopcorn]]></category>
		<category><![CDATA[popcorn]]></category>

		<guid isPermaLink="false">http://blog.adtools.co.uk/?p=1140</guid>
		<description><![CDATA[Mozilla Popcorn is a suite of Javascript libraries that enable easy authoring of video for the web using HTML5. They position it as jQuery for video and the little time I&#8217;ve had to play with it would certainly support this notion. With the recent announcement from Adobe of their discontinued development of Mobile Flash this [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mozillapopcorn.org/"><img src="http://blog.adtools.co.uk/wp-content/uploads/2011/11/icon_popcorn_js-150x150.png" alt="" title="icon_popcorn_js-150x150" width="150" height="150" class="alignright size-full wp-image-1143" /></a>Mozilla Popcorn is a suite of Javascript libraries that enable easy authoring of video for the web using HTML5. </p>
<p>They position it as jQuery for video and the little time I&#8217;ve had to play with it would certainly support this notion. With the recent announcement from Adobe of their discontinued development of Mobile Flash this comes at a very opportune time. It&#8217;s OpenSource and fully extensible with it&#8217;s own plugin system (anyone fancy working on VAST support?) which I think will be one of it&#8217;s biggest benefits. I&#8217;ve got high-hopes for this project, anything that can level the playing field in HTML5 especially in video is to be applauded.</p>
<p>Link: <a href="http://mozillapopcorn.org/" target="_blank">http://mozillapopcorn.org/</a></p>
<p>				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ --></p>
<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing_top"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fblog.adtools.co.uk%2Fmozilla-popcorn-reaches-v1-0%2F1140%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing_top"><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.adtools.co.uk%2Fmozilla-popcorn-reaches-v1-0%2F1140%2F&amp;text=Mozilla+Popcorn+reaches+v1.0&amp;via=adops" target="_blank" class="mr_social_sharing_popup_link"><img src="http://blog.adtools.co.uk/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing_top"><g:plusone size="medium" count="false" href="http://blog.adtools.co.uk/mozilla-popcorn-reaches-v1-0/1140/"></g:plusone></span><span class="mr_social_sharing_top"><script type="IN/Share" data-url="http://blog.adtools.co.uk/mozilla-popcorn-reaches-v1-0/1140/"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.adtools.co.uk/mozilla-popcorn-reaches-v1-0/1140/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easily Reduce or Increase FLV Video Audio Levels Using ffmpeg</title>
		<link>http://blog.adtools.co.uk/easily-reduce-or-increase-flv-video-audio-levels-easily-using-ffmpeg/693/</link>
		<comments>http://blog.adtools.co.uk/easily-reduce-or-increase-flv-video-audio-levels-easily-using-ffmpeg/693/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 08:33:06 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[AdOps]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Quality Assurance]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[audio levels]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[flash video]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[manipulation]]></category>
		<category><![CDATA[pre-roll]]></category>
		<category><![CDATA[vast]]></category>

		<guid isPermaLink="false">http://blog.adtools.co.uk/?p=693</guid>
		<description><![CDATA[Found a very simple mechanism to reduce (or increase) audio levels in FLV video files. Historically this has always been a pain to work as we would normally need to demux the files and work on the audio and then remux them. This technique uses the open-source ffmpeg package, you don&#8217;t really need to know [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.adtools.co.uk/easily-reduce-or-increase-flv-video-audio-levels-easily-using-ffmpeg/693/adobe-flash-video-flv-icon/" rel="attachment wp-att-698"><img src="http://blog.adtools.co.uk/wp-content/uploads/2010/10/adobe-flash-video-flv-icon.png" alt="" title="adobe-flash-video-flv-icon" width="120" height="120" class="alignright size-full wp-image-698" /></a>Found a very simple mechanism to reduce (or increase) audio levels in FLV video files. Historically this has always been a pain to work as we would normally need to demux the files and work on the audio and then remux them.</p>
<p>This technique uses the open-source <a href="http://ffmpeg.org">ffmpeg</a> package, you don&#8217;t really need to know exactly how <a href="http://ffmpeg.org">ffmpeg</a> works suffice to say it&#8217;s an extremely powerful command-line application that allows you to work directly on files, but I will try and explain a little of how it works here. This article is intended as a simple guide as to how easily you could amend a file&#8217;s attributes, this process for a 15s video will take approx 5s to process which would free up significant time and stop a lot of too-ing/fro-ing between Ops &#038; Creative Agency.</p>
<p>To reduce (or increase) audio levels is a one line command like this:</p>
<p><code><strong>ffmpeg -i myinputfile.flv -vcodec copy -acodec copy -vol 128 myoutputfile.flv</strong></code></p>
<p>The above command is saying to the system &#8211; &#8220;Run ffmpeg using myinputfile.flv as the input file, copy all video and audio streams to the new file but amend the audio levels to be 50% of the original file&#8221;. This isn&#8217;t as complex as it looks, I&#8217;ll explain what this does:</p>
<p><code><strong>ffmpeg -i myinputfile.flv</strong> -vcodec copy -acodec copy -vol 128 myoutputfile.flv</code><br />
This runs the program and tells it the file you want to convert is called myinputfile.flv (or whatever you&#8217;ve called the file), the -i stands for &#8216;inputfile&#8217;.</p>
<p><code>ffmpeg -i myinputfile.flv <strong>-vcodec copy</strong> -acodec copy -vol 128 myoutputfile.flv</code><br />
This part of the command is telling ffmpeg that you want to simply copy the video stream directly top the output file, ie; you don;t want to convert it or treat it in anyway</p>
<p><code>ffmpeg -i myinputfile.flv -vcodec copy <strong>-acodec copy</strong> -vol 128 myoutputfile.flv</code><br />
This is the same as -vcodec but instead is telling ffmpeg that you simply want to copy the audio stream to the new file (don&#8217;t worry we&#8217;ll work with audio levels next)</p>
<p><code>ffmpeg -i myinputfile.flv -vcodec copy -acodec copy <strong>-vol 128</strong> myoutputfile.flv</code><br />
The -vol flag sets the output file&#8217;s volume relative to the input volume. To copy the audio at the exact same level as the input file you would write:<br />
<code><strong> -vol 256</strong></code><br />
To set it to 50% of the input file you would put<br />
<code><strong> -vol 128</strong></code><br />
To Set it at 150% of the input file&#8217;s audio levels you would put<br />
<code><strong> -vol 384</strong></code></p>
<p><code>ffmpeg -i myinputfile.flv -vcodec copy -acodec copy -vol 128 <strong>myoutputfile.flv</strong></code><br />
Lastly you need to specify the output file&#8217;s filename.</p>
<p>ffmpeg is an extremely powerful tool but the learning curve can be steep, however, it is open-source, there are plenty of training and informational resources available and best of all, it&#8217;s free.</p>
<p>Related links and tutorials:<br />
<a href="http://ffmpeg.org/">http://ffmpeg.org/</a><br />
<a href="http://linuxers.org/tutorial/ffmpeg-tutorial-beginners">http://linuxers.org/tutorial/ffmpeg-tutorial-beginners</a><br />
<a href="http://www.wikihow.com/Use-FFmpeg">http://www.wikihow.com/Use-FFmpeg</a><br />
<a href="http://www.bala-krishna.com/convert-video-files-to-flv-using-ffmpeg-command/">http://www.bala-krishna.com/convert-video-files-to-flv-using-ffmpeg-command/</a><br />
<a href="http://www.tuxradar.com/content/ffmpeg-made-easy">http://www.tuxradar.com/content/ffmpeg-made-easy</a></p>
<p>				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ --></p>
<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing_top"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fblog.adtools.co.uk%2Feasily-reduce-or-increase-flv-video-audio-levels-easily-using-ffmpeg%2F693%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing_top"><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.adtools.co.uk%2Feasily-reduce-or-increase-flv-video-audio-levels-easily-using-ffmpeg%2F693%2F&amp;text=Easily+Reduce+or+Increase+FLV+Video+Audio+Levels+Using+ffmpeg&amp;via=adops" target="_blank" class="mr_social_sharing_popup_link"><img src="http://blog.adtools.co.uk/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing_top"><g:plusone size="medium" count="false" href="http://blog.adtools.co.uk/easily-reduce-or-increase-flv-video-audio-levels-easily-using-ffmpeg/693/"></g:plusone></span><span class="mr_social_sharing_top"><script type="IN/Share" data-url="http://blog.adtools.co.uk/easily-reduce-or-increase-flv-video-audio-levels-easily-using-ffmpeg/693/"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.adtools.co.uk/easily-reduce-or-increase-flv-video-audio-levels-easily-using-ffmpeg/693/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 vs. Flash comparison finds a few surprises, settles few debates</title>
		<link>http://blog.adtools.co.uk/html5-vs-flash-comparison-finds-a-few-surprises-settles-few-debates/451/</link>
		<comments>http://blog.adtools.co.uk/html5-vs-flash-comparison-finds-a-few-surprises-settles-few-debates/451/#comments</comments>
		<pubDate>Wed, 12 May 2010 15:31:25 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[AdOps]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://blog.adtools.co.uk/?p=451</guid>
		<description><![CDATA[&#8220;Think we&#8217;d all be better off if HTML5 could somehow instantly replace Flash overnight? Not necessarily, according to a set of comparisons from Jan Ozer of the Streaming Learning Center website, which found that while HTML5 did come out ahead in many respects, it wasn&#8217;t exactly a clear winner. Jan Ozer&#8217;s article can be found [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.adtools.co.uk/wp-content/uploads/2010/03/flash_cs3_logo.jpg"><img src="http://blog.adtools.co.uk/wp-content/uploads/2010/03/flash_cs3_logo.jpg" alt="" title="flash_cs3_logo" width="160" height="160" class="alignright size-full wp-image-455" /></a>&#8220;Think we&#8217;d all be better off if HTML5 could somehow instantly replace Flash overnight? Not necessarily, according to a set of comparisons from Jan Ozer of the Streaming Learning Center website, which found that while HTML5 did come out ahead in many respects, it wasn&#8217;t exactly a clear winner. Jan Ozer&#8217;s article can be found at <a href="http://www.streaminglearningcenter.com/articles/flash-player-cpu-hog-or-hot-tamale-it-depends-.html">http://www.streaminglearningcenter.com/articles/flash-player-cpu-hog-or-hot-tamale-it-depends-.html</a></p>
<p>Mike Chambers has an additional piece as well from his own testing:<br />
Relative Performance of Rich Media Content across Browsers and Operating Systems (does not &#8216;perform consistently worse on Mac than on Windows&#8217;).<br />
<a href="http://www.mikechambers.com/blog/2010/03/01/relative-performance-of-rich-media-content-across-browsers-and-operating-systems/">http://www.mikechambers.com/blog/2010/03/01/relative-performance-of-rich-media-content-across-browsers-and-operating-systems/</a></p>
<p>This is a bit of an old article, sorry but it managed to not get published when it was supposed to.<br />
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ --></p>
<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing_top"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fblog.adtools.co.uk%2Fhtml5-vs-flash-comparison-finds-a-few-surprises-settles-few-debates%2F451%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing_top"><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.adtools.co.uk%2Fhtml5-vs-flash-comparison-finds-a-few-surprises-settles-few-debates%2F451%2F&amp;text=HTML5+vs.+Flash+comparison+finds+a+few+surprises%2C+settles+few+debates&amp;via=adops" target="_blank" class="mr_social_sharing_popup_link"><img src="http://blog.adtools.co.uk/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing_top"><g:plusone size="medium" count="false" href="http://blog.adtools.co.uk/html5-vs-flash-comparison-finds-a-few-surprises-settles-few-debates/451/"></g:plusone></span><span class="mr_social_sharing_top"><script type="IN/Share" data-url="http://blog.adtools.co.uk/html5-vs-flash-comparison-finds-a-few-surprises-settles-few-debates/451/"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.adtools.co.uk/html5-vs-flash-comparison-finds-a-few-surprises-settles-few-debates/451/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

