<?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/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>IBC &#8211; Bitmovin</title>
	<atom:link href="https://bitmovin.com/tag/ibc/feed" rel="self" type="application/rss+xml" />
	<link>https://bitmovin.com</link>
	<description>Bitmovin provides adaptive streaming infrastructure for video publishers and integrators. Fastest cloud encoding and HTML5 Player. Play Video Anywhere.</description>
	<lastBuildDate>Tue, 17 Oct 2023 13:00:21 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://bitmovin.com/wp-content/uploads/2023/11/bitmovin_favicon.svg</url>
	<title>IBC &#8211; Bitmovin</title>
	<link>https://bitmovin.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>VVC: Open-GOP Resolution Switching</title>
		<link>https://bitmovin.com/vvc-open-gop-resolution-switching</link>
					<comments>https://bitmovin.com/vvc-open-gop-resolution-switching#respond</comments>
		
		<dc:creator><![CDATA[Christian Feldmann]]></dc:creator>
		<pubDate>Sat, 09 Sep 2023 00:48:59 +0000</pubDate>
				<category><![CDATA[Innovation]]></category>
		<category><![CDATA[IBC]]></category>
		<category><![CDATA[video encoding]]></category>
		<category><![CDATA[vvc codec]]></category>
		<guid isPermaLink="false">https://bitmovin.com/?p=267371</guid>

					<description><![CDATA[<p>At IBC 2023 the Fraunhofer HHI, Spin Digital and Bitmovin are presenting a paper on the practical application of a new feature that was introduced in VVC: Open-GOP resolution switching. In this blog post I want to explain what open-GOP (Group of Pictures) prediction is, what the benefits are and why with VVC open-GOP prediction...</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/vvc-open-gop-resolution-switching">VVC: Open-GOP Resolution Switching</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>At IBC 2023 the <a href="https://www.hhi.fraunhofer.de/" rel="nofollow noopener" target="_blank">Fraunhofer HHI,</a> <a href="https://spin-digital.com/" rel="nofollow noopener" target="_blank">Spin Digital</a> and <a href="https://bitmovin.com/">Bitmovin</a> are presenting a paper on the practical application of a new feature that was introduced in VVC: Open-GOP resolution switching. In this blog post I want to explain what open-GOP (Group of Pictures) prediction is, what the benefits are and why with VVC open-GOP prediction can finally be used in adaptive streaming.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-rank-math-toc-block" id="rank-math-toc"><h2>Table of Contents</h2><nav><ul><li><a href="#closed-gop-prediction-structure">Closed-GOP prediction structure</a></li><li><a href="#open-gop-prediction-structure">Open-GOP prediction structure</a><ul><li><a href="#coding-performance">Coding performance</a></li><li><a href="#coding-performance-across-segment-boundaries">Coding performance across segment boundaries</a></li></ul></li><li><a href="#open-gop-resolution-switching">Open-GOP resolution switching</a></li><li><a href="#ibc-2023">IBC 2023</a></li><li><a href="#related-links">Related Links</a></li></ul></nav></div>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading" id="closed-gop-prediction-structure">Closed-GOP prediction structure</h2>



<p>Let us first look at a conventional closed-GOP prediction structure. Since nothing was decoded yet, the first frame in a bitstream is an <em>Instantaneous Decoding Refresh</em> (IDR) frame. If an IDR frame is received, the decoder is instantaneously reset (refreshed) and all frame buffers or other internal buffers are cleared. Since the frame has no dependencies on other frames, it can always be decoded. An IDR frame is also a Random Access (RA) point or keyframe. At RA points decoding can be started. (RAs are marked in orange).</p>



<p>The following frames are then encoded using predictive (P) coding. This means that they use data from the already decoded frames. This includes pixel data for motion compensation but also motion vectors or prediction modes. But let&#8217;s illustrate this with an example:</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="1000" height="281" src="https://bitmovin.com/wp-content/uploads/2023/09/normalPrediction.gif" alt="Example closed-gop prediction structure of video frames with 1 IDR frame" class="wp-image-267373"/></figure>



<p>In this example we are encoding a total of 9 frames. The frames are marked from 0-9 in the order that they are displayed to the viewer. (The vertical offset of the uneven frame numbers is just for illustration purposes.) However, they are not encoded in the order that they are displayed. In this example, frame 2 uses only frame 0, which has been decoded already, for prediction. Next, frame 1 is decoded which is displayed between frames 0 and 2 and uses both frames for prediction. This so-called Bi-prediction is much more efficient than prediction only from frames in the temporal past and is a key feature that makes modern video codecs so efficient.&nbsp;</p>



<p>Of course, it is impractical to have only one keyframe at the very beginning of a video. We also want to be able to start decoding at frequent points within a bitstream. This allows us to seek in a video as well as to switch between different renditions as it is done in adaptive streaming. So, we can just insert multiple IDR frames in a video:</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1000" height="281" src="https://bitmovin.com/wp-content/uploads/2023/09/predictionWithIDR.gif" alt="Example closed-gop prediction structure of video frames with 2 IDR frames" class="wp-image-267374"/></figure>



<p>In this example, frame 4 is also an IDR frame. We can start decoding at frame 0 as well as at frame 4. Frames 0-3 form a Group of Pictures (GOP) which is completely self-contained and can be decoded completely independently of any other GOPs. The same is true for the following GOP of frames 4-9. As there are no dependencies between these GOPs, this is also referred to as a <em>closed-GOP</em> configuration.&nbsp;</p>



<p>The closed-GOP configuration is widely used in <a href="https://en.wikipedia.org/wiki/Adaptive_bitrate_streaming" rel="nofollow noopener" target="_blank">adaptive bitrate streaming</a> applications where the ubiquitous approach is to split the video into segments of a certain length. Each segment is then encoded using a predetermined set of different resolutions and bitrates called renditions. Since every segment starts with an IDR frame, it is possible to start decoding at each segment which therefore enables seeking. Furthermore, the video player can also freely switch to any of the other renditions at every segment boundary.</p>



<p>Another benefit emerges at the encoder side where each long video is split into small pieces (segments). If these segments can be independently decoded, then they can also be independently encoded. And if we mention “many segments” and “independently encodable” then the next thought is “scalability” and “cloud compute”. And this is exactly the principle that the Bitmovin cloud encoder is based on. We take all these individual encoding tasks and then scale horizontally in the cloud.&nbsp;</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading" id="open-gop-prediction-structure">Open-GOP prediction structure</h2>



<p>So the opposite of a closed-GOP is an open-GOP configuration. The key difference is that in an open-GOP prediction structure predictions between the GOPs are allowed. Let’s again look at an example:</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1000" height="281" src="https://bitmovin.com/wp-content/uploads/2023/09/predictionWithCRA.gif" alt="Example vvc open-gop prediction structure of video frames with clean random access (CRA) frame" class="wp-image-267375"/></figure>



<p>So, the frames 0, 1 and 2 are decoded in a hierarchical fashion as before. But then something different happens. The next frame in decoding order is frame 4 which is a random access point (RA). However, it is not an IDR but a <em>Clean Random Access </em>(CRA) point. While a CRA can also be decoded independently of any other frame, it does not reset the decoder as an IDR does and the reference picture buffer is not cleared. Next, we have frame 3 in coding order. As before, this frame uses frames 2 and 4 as reference. The rest of the frames are coded as before.</p>



<p>As in the closed-GOP example we can start the decoding process at frame 4 because it is not using any other frames as a reference. But this time, the decoder cannot be reset if this frame is received because the following frame (frame 3) uses previously decoded frames as a reference which as a result must remain in the picture buffer. The process of starting decoding from the second GOP is therefore a bit more complex:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1000" height="281" src="https://bitmovin.com/wp-content/uploads/2023/09/open_gop_rasl_CRA.gif" alt="Example vvc open-gop prediction structure of video frames with Random Access Skipped Leading (RASL) clean random access (CRA) frame" class="wp-image-267376"/></figure>



<p>Frame 4 is a <em>Clean Random Access </em>(CRA) point so decoding can be started with this frame. For the next frame in coding order (frame 3) we now have an issue. Since one of its references (frame 2) has not been decoded, frame 3 cannot be decoded. If we start decoding at the Random Access (RA) point of frame 4, the decoding of the leading picture 3 must be skipped. Consequently, the frame type is <em>Random Access Skipped Leading </em>(RASL)<em>. </em>The remaining frames can be decoded as before.&nbsp;</p>



<p>So, what are the advantages of an open-GOP configuration? So far, we just observed that decoding is more complicated. Moreover, it is now also impossible to switch to a different rendition at the CRA because we have not decoded the reference frames that are needed for the leading frames of the open-GOP, and we will have to skip decoding them. But there are two substantial advantages:</p>



<div style="height:12px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading" id="coding-performance">Coding performance</h3>



<p>As I already mentioned, bidirectional prediction into the temporal past and future is one of the key features that make modern video codecs so efficient. Generally, the more past and future reference frames a frame can use for prediction, the higher the compression efficiency. Frames that do not use any other frames as reference (RA frames like IDR and CRA frames) typically have the worst compression efficiency.</p>



<p>While we cannot avoid having regular random access points in the bitstream for seeking, we can increase the coding efficiency of the leading pictures significantly in the open-GOP configuration. This leads to a significant reduction in overall bitrate at the same quality. In the experiments from the HHI, an overall BD-rate reduction of up to 9% could be observed. Of course, these results depend on many factors like the general coding structure, the resolution and bitrate as well as the content itself.</p>



<div style="height:12px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading" id="coding-performance-across-segment-boundaries">Coding performance across segment boundaries</h3>



<p>In a closed-GOP configuration, the decoder must be reset with every IDR frame. An unwanted side effect of this is that the quality as well as the visual representation of a scene changes very abruptly at this point. Especially at lower bitrates, this can be perceived as a sudden jump or pumping in the video. Things that are generally hard to encode like water, clouds and trees are particularly susceptible to this effect.&nbsp;</p>



<p>In this example, the difference between closed-GOP on the left and open-GOP on the right is nicely visible. The pumping is especially notable in the exhaust clouds of the rocket launch in the first scene and in the trees in the background in the second scene. In the open-GOP configuration this effect is hardly visible.&nbsp;</p>



<div class="bitmovin-stream-wrapper"><iframe src="https://streams.bitmovin.com/cjtpj60mi6k28e8kfk10/embed" title="bitmovin-streams" allow="fullscreen"></iframe></div>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading" id="open-gop-resolution-switching">Open-GOP resolution switching</h2>



<p>I mentioned before that switching to a different rendition is only possible at IDR frames in a closed-GOP configuration. We also saw that if we start decoding a CRA frame with RASL frames, we must skip decoding of the leading frames. Obviously, we don’t want to skip decoding frames whenever the player switches to a different resolution. This would be a horrible experience for the viewer.</p>



<p>Fortunately, VVC has a trick up its sleeve for exactly this scenario. In the example above we noted that decoding of the RASL frame (frame 3) is not possible because it uses frame 2 as a reference which has not been decoded when switching renditions. But what has been decoded is a different version of frame 2 from a different rendition. While this frame may have been decoded at a different quality or even at a different spatial resolution it is a representation of the exact same frame. So, with a bit of high level syntax, the VVC decoder can use this frame from another rendition as a reference frame for decoding frame 3. Even if the frame uses a different resolution, the decoder has a standardized set of up/down scaling filters. Let&#8217;s look at this:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1000" height="563" src="https://bitmovin.com/wp-content/uploads/2023/09/predictionWithCRADecodeFromCRA.gif" alt="Example of VVC open-gop switching and decoding from Clean Random Access frame" class="wp-image-267377"/></figure>



<p>In this example we are decoding frames 0 to 2 from a rendition at a lower resolution. Then the player decides to switch to a rendition with a higher resolution and bitrate. Decoding of the CRA (frame 4) is no problem since RA frames can be decoded independently of other frames. For frame 3, the decoder will now upscale frame 2 from the lower rendition and use this frame as a reference instead of the unavailable frame from the higher rendition. Decoding of the remaining frames is unchanged.</p>



<p>As mentioned before, the open-GOP prediction structure significantly reduces quality pumping effects. But there is another advantage. When switching to a higher or lower rendition in a closed-GOP configuration, there is a visible jump of the quality of the video. Of course, the bigger the jump is, the more pronounced the visible quality jump becomes. However, in open-GOP resolution switching, the intermediate leading frames that are using references from both renditions act as a sort of “quality interpolation” between the renditions which results in a much smoother transition between the renditions.&nbsp;</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1600" height="565" src="https://bitmovin.com/wp-content/uploads/2023/09/open_gop_bitrates.jpg" alt="- Bitmovin" class="wp-image-267605" srcset="https://b3148424.smushcdn.com/3148424/wp-content/uploads/2023/09/open_gop_bitrates-300x106.png?lossy=2&amp;strip=1&amp;webp=1 300w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2023/09/open_gop_bitrates.jpg?size=384x136&amp;lossy=2&amp;strip=1&amp;webp=1 384w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2023/09/open_gop_bitrates-768x271.png?lossy=2&amp;strip=1&amp;webp=1 768w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2023/09/open_gop_bitrates.jpg?size=1152x407&amp;lossy=2&amp;strip=1&amp;webp=1 1152w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2023/09/open_gop_bitrates-1536x542.png?lossy=2&amp;strip=1&amp;webp=1 1536w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2023/09/open_gop_bitrates.jpg?lossy=2&amp;strip=1&amp;webp=1 1600w" sizes="(max-width: 1600px) 100vw, 1600px" /></figure>



<p>Here, we can see an example of the PSNR for the resolution switching behavior. We have 3 renditions of 1920&#215;800 (gray), 1280&#215;534 (red) and 640&#215;268 (blue). In conventional adaptive streaming implementations with closed-GOPs, a rendition switch would result in an abrupt jump in quality at the switching points. The yellow graph shows how the quality has a much smoother transition between the renditions when using open-GOP resolution switching in VVC.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading" id="ibc-2023">IBC 2023</h2>



<p>At the IBC, we are presenting a technical paper about practical implementations and considerations when implementing open-GOP resolution switching with VVC in real world environments. This is a joint effort of <a href="https://www.hhi.fraunhofer.de/" rel="nofollow noopener" target="_blank">Fraunhofer HHI</a><a href="https://spin-digital.com/" rel="nofollow noopener" target="_blank">,</a><a href="https://spin-digital.com/" rel="nofollow noopener" target="_blank"> </a><a href="https://spin-digital.com/" rel="nofollow noopener" target="_blank">Spin Digital</a> and <a href="https://bitmovin.com/">Bitmovin</a>. Please join us at the IBC in the “Advances in video coding and processing” session on Sep 16th starting at 14:15 in room E102. Here we will present what technical challenges arise when deploying this feature for low latency live transcoding as well as in the highly scalable Bitmovin cloud encoder.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading" id="related-links">Related Links</h2>



<p><a href="https://show.ibc.org/" rel="nofollow noopener" target="_blank">IBC 2023 Website</a></p>



<p><a href="https://bitmovin.com/vvc-video-codec/">VVC codec background</a></p>



<p><a href="https://bitmovin.com/vvc-benefit-supported-devices-bitmovin-implementation/">VVC benefits and supported devices</a></p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/vvc-open-gop-resolution-switching">VVC: Open-GOP Resolution Switching</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://bitmovin.com/vvc-open-gop-resolution-switching/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Top 5 Player Learnings from IBC and Bitmovin’s Outlook for 2023</title>
		<link>https://bitmovin.com/top-5-player-learnings-from-ibc</link>
		
		<dc:creator><![CDATA[Adam Massaro]]></dc:creator>
		<pubDate>Mon, 17 Oct 2022 16:47:39 +0000</pubDate>
				<category><![CDATA[VidTech]]></category>
		<category><![CDATA[IBC]]></category>
		<category><![CDATA[player]]></category>
		<guid isPermaLink="false">https://bitmovin.com/?p=243972</guid>

					<description><![CDATA[<p>It’s been two very long years since IBC had its last in-person event, which has now come and gone with over 37,000 attendees and over 1,000 exhibitors. It was a great show, but I’m biased since it was my first IBC since entering the streaming world six long years ago. The halls were packed to...</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/top-5-player-learnings-from-ibc">Top 5 Player Learnings from IBC and Bitmovin’s Outlook for 2023</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>It’s been two very long years since <a href="https://bitmovin.com/ibc/" data-type="page" data-id="239200">IBC</a> had its last in-person event, which has now come and gone with over 37,000 attendees and over 1,000 exhibitors. It was a great show, but I’m biased since it was my first IBC since entering the streaming world six long years ago. The halls were packed to the brim, especially in hall 5 (we’ll be there again next year), where I got the luxury of attending the show with the Bitmovin team. As a Product Marketing Manager for the Bitmovin Player and other solutions, it was a great time as there was a lot of interest from people in the industry. From those conversations, it was apparent that many had the same items on their minds regarding video players &amp; playback. Additionally, I was able to speak with other companies in the space, which helped confirm the trends we were all hearing.</p>



<p>So what were the trends showcased at IBC, and how has Bitmovin prepared for them for the rest of 2022 and 2023? </p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading"><strong>1. The simplification of streaming workflows</strong></h2>



<p>The biggest item on the list I was hearing from both partners and platforms looking to consolidate their workflows was how they were pushing to have one solution provide the complete package. Of course, this could include multiple partners, but they wanted to have 1 area where they could control each piece without having anything siloed. At every booth, I&#8217;m sure one of the significant things you heard from service providers was how they integrated with this company and that product to deliver the whole end-to-end workflow. With this approach, even some of our biggest competitors have become partners.</p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading"><strong>How Bitmovin is moving in this space:</strong></h3>



<ul>
<li><a href="https://bitmovin.com/partners/">Started the Bitmovin Partner Innovation Network</a></li>



<li><a href="https://bitmovin.com/streams/">Announced Bitmovin&#8217;s Streams solution</a></li>
</ul>



<p>At Bitmovin, we&#8217;ve been seeing where the market&#8217;s headed, which is why for IBC, we launched our Partner Innovation Network to focus on our existing integrations and recently introduced Streams (<a href="https://bitmovin.com/introducing-bitmovin-streams/">read the blog</a>), which is our latest solution built to simplify streaming workflows &amp; help platforms get to market quickly. Streams enables platforms to upload, store and encode video content, embed our Player, stream everywhere with our Global CDN partner and optimize and improve the viewer experience through actionable analytic insights.</p>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading"><strong>2. FAST Channels </strong></h2>



<p>Many companies spoke about free ad-supported streaming TV (FAST) to give viewers the chance to experience a new platform without needing to pay for another subscription or at a reduced price, which is especially beneficial in today&#8217;s economic environment. It was a hot topic and one that will continue to grow, as even Variety said back in July that by 2026 they expect the ad market for<a href="https://variety.com/vip/what-to-expect-next-in-fast-1235312288/" rel="nofollow noopener" target="_blank"> FAST to be valued at 6 billion</a>.</p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading"><strong>How Bitmovin is moving in this space:</strong></h3>



<ul>
<li><a href="https://bitmovin.com/docs/player/tutorials/setting-up-ads-with-the-web-player">Bitmovin&#8217;s Player dedicated ad module</a></li>



<li><a href="https://bitmovin.com/video-analytics/">Bitmovin&#8217;s Analytics Solution covering ad performance</a></li>
</ul>



<p>As our solutions have grown, we have focused a lot on our services, ads capabilities, and performance tracking. For example, for the Bitmovin Player, we&#8217;ve built a dedicated ad module with support for custom ad interactions and integrations with major SSAI ad platform providers (Yospace, Google, etc.). Additionally, to give further accuracy for ads, we&#8217;ve even enabled the open measurement SDK to use with our Player.</p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Some useful links:</p>



<ul>
<li><a href="https://bitmovin.com/docs/player/tutorials/setting-up-ads-with-the-web-player">Tutorial on how to set up ads for the Bitmovin Player over the Web</a>&nbsp;&nbsp;</li>



<li><a href="https://bitmovin.com/demos/ad-scheduling">Demo for Ad Scheduling with Bitmovin Player</a></li>
</ul>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading"><strong>3. SSAI</strong></h2>



<p>While still on the subject of ads, SSAI was another hot topic mentioned to monetize workflows, but instead of being about FAST, it was mentioned quite a bit for AVOD workflows. So why not CSAI, you may be asking? Well, that is because the benefits around playback and ads seen for SSAI outweigh the cost and complexity for certain platforms, as SSAI isn&#8217;t affected by ad blockers.</p>



<p><strong>Read Next: </strong><a href="https://bitmovin.com/csai-vs-ssai-client-side-server-side-ad-insertion/" data-type="post" data-id="268647">CSAI vs SSAI: Client-Side Ad Insertion and Server-Side Ad Insertion Explained</a></p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading"><strong>How Bitmovin is moving in this space:</strong></h3>



<ul>
<li><a href="about:blank"><strong>Bitmovin&#8217;s Player dedicated Yospace integration</strong></a></li>



<li><a href="https://bitmovin.com/docs/player/tutorials/setting-up-ads-with-the-web-player"><strong>Bitmovin&#8217;s Player dedicated ad module</strong></a></li>



<li><a href="https://bitmovin.com/dashboard/analytics/advertising"><strong>Bitmovin&#8217;s advertising analytics on the Bitmovin Dashboard</strong></a></li>
</ul>



<p>As a reminder, our robust Ads capabilities include SSAI for a smoother playback experience with ad metadata events and handling to ensure AVOD services provide a great viewing experience.</p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<p>You can also check out specifics around SSAI and the Bitmovin Player here:</p>



<ul>
<li><a href="https://bitmovin.com/demos/ssai">SSAI Demo &#8211; Understanding how it uses server-side ads with Bitmovin Player</a>&nbsp;</li>



<li><a href="https://bitmovin.com/server-side-ad-insertion-datasheet/">Ad Capabilities Datasheet</a></li>
</ul>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading"><strong>4. Testing as a service</strong></h2>



<p>At many booths, testing was a vital topic everyone was pushing or interested in. Many of the providers on the market today focus primarily on application testing and how applications use on devices. However, few include playback testing on devices, specifically the stream, and instead require deployment in viewer endpoints.</p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading"><strong>How Bitmovin is moving in this space:</strong></h3>



<ul><li><a href="https://bitmovin.com/stream-lab/"><a href="https://bitmovin.com/stream-lab/">Bitmovin&#8217;s Player Stream Lab Feature</a></a></li></ul>



<p>Back at NAB earlier this year, we launched Stream Lab, our latest player feature that enables companies to test their actual streams in the cloud. It allows companies to experiment with pre-built test cases on real devices and covers over 24 device and platform types, ranging from old to newly released Smart TV (Samsung Tizen, LG WebOS + more), Game Consoles (Xbox Series X and PlayStation 5 coming soon),&nbsp; and browsers. This ultimately helps them save on supporting devices before they need to and don&#8217;t have to buy real devices as they have access to them through Stream Lab. Read more about it on our<a href="https://go.bitmovin.com/hubfs/Bitmovin_Player_Stream_Lab_Onesheet.pdf"> Stream Lab Datasheet</a>.</p>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading"><strong>5. Content Protection</strong></h2>



<p>From DRM to watermarking and concurrent device limits, content protection was always relevant and a focus for everyone that attended and wanted to protect their streams. With piracy on the rise and costing providers 11.6 billion in revenue, as<a href="https://www.fiercevideo.com/online-video/video-piracy-to-cost-u-s-11-6b-lost-revenue-by-2022-study-says#:~:text=Video%20piracy%20to%20cost%20U.S.,2022%2C%20study%20says%20%7C%20Fierce%20Video" rel="nofollow noopener" target="_blank"> reported by Fierce video</a>, it&#8217;s no wonder this would be a topic of choice for many platforms as they look to expand their content offerings and locations where they stream.</p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading"><strong>How Bitmovin is moving in this space:</strong></h3>



<ul>
<li><a href="https://bitmovin.com/demos/drm">Bitmovin&#8217;s Player DRM Demo</a></li>
</ul>



<p>Bitmovin&#8217;s Player provides capabilities for multi-DRM playback across all devices and integrates with the top DRM providers as part of the Innovators Network. Additional content protection measures, including token-based authentication and DRM for offline playback, are fully supported.</p>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="466" height="275" src="https://bitmovin.com/wp-content/uploads/2022/10/Bitmovin_Player_Meme_Compared_to_Other_Players.png" alt="- Bitmovin" class="wp-image-243989" srcset="https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/10/Bitmovin_Player_Meme_Compared_to_Other_Players-300x177.png?lossy=2&amp;strip=1&amp;webp=1 300w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/10/Bitmovin_Player_Meme_Compared_to_Other_Players.png?size=384x227&amp;lossy=2&amp;strip=1&amp;webp=1 384w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/10/Bitmovin_Player_Meme_Compared_to_Other_Players.png?lossy=2&amp;strip=1&amp;webp=1 466w" sizes="(max-width: 466px) 100vw, 466px" /></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h2 class="wp-block-heading"><strong>Conclusion</strong></h2>



<p>These top 5 Player topics were the most commonly heard on the exhibit floor, and they continue to come up in our conversations in Q4 with an outlook for the coming year. Regarding the Player, Bitmovin is consistently deploying the latest features to stay up to date with the market, which is why IBC 2022 was a success, and we are excited for IBC in 2023. It was great to attend, and I can&#8217;t wait to hear about changes in the market and showcase our industry-leading Player next year.</p>
</div>
</div>



<p>There is a lot of great work happening at Bitmovin, and if you want to test Bitmovin’s solutions for yourself,<a href="https://bitmovin.com/dashboard/signup"> sign up for a free 30-day trial</a>.</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/top-5-player-learnings-from-ibc">Top 5 Player Learnings from IBC and Bitmovin’s Outlook for 2023</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>A Triumphant Return to IBC</title>
		<link>https://bitmovin.com/triumphant-return-ibc</link>
		
		<dc:creator><![CDATA[Stefan Lederer]]></dc:creator>
		<pubDate>Wed, 14 Sep 2022 15:08:29 +0000</pubDate>
				<category><![CDATA[VidTech]]></category>
		<category><![CDATA[IBC]]></category>
		<guid isPermaLink="false">https://bitmovin.com/?p=241869</guid>

					<description><![CDATA[<p>IBC made a welcome return to Amsterdam following a two-year absence, and we caught up with our CEO and co-founder, Stefan Lederer, to discuss how he found the show, the big trends he saw and what comes next! How was IBC 2022 for you? Busy! Which is how you want IBC to be! We had...</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/triumphant-return-ibc">A Triumphant Return to IBC</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><em>IBC made a welcome return to Amsterdam following a two-year absence, and we caught up with our CEO and co-founder, Stefan Lederer, to discuss how he found the show, the big trends he saw and what comes next!</em></p>



<h2 class="wp-block-heading">How was IBC 2022 for you?</h2>



<p>Busy! Which is how you want IBC to be! We had great conversations with prospects, customers and partners throughout the show. NAB was the first significant industry tradeshow; conversations focused on industry trends and catching up, which was important. At IBC,&nbsp; everything focused on driving opportunities and projects forward. This was our best IBC to date. We had lots of quality meetings, a great buzz around the brand and the best-designed stand in Hall 5!</p>



<h2 class="wp-block-heading">The last IBC Show was in 2019; how has the video streaming industry changed since then?</h2>



<p>Innovation in video streaming technologies has accelerated in the last two years at a remarkable rate, which was evident at IBC. Back in 2019,&nbsp; the video streaming companies at IBC were in Hall 14, essentially a tent connected to the RAI, but this year we were in Hall 5, one of the biggest halls at the show. It’s proof that video streaming has grown exponentially and become ingrained in our day-to-day lives.</p>



<h2 class="wp-block-heading">What big trends do you see at IBC this year?</h2>



<p>There was a big focus on codecs, including AV1, AV2 and VVC, as demand for high-quality streams at lower bitrates continues to grow. Also, technologies to optimize the encoding and streaming experience, like per-title and per-scene, became a big trend. I also noticed many innovations around digital rights management, which is incredibly important because there’s still room for improvement in content protection for video streaming.</p>



<p>One of the biggest trends I think this year was live. It seems there is an enormous appetite for cloud-native workflows, event-based streaming for sports, news, and events, reliable ingest using SRT and Zixi, efficient scaling and operations, and of course, highest quality and low end-to-end delay.&nbsp;</p>



<p>When speaking about Live, FAST was a big topic at IBC. FAST services are an interesting blend of linear television with the speed and agility of video streaming technologies which are already hugely popular in the US. I expect we will see FAST services take off in other markets over the next 12 months, bringing an exciting change to linear television. However, I also think this could be hype and result in way more FAST channels available than customers can consume, eventually resulting in a quick saturation of the market. I am interested in seeing how FAST plays out.</p>



<h2 class="wp-block-heading">Which stands did you visit during the show?</h2>



<p>I thought the MediaKind stand was really cool, especially with its F1 Grand Prix simulator, which was a fun game and a great way to get people on the stand. I also saw a lot of startups with impressive innovations throughout the show.</p>



<h2 class="wp-block-heading">What’s the plan post-IBC?</h2>



<p>I slept as soon as I got home, but now I feel refreshed and ready to return to work! Lots of work goes into an event like IBC, and the work doesn’t finish when the event ends, but I am excited about the conversations we had with the great companies we met at the show. Stay tuned!</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/triumphant-return-ibc">A Triumphant Return to IBC</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>IBC Preview [2022]: 5 Minutes with… Reinhard Grandl</title>
		<link>https://bitmovin.com/ibc-preview-5-minutes-with-reinhard-grandl</link>
		
		<dc:creator><![CDATA[Reinhard Grandl]]></dc:creator>
		<pubDate>Thu, 08 Sep 2022 09:59:34 +0000</pubDate>
				<category><![CDATA[VidTech]]></category>
		<category><![CDATA[IBC]]></category>
		<guid isPermaLink="false">https://bitmovin.com/?p=241451</guid>

					<description><![CDATA[<p>All roads lead to IBC, in our latest blog series, we spent 5 minutes with some of the Bitmovin team to get their thoughts on why IBC is important and tips for enjoying the show. Say hello to Reinhard Grandl, who oversees Bitmovin’s product department, who develops the company’s product strategy and ensures it is...</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/ibc-preview-5-minutes-with-reinhard-grandl">IBC Preview [2022]: 5 Minutes with… Reinhard Grandl</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><em>All roads lead to IBC, in our latest blog series, we spent 5 minutes with some of the Bitmovin team to get their thoughts on why IBC is important and tips for enjoying the show.</em></p>



<p><em>Say hello to Reinhard Grandl, who oversees Bitmovin’s product department, who develops the company’s product strategy and ensures it is optimized for customers.&nbsp;</em></p>



<p><em>Discover his insights in the big trends at IBC 2022 and how to enjoy the show</em></p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="1600" height="600" src="https://bitmovin.com/wp-content/uploads/2022/08/header-2.jpg" alt="- Bitmovin" class="wp-image-240615" srcset="https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/header-2-300x113.jpg?lossy=2&amp;strip=1&amp;webp=1 300w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/header-2.jpg?size=384x144&amp;lossy=2&amp;strip=1&amp;webp=1 384w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/header-2-768x288.jpg?lossy=2&amp;strip=1&amp;webp=1 768w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/header-2-1024x384.jpg?lossy=2&amp;strip=1&amp;webp=1 1024w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/header-2.jpg?size=1152x432&amp;lossy=2&amp;strip=1&amp;webp=1 1152w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/header-2-1536x576.jpg?lossy=2&amp;strip=1&amp;webp=1 1536w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/header-2.jpg?lossy=2&amp;strip=1&amp;webp=1 1600w" sizes="(max-width: 1600px) 100vw, 1600px" /></figure>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading"><strong>Why are shows like IBC necessary for the media and entertainment industry?</strong></h2>



<p>Business is, ultimately, based on building trust and the best way to do this is with human interaction. Things are starting to change due to the rise of SaaS companies, but there&#8217;s no doubt that in-person meetings are still valuable. Shows like IBC are vital because they bring all of our customers, partners and prospects together in one place and provide multiple opportunities to connect with them, from giving them a demo on the stand to going out for dinner later. Last but not least, it&#8217;s a forcing function for vendors to announce new products and thus helps propel the industry forward.</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading"><strong>The last IBC Show was in 2019; how has the video streaming industry changed since then?</strong></h2>



<p>It&#8217;s changed massively. Part of it is due to the pandemic, but some technical and business trends were already emerging. One significant difference is the range of streaming services available. Almost all major US conglomerates have built streaming services to compete with the likes of Netflix and AppleTV. Furthermore, many sports leagues are trying to monetize their content for fans or via sports-focused streaming services like DAZN.&nbsp;</p>



<p>All of this creates a fragmented market for viewers who need multiple subscriptions to watch their favorite content. Without a doubt, there will be some market consolidation, but from a technological perspective, it&#8217;s creating a huge demand for technologies that can offer a superior viewing experience. At IBC2022, I expect we will see many product launches that focus on offering an optimal viewing experience while simultaneously reducing costs.&nbsp;</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading"><strong>What significant trends do you expect to see at IBC this year?</strong></h2>



<p>We will see the next steps in the evolution of technology; 5G, the VVC codec<s> </s>or new cloud-hosted services, to just name a few. I am particularly interested to see how much they&#8217;ve evolved since the last IBC in 2019. Of course, sustainability will be high on the agenda. It&#8217;s been inspiring to see so many projects emerge with the sole intention of helping the media and entertainment industry reduce its carbon footprint.</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/ibc-preview-5-minutes-with-reinhard-grandl">IBC Preview [2022]: 5 Minutes with… Reinhard Grandl</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>IBC Preview [2022]: 5 Minutes with&#8230; Ian Baglow</title>
		<link>https://bitmovin.com/ibc-preview-5-minutes-with-ian-baglow</link>
		
		<dc:creator><![CDATA[Ian Baglow]]></dc:creator>
		<pubDate>Fri, 26 Aug 2022 10:43:00 +0000</pubDate>
				<category><![CDATA[VidTech]]></category>
		<category><![CDATA[IBC]]></category>
		<guid isPermaLink="false">https://bitmovin.com/?p=240266</guid>

					<description><![CDATA[<p>All roads lead to IBC! In our latest blog series, we spent 5 minutes with some of the Bitmovin team to get their thoughts on why IBC is important and tips for enjoying the show. Say hello to Ian Baglow, our Chief Revenue Officer, who oversees our revenue function, primarily focusing on customer retention, customer...</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/ibc-preview-5-minutes-with-ian-baglow">IBC Preview [2022]: 5 Minutes with&#8230; Ian Baglow</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-md-font-size"><em>All roads lead to IBC! In our latest blog series, we spent 5 minutes with some of the Bitmovin team to get their thoughts on why IBC is important and tips for enjoying the show.</em></p>



<p class="has-md-font-size"><em>Say hello to Ian Baglow, our Chief Revenue Officer, who oversees our revenue function, primarily focusing on customer retention, customer growth and new customer acquisition. He has significant experience in leading growth at software-as-a-service companies.&nbsp;</em></p>



<p class="has-md-font-size" style="margin-bottom:50px;"><em>Discover why he thinks trust is the currency of the media and entertainment industry and the trends he expects to see on the show floor.&nbsp;</em></p>



<figure class="wp-block-image aligncenter size-full" style="margin-bottom:50px;"><img loading="lazy" decoding="async" width="1600" height="600" src="https://bitmovin.com/wp-content/uploads/2022/08/header-2.jpg" alt="- Bitmovin" class="wp-image-240615" srcset="https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/header-2-300x113.jpg?lossy=2&amp;strip=1&amp;webp=1 300w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/header-2.jpg?size=384x144&amp;lossy=2&amp;strip=1&amp;webp=1 384w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/header-2-768x288.jpg?lossy=2&amp;strip=1&amp;webp=1 768w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/header-2-1024x384.jpg?lossy=2&amp;strip=1&amp;webp=1 1024w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/header-2.jpg?size=1152x432&amp;lossy=2&amp;strip=1&amp;webp=1 1152w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/header-2-1536x576.jpg?lossy=2&amp;strip=1&amp;webp=1 1536w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/header-2.jpg?lossy=2&amp;strip=1&amp;webp=1 1600w" sizes="(max-width: 1600px) 100vw, 1600px" /></figure>



<h2 class="wp-block-heading"><strong>Why are shows like IBC important for the media and entertainment industry?</strong></h2>



<p>A defining characteristic of the media and entertainment industry is that it&#8217;s primarily based on relationships and trust. While the industry remained resilient during the pandemic and the absence of face-to-face, it&#8217;s clear it&#8217;s the right time to get back to in-person events. IBC is unique because it&#8217;s one of those rare occasions when most of your customers and partners are in one place, so conversations that start on the stand can continue over coffee or dinner.&nbsp;</p>



<p>Shows like IBC also provide a great snapshot of the industry and its trajectory. In the last couple of years, we&#8217;ve seen numerous streaming services launch but also a significant number of mergers and acquisitions as media and entertainment businesses diversity their products. An event like IBC provides an excellent opportunity for technology vendors to showcase how they can help these companies.</p>



<h2 class="wp-block-heading"><strong>What big trends do you expect to see at IBC this year?</strong></h2>



<p>There will be a host of product launches, of course. However, I believe key trends will centre around user experience as we enter a new phase of the streaming wars. The “battle for eyeballs” is intensifying, and streaming services have a renewed focus on quality of experience alongside the potential total cost of ownership cost savings due to challenging results announced by many M&amp;E customers.</p>



<h2 class="wp-block-heading"><strong>IBC coincides with your first anniversary at Bitmovin. What have been your biggest highlights and learnings over the past year?</strong></h2>



<p>The biggest highlight for me was the industry’s reaction to our Next-Generation VOD Encoder at NAB. We received incredible feedback from users and key industry influencers, which helped validate all the hard work that had gone into it.&nbsp;</p>



<p>My biggest learning has been the importance of industry partnerships. Video workflows can be complex, so it’s important to be open to working with partners to help solve a customer’s problem. Sharing knowledge and expertise is how we’ll deliver the great viewing experiences our customers’ audiences expect and deserve.&nbsp;</p>



<h2 class="wp-block-heading"><strong>What are you most looking forward to about IBC?</strong></h2>



<p>IBC will be a great place to source feedback on our new products and how well our products are integrating with partner solutions. I am particularly interested in speaking to industry influences about market trends so we can stay ahead of the curve, particularly with live streaming, which requires you to keep your finger on the pulse and constantly innovate.</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/ibc-preview-5-minutes-with-ian-baglow">IBC Preview [2022]: 5 Minutes with&#8230; Ian Baglow</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>IBC Preview [2022]: 5 Minutes with&#8230; Sophie Light-Wilkinson</title>
		<link>https://bitmovin.com/ibc-preview-5-minutes-with-sophie-light-wilkinson</link>
		
		<dc:creator><![CDATA[Sophie Light-Wilkinson]]></dc:creator>
		<pubDate>Mon, 22 Aug 2022 10:50:06 +0000</pubDate>
				<category><![CDATA[VidTech]]></category>
		<category><![CDATA[IBC]]></category>
		<guid isPermaLink="false">https://bitmovin.com/?p=239930</guid>

					<description><![CDATA[<p>All roads lead to IBC, in our latest blog series, we spent 5 minutes with some of the Bitmovin team to get their thoughts on why IBC is important and tips enjoying the show. Say hello to Sophie Light-Wilkinson, our SVP Marketing who oversees Bitmovin’s marketing department with the primary purpose of maximizing brand awareness....</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/ibc-preview-5-minutes-with-sophie-light-wilkinson">IBC Preview [2022]: 5 Minutes with&#8230; Sophie Light-Wilkinson</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><em>All roads lead to IBC, in our latest blog series, we spent 5 minutes with some of the Bitmovin team to get their thoughts on why IBC is important and tips enjoying the show.</em></p>



<p><em>Say hello to Sophie Light-Wilkinson, our SVP Marketing who oversees Bitmovin’s marketing department with the primary purpose of maximizing brand awareness. She is an experienced marketer who has worked </em><em>in start-ups through IPO, large corporations, and agencies for both B2C and B2B marketing.&nbsp;</em></p>



<p><em>Discover her tips for maximizing ROI on events and why she’s looking forward to IBC 2022.</em></p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="2560" height="1439" src="https://bitmovin.com/wp-content/uploads/2022/08/max-van-den-oetelaar-e4vLFZV9QM-unsplash-edited-scaled.jpg" alt="- Bitmovin" class="wp-image-239952" srcset="https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/max-van-den-oetelaar-e4vLFZV9QM-unsplash-edited-300x169.jpg?lossy=2&amp;strip=1&amp;webp=1 300w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/max-van-den-oetelaar-e4vLFZV9QM-unsplash-edited-scaled.jpg?size=384x216&amp;lossy=2&amp;strip=1&amp;webp=1 384w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/max-van-den-oetelaar-e4vLFZV9QM-unsplash-edited-768x432.jpg?lossy=2&amp;strip=1&amp;webp=1 768w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/max-van-den-oetelaar-e4vLFZV9QM-unsplash-edited-1024x576.jpg?lossy=2&amp;strip=1&amp;webp=1 1024w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/max-van-den-oetelaar-e4vLFZV9QM-unsplash-edited-scaled.jpg?size=1152x648&amp;lossy=2&amp;strip=1&amp;webp=1 1152w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/max-van-den-oetelaar-e4vLFZV9QM-unsplash-edited-1536x863.jpg?lossy=2&amp;strip=1&amp;webp=1 1536w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/max-van-den-oetelaar-e4vLFZV9QM-unsplash-edited-scaled.jpg?size=1920x1079&amp;lossy=2&amp;strip=1&amp;webp=1 1920w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/max-van-den-oetelaar-e4vLFZV9QM-unsplash-edited-2048x1151.jpg?lossy=2&amp;strip=1&amp;webp=1 2048w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2022/08/max-van-den-oetelaar-e4vLFZV9QM-unsplash-edited-scaled.jpg?lossy=2&amp;strip=1&amp;webp=1 2560w" sizes="(max-width: 1920px) 100vw, 1920px" /></figure>



<h2 class="wp-block-heading">Why is it important to have events like IBC as part of a go-to-market strategy?</h2>



<p>Events like IBC serve as an excellent forcing function for the entire organization. We use IBC as a deadline for go-to-market activities, whether announcing a new product or launching a hero piece of content. It helps focus efforts because we&#8217;re all working towards the same goal.</p>



<p>Big events like IBC also help create a lot of buzz around the brand during and in the lead-up to an event, which is exciting when you get to the show and see you have one of the busiest stands in your hall.</p>



<h2 class="wp-block-heading">Tips for maximizing ROI from tradeshows?</h2>



<p>It&#8217;s essential to set clear goals before beginning any activities. You need to know how many meetings you want to book and the pipeline you want to be generated and closed. These goals must be communicated to internal stakeholders because events require a significant budget and resources, so be transparent about the level of investment and expected return on investment.</p>



<p>Marketing also needs to be closely aligned with the sales team to maxmize the chances of success, including weekly check-ins to track the number of meetings booked. I also cannot emphasize enough the importance of post-event follow-ups because timely follow-ups make the difference between a prospect picking you or your competitor.</p>



<p>One thing that&#8217;s hard to measure is brand impact. Making a splash at a big industry event can maximize brand visibility and create a buzz about your company. It&#8217;s not a tangible result, but it is important.</p>



<h2 class="wp-block-heading">IBC coincides with your first anniversary at Bitmovin. What have been your biggest highlights and learnings over the past year?</h2>



<p>A highlight for me has been developing the marketing team, including retaining and upskilling team members, identifying talent gaps, and bringing new people onboard. I also expanded the function of the marketing function to include product marketing so we could have a closer alignment between sales and product. We usually meet monthly because in-person interactions are meaningful and help keep team spirit high.</p>



<p>Another big highlight for me has been our digital transformation project. We&#8217;ve completely overhauled our digital marketing processes and seen an increase in quality traffic, trial sign-ups, active trial users and new logos. Seeing the impact is fantastic and will remain a significant focus next year.</p>



<p>A key learning for me was a reminder about the importance of goal setting. The marketing team worked together to define our objectives and strategy and clarify our goals. We have a lot of spinning plates, and it&#8217;s all too easy to try and do and be everything. As a team, we&#8217;ve learnt to identify what&#8217;s essential and what&#8217;s &#8220;nice to have&#8221;, i.e. not urgent.</p>



<p>Last but not least! I have learnt the importance of downtime and self-care. What we do is important, but we aren&#8217;t saving lives, so there&#8217;s no reason for work to take priority over our health and wellbeing. I exercise daily, have a good night&#8217;s sleep (even as a mother to a young son!) and fully unplug at the end of each day by not checking emails and Slack.</p>



<h2 class="wp-block-heading">What tips would you give to marketers doing their first big event?</h2>



<p>As the adage goes, &#8220;Failing to prepare is preparing to fail&#8221;. Make sure the leadership team is aligned on the goals and purpose of the event, and then create a plan and timeline that can be shared with the broader team. Setting deadlines is essential because event dates creep up fast, so avoid last-minute rushes.</p>



<p>Return on investment should be top of mind. Everyone attending the event should have clear roles and responsibilities. Nobody should be on the stand twiddling their thumbs. After the event, make time to debrief everyone and share feedback on what went well and the areas for improvement. Being transparent about the event&#8217;s success will improve results in the future because the team will know where the weaknesses were previously.</p>



<h2 class="wp-block-heading">What are you most looking forward to about IBC?</h2>



<p>It&#8217;s my first IBC, so I&#8217;m looking forward to meeting customers and partners in person. Nothing beats human interaction when it comes to networking. It will also be great to see everyone&#8217;s work come to fruition because I know how hard the team has worked, and I will also enjoy spending time with everyone.</p>



<p>I will also be watching some conference sessions to ensure I am on top of current and future industry trends.</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/ibc-preview-5-minutes-with-sophie-light-wilkinson">IBC Preview [2022]: 5 Minutes with&#8230; Sophie Light-Wilkinson</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Bitmovin LIVE: IBC Edition &#8211; What you can expect from this huge Virtual Event Series</title>
		<link>https://bitmovin.com/what-to-expect-live-ibc-edition</link>
		
		<dc:creator><![CDATA[Joshua Shulman]]></dc:creator>
		<pubDate>Tue, 01 Sep 2020 10:02:15 +0000</pubDate>
				<category><![CDATA[VidTech]]></category>
		<category><![CDATA[IBC]]></category>
		<guid isPermaLink="false">https://bitmovin.com/?p=125288</guid>

					<description><![CDATA[<p>LIVE: IBC Edition &#8211; VidTech sessions for all in the OTT industry Bitmovin&#8217;s next Virtual Event Series Live: IBC Edition, which includes content applicable to all regions across the world, is taking place between September 8th – 24th.  This content-rich virtual event will focus on how to innovatively reduce the cost of video distribution, app...</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/what-to-expect-live-ibc-edition">Bitmovin LIVE: IBC Edition &#8211; What you can expect from this huge Virtual Event Series</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>LIVE: IBC Edition &#8211; VidTech sessions for all in the OTT industry</h2>
<p><span style="font-weight: 400;">Bitmovin&#8217;s next Virtual Event Series Live: IBC Edition, which includes content applicable to all regions across the world, is taking place between September 8th – 24th.  This content-rich virtual event will focus on how</span><span style="font-weight: 400;"> to innovatively reduce the cost of video distribution, app development, and optimizing video workflows with a plethora of tools. For our 3rd event series, we&#8217;re joined by some great partners and clients alike, like Dalet, Dolby, Google, Google Cloud Platform, IABM, Intertrust, Looker, Streamroot, Sky Studios, Teleport Media, <em>Variety</em>, ViacomCBS, and more!</span><br />
<img loading="lazy" decoding="async" class="aligncenter size-large wp-image-125290" src="https://bitmovin.com/wp-content/uploads/2020/08/Bitmovin-LIVE-MAIN-Image-IBC-1-1024x511.png" alt="- Bitmovin" width="1024" height="511"><br />
These events are broken by content that anyone within the OTT industry can enjoy, from technical deep dives around codecs, compressions, and super-resolution, to high-level discussions and panels for decisionmakers around how to succeed in the global streaming industry. The <a href="https://theiabm.org/" rel="nofollow noopener" target="_blank">International Trade Association for Broadcast &amp; Media (IABM)</a> stated:</p>
<blockquote><p><span style="font-weight: 400;">“The Bitmovin Live series has demonstrated how it has been possible to adapt quickly and effectively to an online-only conference format in response to COVID-19,” said Ben Dales, Digital Media Manager from the broadcast and media technology industry trade group IABM. “IABM has long been a champion of collaboration, and with Bitmovin Live: IBC Edition, we are impressed to see Bitmovin expand its involvement to partners, industry leaders, and sometimes even competitors in the spirit of providing a place for the community to thrive despite the global challenges.&#8221;</span></p></blockquote>
<h2><span style="font-weight: 400;">Roku, Google, Sky Studios, ViacomCBS, Bitmovin Execs to Discuss Succeeding in Global Streaming Economy</span></h2>
<p><span style="font-weight: 400;">This session will be an exploration of how streaming services are expanding internationally. Learn about the best business practices that your service must implement to succeed at a global scale, from content creation &amp; distribution to your back-end workflows like SSAI, content protection, and compression. This high-level panel discussion will bring insights from the biggest live and on-demand OTT services on the market, Roku, Sky Studios, YouTube, and ViacomCBS. Featuring:</span></p>
<p><figure id="attachment_125725" aria-describedby="caption-attachment-125725" style="width: 1024px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-125725 size-large" src="https://bitmovin.com/wp-content/uploads/2020/09/BITMOVIN_2020_EDITORIAL_ANNOUNCEMENT_1920x1080_V1-1024x576.jpg" alt="- Bitmovin" width="1024" height="576"><figcaption id="caption-attachment-125725" class="wp-caption-text">(Left to right) Stefan Lederer, CEO &amp; Co-Founder, Bitmovin | Jane Millichimp, Chief Content Officer, Sky Studios | Olivier Jollet, SVP of Emerging Business, ViacomCBS EMEA | Debbie Weinstein, VP of Video Global Solutions, YouTube | Yulia Poltorak, Head of International Content Distribution, Roku (<em>not pictured</em>)</figcaption></figure></p>
<p><span style="font-weight: 400;">Sign-up to view the <i>Variety </i>moderated session Sept 10th: </span><a href="https://ev10.perigonlive.com/1-evt370b4f025e014f35a11a31b604714491" rel="nofollow noopener" target="_blank"><span style="font-weight: 400;">Roku, Google, Sky Studios, ViacomCBS, Bitmovin Execs to Discuss Succeeding in Global Streaming Economy</span></a></p>
<h2>LIVE: IBC Edition &#8211; Virtual Event Innovation with VR</h2>
<p><span style="font-weight: 400;">Bitmovin is dedicated to using new and innovative ways of interacting with event participants.  As a complement to the usual programming of webinars, tech talks, and panels, it has created a “Virtual VR Event Booth,” a space that can bring prospects and customers closer to Bitmvovin’s employees and services. </span><br />
<span style="font-weight: 400;">“The ‘Virtual VR Event Booth’ will showcase a high-level overview of Bitmovin origins, the value the company brings, as well as a look at the solutions and products that are offered,” said Jamie Attfield, Head of Design at Bitmovin.  “Attendees are also free to explore an assortment of collateral pieces that can be downloaded to their machines and devices for further reading. This experience will be accessible on mobile, desktop, and Oculus Quest, bringing a new perspective on how the company can communicate in the digital realm.</span></p>
<h2><span style="font-weight: 400;">Evolving SVOD and AVOD for a new world &#8211; How 2 leading providers with very different business models see growth in a reshaped world (with IABM)</span></h2>
<p><span style="font-weight: 400;">The closing event will be a panel session featuring IABM and top next-gen broadcast leaders, Britbox and Freesat as we discuss how they successfully innovated their AVOD and SVOD strategies to capture market share in a quickly changing global media market. This session will be hosted and supported by IABM’s industry insights and commentary on September 23. Sign here: </span><a href="https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg30.jsp&amp;referrer=&amp;eventid=2594251&amp;sessionid=1&amp;key=F18DD4B533195B86B4CAAEBA58B3D61B&amp;regTag=&amp;sourcepage=register" rel="nofollow noopener" target="_blank"><span style="font-weight: 400;">Innovating AVOD and SVOD strategies</span></a></p>
<h2><span style="font-weight: 400;">LIVE: IBC Edition additional sessions during the event include:</span></h2>
<p><b>September 8th</b><span style="font-weight: 400;"> &#8211; Behind-the-scenes: Insights into the new virtual video industry era. The session will address that “the new normal“ is here to stay and how companies have been adjusting their business models to optimize costs and continue to deliver high-quality viewer experience.  </span><br />
<span style="font-weight: 400;">Featuring:</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;"><span data-hovercard-id="jure.zlak@beenius.tv" data-hovercard-owner-id="149">Jure Žlak</span>, Sales Director, Beenius</span></li>
<li><span data-hovercard-id="Xavier.Leclercq@broadpeak.tv" data-hovercard-owner-id="149">Xavier Leclercq, VP Business Development, Broadpeak</span></li>
<li>Matej Puhan, Sales Director, Castoola</li>
<li>Jin Soon Brancalhao, Field Marketing Manager, Bitmovin</li>
<li>Teddy Zeskind, Partner Manager, Bitmovin</li>
</ul>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-125410" src="https://bitmovin.com/wp-content/uploads/2020/08/WEBINAR_IBC_Behind_the_scenes_small-1-1024x512.jpg" alt="Live: IBC Edition - Partner Chitchat featured image-beenius-broadpeak-castoola" width="1024" height="512" /><br />
<b>September 10th</b><span style="font-weight: 400;"> &#8211; A case study review of how <a href="https://www.dalet.com/" rel="nofollow noopener" target="_blank">Dalet</a> + Bitmovin solutions can help you innovate your sports content OTT strategy. </span><br />
<img loading="lazy" decoding="async" class="aligncenter size-large wp-image-125412" src="https://bitmovin.com/wp-content/uploads/2020/08/WEBINAR_IBC-LIVE_Dalet_EN_1080-1024x512.jpg" alt="LIVE: IBC Edition - OTT Sports Content Strategy ft Image-Dalet-NRL" width="1024" height="512" srcset="https://b3148424.smushcdn.com/3148424/wp-content/uploads/2020/08/WEBINAR_IBC-LIVE_Dalet_EN_1080-300x150.jpg?lossy=2&amp;strip=1&amp;webp=1 300w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2020/08/WEBINAR_IBC-LIVE_Dalet_EN_1080.jpg?size=384x192&amp;lossy=2&amp;strip=1&amp;webp=1 384w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2020/08/WEBINAR_IBC-LIVE_Dalet_EN_1080-768x384.jpg?lossy=2&amp;strip=1&amp;webp=1 768w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2020/08/WEBINAR_IBC-LIVE_Dalet_EN_1080-1024x512.jpg?lossy=2&amp;strip=1&amp;webp=1 1024w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2020/08/WEBINAR_IBC-LIVE_Dalet_EN_1080.jpg?lossy=2&amp;strip=1&amp;webp=1 1080w" sizes="(max-width: 1024px) 100vw, 1024px" /><br />
<b>September 14th</b><span style="font-weight: 400;"> &#8211; There&#8217;s a Fix For That: the Top 5 OTT Video Challenges &#8230; and How to Fix Them! – Bitmovin’s CTO Chris Mueller and head of product Reinhard Grandl tackle the top 5 challenges for OTT video providers with real-world examples of straightforward technical solutions to materially improve the long-term business outcomes for streaming operators. </span><br />
<b>September 14th </b><span style="font-weight: 400;">&#8211; Encoding where it matters: How will the changing demand in content type affect your workflows? &#8211; Join Peggy Dau and <a href="https://womeninstreamingmedia.org/" rel="nofollow noopener" target="_blank">Women in Streaming Media</a> as they discuss the most critical factors in developing your future video workflows. </span><br />
<b>September 16th &#8211; </b><span style="font-weight: 400;">How VuClip Achieved Scalable, high-performance Video Encoding with Bitmovin on Google Cloud &#8211; Join Google Cloud&#8217;s Solutions Engineer, Chris Hampartsoumian, Vuclip&#8217;s Technical Product Manager, Praveen Singh, and Bitmovin&#8217;s Solution Director, Adrian Britton. Vuclip will cover why time is so critical to effective delivery and how a cloud-based encoding solution reduced their costs. </span><br />
<b>September 17th</b><span style="font-weight: 400;"> &#8211; Wow your audience: Unleash the creative potential of Dolby Atmos and Dolby Vision with Bitmovin Encoding into a unified workflow &#8211; Sound design and effects are a crucial part of filmmaking that elevate your viewer’s quality of experience. Hear from Dolby experts about the versatile use cases and capabilities of Dolby Atmos and Dolby Vision. Learn how to create workflows and mezzanine files using cloud-based techniques. </span><br />
<b>September 21st &#8211;</b><span style="font-weight: 400;"> State of Streaming: Bitmovin&#8217;s 2020 Video Developer Report – Bitmovin’s 4th Annual Video Developer report is here! Bitmovin will review the top-level results of its survey and define what some of the most important video tech trends of 2020/21 are for OTT services around the world. Learn about what developers and project managers are seeking in the VidTech workflows as well as the technologies they hope to implement in the next 12 months. </span><br />
<img loading="lazy" decoding="async" class="aligncenter size-large wp-image-125414" src="https://bitmovin.com/wp-content/uploads/2020/09/bitmovin-live-ibc-schedule-week-all-2-689x1024.jpg" alt="LIVE: IBC Edition - Full Schedule - table" width="689" height="1024" srcset="https://b3148424.smushcdn.com/3148424/wp-content/uploads/2020/09/bitmovin-live-ibc-schedule-week-all-2-202x300.jpg?lossy=2&amp;strip=1&amp;webp=1 202w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2020/09/bitmovin-live-ibc-schedule-week-all-2.jpg?size=384x571&amp;lossy=2&amp;strip=1&amp;webp=1 384w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2020/09/bitmovin-live-ibc-schedule-week-all-2-689x1024.jpg?lossy=2&amp;strip=1&amp;webp=1 689w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2020/09/bitmovin-live-ibc-schedule-week-all-2.jpg?lossy=2&amp;strip=1&amp;webp=1 727w" sizes="(max-width: 689px) 100vw, 689px" /><br />
<b>About Us:</b><br />
<span style="font-weight: 400;">Built for technical professionals in the OTT video market, Bitmovin’s software solutions help you optimize customer operations and reduce time-to-market, resulting in the best viewer experience imaginable. This is achieved through our device reach, flexible and scalable integration, and commitment to supporting our customers. Learn more at</span><a href="https://www.bitmovin.com/"><span style="font-weight: 400;"> www.bitmovin.com</span></a><span style="font-weight: 400;">.</span></p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/what-to-expect-live-ibc-edition">Bitmovin LIVE: IBC Edition &#8211; What you can expect from this huge Virtual Event Series</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>CEO Feature: IBC 2019 Takeaways &#8211; VidTech Industry is shifting to a Multi-Codec &#038; Multi-Device World</title>
		<link>https://bitmovin.com/vidtech-industry-is-shifting-to-multi-codec-multi-device-world</link>
		
		<dc:creator><![CDATA[Stefan Lederer]]></dc:creator>
		<pubDate>Thu, 10 Oct 2019 13:43:21 +0000</pubDate>
				<category><![CDATA[VidTech]]></category>
		<category><![CDATA[IBC]]></category>
		<category><![CDATA[multi-codec streaming]]></category>
		<guid isPermaLink="false">https://bitmovin.com/?p=67104</guid>

					<description><![CDATA[<p>After an exhilarating &#38; successful experience as an exhibitor at IBC 2019 in Amsterdam for the fifth consecutive year, our CEO and Co-Founder, Stefan Lederer sat down with IBC365 Hall reporter David Davies to speak about the latest in video trends and future technologies. By all intents and purposes, Multi-Codec, Multi-Device solutions will drive the...</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/vidtech-industry-is-shifting-to-multi-codec-multi-device-world">CEO Feature: IBC 2019 Takeaways &#8211; VidTech Industry is shifting to a Multi-Codec &#038; Multi-Device World</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="size-full wp-image-69153 aligncenter" src="https://bitmovin.com/wp-content/uploads/2019/10/Image-from-iOS-2.jpg" alt="- Bitmovin" width="1655" height="1120" srcset="https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/10/Image-from-iOS-2-300x203.jpg?lossy=2&amp;strip=1&amp;webp=1 300w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/10/Image-from-iOS-2.jpg?size=384x260&amp;lossy=2&amp;strip=1&amp;webp=1 384w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/10/Image-from-iOS-2-768x520.jpg?lossy=2&amp;strip=1&amp;webp=1 768w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/10/Image-from-iOS-2-1024x693.jpg?lossy=2&amp;strip=1&amp;webp=1 1024w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/10/Image-from-iOS-2.jpg?size=1152x780&amp;lossy=2&amp;strip=1&amp;webp=1 1152w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/10/Image-from-iOS-2-1536x1039.jpg?lossy=2&amp;strip=1&amp;webp=1 1536w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/10/Image-from-iOS-2.jpg?lossy=2&amp;strip=1&amp;webp=1 1655w" sizes="(max-width: 1655px) 100vw, 1655px" /><br />
<span data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;After an exhilarating &amp; successful experience as an exhibitor at IBC 2019 in Amsterdam for the fifth consecutive year, our CEO and Co-Founder, Stefan Lederer sat down with IBC365 Hall reporter David Davies to speak about the latest in video trends and future technologies. Check out his responses here:&quot;}" data-sheets-userformat="{&quot;2&quot;:771,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:[null,2,14281427],&quot;11&quot;:4,&quot;12&quot;:0}">After an exhilarating &amp; successful experience as an exhibitor at IBC 2019 in Amsterdam for the fifth consecutive year, our CEO and Co-Founder, Stefan Lederer sat down with IBC365 Hall reporter David Davies to speak about the latest in video trends and future technologies. By all intents and purposes, Multi-Codec, Multi-Device solutions will drive the future of video! Read the full interview below for the takeaways.</span><br />
Click the link to view the <a href="https://www.ibc.org/manage/our-customers-are-looking-to-redefine-the-viewer-experience/5000.article?adredir=1" rel="nofollow noopener" target="_blank">Original Article</a></p>
<h2>We&#8217;re all living in a Multi-Codec World</h2>
<p><b>DD: What do you think are the key developments in, or threats to, your market sector at the current time?</b><br />
<span style="font-weight: 400;">SL: With streaming becoming one of the preferred ways for consumers to view their favorite content, codecs play a very important role behind the scenes in delivering these high quality streams to consumers. According to Bitmovin’s latest <a href="https://go.bitmovin.com/video-developer-report-2019">Video Developer Report findings</a>, </span><span style="font-weight: 400;">H.264/AVC is still by far the most popular and widely used video codec, used nine out of ten (91 percent) of all survey respondents. However, planned usage of <a href="https://bitmovin.com/av1-datasheet/">AV1</a> is set to triple, with seven percent of respondents having started to work with it and a fifth (20 percent) expected to start using it in the coming year. A common theme that’s emerging in the use of codecs is that many video developers are moving away from using one preferred codec and are starting to select the right codec for the right job. The transition to a multi-codec strategy won’t bring an end to the codec wars immediately, but will help to satisfy uses across all platforms and devices. </span><br />
<b>DD: What are the major technology drivers for your business going forward?</b><br />
<span style="font-weight: 400;">SL: Our customers are looking to redefine the viewer experience, while drastically lowering streaming cost, as streaming becomes the preeminent way for broadcasters and content owners to deliver video content. But as well as innovating to bring new experiences to screens everywhere, they must also deliver traditional broadcast quality, through an increasingly diverse set of platforms and devices. </span><br />
<span style="font-weight: 400;">As the media landscape grows in complexity, and new players come to the market, Bitmovin is shaping the future of video by enabling broadcasters, publishers and social media companies to deliver content simply, efficiently and at the highest possible quality and the lowest possible bitrate. And it’s that balancing act, between quality and bitrate, that Bitmovin sees as fundamental to the challenges facing the industry, as 4K becomes the standard, and 8K and HDR content emerges.</span></p>
<h2>The Future of Video is driven by AI/ML</h2>
<p><b>DD: Can you briefly outline one of your latest product launches or developments?</b><br />
<span style="font-weight: 400;">SL: Bitmovin believe in data driven development, and over the last year, the <a href="https://go.bitmovin.com/watch-player-analytics">Bitmovin Player and Analytics</a> product has been taken from a closed beta release to general availability. It was initially created internally to help debug common playback issues, quality snafus and trace problems across the entire workflow chain so that the perfect playback experience is ensured. New features have been added such as Ads Dashboard and Fraud Detection, and all video developers will now be able to test and optimize their current video player experience using the combined Bitmovin Player and Analytics solution, allowing them to troubleshoot and diagnose problems quicker than ever before. </span><br />
<b>DD: What are your own observations of IBC 2019 in terms of what it suggests about new technologies and business trends?</b><br />
<span style="font-weight: 400;">SL: The acceleration in <a href="https://bitmovin.com/chunk-based-3-pass-video-encoding-uses-machine-learning-deliver-unrivalled-quality/">Artificial Intelligence (AI) technology</a> was a big discussion at IBC 2019, and Bitmovin’s latest Video Developer Report sees </span><span style="font-weight: 400;">one in four (24 percent) video professionals expecting to start using AI as part of video workflow solutions before the end of 2019. With this sort of technology, developers will be able to deliver personalized high quality video efficiently and reducing costs. </span><br />
For other great reads about codecs and AI check out the following links!</p>
<ul>
<li><a href="https://bitmovin.com/get-ready-for-a-multi-codec-world/">Get Ready for a Multi-Codec World (Blog)</a></li>
<li><a href="https://bitmovin.com/av1-multi-codec-dash-dataset/">Multi-Codec DASH Dataset: An Evaluation of AV1, AVC, HEVC and VP9 (Blog)</a></li>
<li><a href="https://bitmovin.com/object-detection/">Object Detection: Accessible now in the dashboard (Blog)</a></li>
<li><a href="https://go.bitmovin.com/magazine-4">Bitmovin Magazine &#8211; Autumn Edition</a></li>
</ul>
<p><a href="https://www.ibc.org/" rel="nofollow noopener" target="_blank">IBC365</a> is the home of Business knowledge for the global media, entertainment &amp; technology community, as well as the organizer of the world famous IBC Convention.<br />
Don&#8217;t forget to sign up for our <a href="https://bitmovin.com/">Newsletter</a> to stay up-to-date with our latest blogs, events, webinars, and much much more!</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/vidtech-industry-is-shifting-to-multi-codec-multi-device-world">CEO Feature: IBC 2019 Takeaways &#8211; VidTech Industry is shifting to a Multi-Codec &#038; Multi-Device World</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>IBC 2019: Bitmovin Encoding, Player, &#038; Analytics Product Showcase</title>
		<link>https://bitmovin.com/ibc2019-product-showcase</link>
		
		<dc:creator><![CDATA[Sean McCarthy]]></dc:creator>
		<pubDate>Fri, 06 Sep 2019 05:20:15 +0000</pubDate>
				<category><![CDATA[VidTech]]></category>
		<category><![CDATA[IBC]]></category>
		<guid isPermaLink="false">https://bitmovin.com/?p=60948</guid>

					<description><![CDATA[<p>When it comes to media, entertainment, and technology, IBC is one of the world’s most influential shows. For us at Bitmovin, it is a great opportunity to demonstrate what our tech is capable of. Over the past year, the streaming industry has seen incredible technology advancements. Content monetization, low-latency streaming, continued migrations to cloud workflows,...</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/ibc2019-product-showcase">IBC 2019: Bitmovin Encoding, Player, &#038; Analytics Product Showcase</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2><img loading="lazy" decoding="async" class="alignnone size-full wp-image-61036" src="https://bitmovin.com/wp-content/uploads/2019/09/Bitmovin_Product_Showcase_Social_Image_Q3_19.jpg" alt="- Bitmovin" width="2160" height="1080" srcset="https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/09/Bitmovin_Product_Showcase_Social_Image_Q3_19-300x150.jpg?lossy=2&amp;strip=1&amp;webp=1 300w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/09/Bitmovin_Product_Showcase_Social_Image_Q3_19.jpg?size=384x192&amp;lossy=2&amp;strip=1&amp;webp=1 384w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/09/Bitmovin_Product_Showcase_Social_Image_Q3_19-768x384.jpg?lossy=2&amp;strip=1&amp;webp=1 768w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/09/Bitmovin_Product_Showcase_Social_Image_Q3_19-1024x512.jpg?lossy=2&amp;strip=1&amp;webp=1 1024w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/09/Bitmovin_Product_Showcase_Social_Image_Q3_19.jpg?size=1152x576&amp;lossy=2&amp;strip=1&amp;webp=1 1152w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/09/Bitmovin_Product_Showcase_Social_Image_Q3_19-1536x768.jpg?lossy=2&amp;strip=1&amp;webp=1 1536w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/09/Bitmovin_Product_Showcase_Social_Image_Q3_19.jpg?size=1920x960&amp;lossy=2&amp;strip=1&amp;webp=1 1920w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/09/Bitmovin_Product_Showcase_Social_Image_Q3_19-2048x1024.jpg?lossy=2&amp;strip=1&amp;webp=1 2048w, https://b3148424.smushcdn.com/3148424/wp-content/uploads/2019/09/Bitmovin_Product_Showcase_Social_Image_Q3_19.jpg?lossy=2&amp;strip=1&amp;webp=1 2160w" sizes="(max-width: 1920px) 100vw, 1920px" /></h2>
<p><span style="font-weight: 400;">When it comes to media, entertainment, and technology, IBC is one of the world’s most influential shows. For us at Bitmovin, it is a great opportunity to demonstrate what our tech is capable of. Over the past year, the streaming industry has seen incredible technology advancements. Content monetization, low-latency streaming, continued migrations to cloud workflows, and focus on sustainable streaming economics are the topics driving innovation. </span><br />
<span style="font-weight: 400;">We have prepared an exhibit displaying our three product lines: </span><span style="font-weight: 400;"><a href="https://bitmovin.com/video-player/">Player</a>, <a href="https://bitmovin.com/encoding-service/">Encoder</a>, and <a href="https://bitmovin.com/video-analytics/">Analytics </a></span><span style="font-weight: 400;">as well as an innovation area where we are showcasing </span><span style="font-weight: 400;"><a href="https://go.bitmovin.com/cmaf-low-latency-webinar">low latency</a> streaming</span><span style="font-weight: 400;"> capabilities and encoding workflows using </span><span style="font-weight: 400;"><a href="https://bitmovin.com/object-detection/">object detection</a> for thumbnail extraction</span><span style="font-weight: 400;">. Our media experts will be on-site to offer their expertise and present Bitmovin solutions which address the many technical and business challenges media organizations are experiencing today.</span></p>
<h2><strong>Encoding Excellence</strong></h2>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-60951" src="https://bitmovin.com/wp-content/uploads/2019/09/bitmovin_encoding.jpg" alt="- Bitmovin" width="3840" height="2160"><br />
<b>Lower Costs:</b><br />
<span style="font-weight: 400;">Encoding has traditionally been seen as a high-cost function of the streaming workflow, but our latest product innovations are shifting this perception. By analyzing the economics of the overall streaming workflow, and offering bitrate optimization tools as well as multi-codec capabilities, we have leveraged the power of encoding to reduce overall costs associated with streaming (CDN and storage) &#8212;  without compromising video quality. </span><br />
<b>Improve Quality:</b><br />
<span style="font-weight: 400;">Beyond improving the economics of streaming, we also aim to set the standard for the highest objective quality of experience (QoE) our encoder produces. We will be demoing how Bitmovin achieves this via <a href="https://go.bitmovin.com/per-title-encoding-tco">per-title</a>, 3-pass, and multi-codec encoding. We encourage you to trial our encoder and see the results for yourself or stop by our booth to see video quality increase as <a href="https://go.bitmovin.com/per-title-ladder-benchmark-tool">bitrates</a> and costs decrease!</span></p>
<h2><strong>Play Everywhere</strong></h2>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-60952" src="https://bitmovin.com/wp-content/uploads/2019/09/bitmovin-slide-player-1.jpg" alt="- Bitmovin" width="3840" height="2160"><br />
<b>Maximize Device Reach</b><br />
<span style="font-weight: 400;">Having developed the first commercial MPEG-DASH player, Bitmovin understands the challenges developers face when building or modifying video players. We value simplifying the process for engineers and have developed additional native player SDKs to make cross-platform reach as seamless as possible. We have <a href="https://bitmovin.com/bitmovin-mobile-sdk-datasheet/">SDKs</a> and <a href="https://bitmovin.com/bitmovin-api-datasheet/">APIs</a> which reach over 10+ platforms ranging from </span><span style="font-weight: 400;">browsers, mobile, connected TVs, Consoles and Smart TV devices. </span><b>Leverage SVOD and AVOD capabilities out of the box</b><br />
<span style="font-weight: 400;">Our player possesses a wealth of features and functionalities that are core to the streaming experience. </span><span style="font-weight: 400;"><a href="https://bitmovin.com/what-is-drm/">Multi DRM support</a>, <a href="https://bitmovin.com/get-ready-for-a-multi-codec-world/">multi-codec streaming</a>, low-latency support, and a wide variety of advertising solutions make it easy for engineers to address different monetization needs in a flexible manner. We have created a modular player framework which enables you to choose what features and functions are important to you and seamlessly enable or integrate them for an unmatched player experience. Optimizing player performance has never been easier.</span></p>
<h2><strong>Viewer and Advertising Insights</strong></h2>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-60959" src="https://bitmovin.com/wp-content/uploads/2019/09/bitmovin-slide-analytics.jpg" alt="- Bitmovin" width="3840" height="2160"><br />
<i></i><strong>Monitor Your Service Quality</strong><br />
<span style="font-weight: 400;">What is quality? For many, it is dictated by quality of service (QoS) KPIs such as rebuffering and video start failure percentages. For others, it means ensuring overall audience sizes are growing, Dynamic ad-insertion (DAI) ad fill-rates meet expectations, or all devices are performing optimally. Regardless of what your definition of quality is, a strong analytics platform enables you to easily monitor your customized performance measurements. Bitmovin has exposed granular metrics and dimensions in a user-centric dashboard which helps achieve all varieties of monitoring.</span><br />
<b>Uncover Optimization Potential</b><br />
<span style="font-weight: 400;">Optimize your offering based on your viewers’ demands and viewing conditions, reduce redundancies, and tune your service to the browsers and devices that your viewers are actually using. Whether you are a developer aiming to optimize your player’s ABR logic, an executive observing audience trends, a digital sales team demystifying the monetary value of your content, or an operations engineer ensuring availability and quality, our analytics will give you the technical and business insights required for success. </span><br />
<span style="font-weight: 400;">We are continuously innovating at Bitmovin, and are looking forward to showcasing our technology at IBC. Come see how our products can be leveraged to simplify media workflows, minimize costs, and optimize the quality of experience for your viewers. </span></p>
<h3 style="text-align: center;"><strong>Book a meeting at IBC with one of our specialists today!</strong></h3>
<h3 style="text-align: center;"><!--HubSpot Call-to-Action Code --><span id="hs-cta-wrapper-bce7cb8f-e169-456e-bbcf-a924bb446f71" class="hs-cta-wrapper"><span id="hs-cta-bce7cb8f-e169-456e-bbcf-a924bb446f71" class="hs-cta-node hs-cta-bce7cb8f-e169-456e-bbcf-a924bb446f71"><!-- [if lte IE 8]>


<div id="hs-cta-ie-element"></div>


<![endif]--><a href="https://cta-redirect.hubspot.com/cta/redirect/3411032/bce7cb8f-e169-456e-bbcf-a924bb446f71" target="_blank" rel="noopener noreferrer nofollow"><img decoding="async" id="hs-cta-img-bce7cb8f-e169-456e-bbcf-a924bb446f71" class="hs-cta-img aligncenter" style="border-width: 0px;" src="https://no-cache.hubspot.com/cta/default/3411032/bce7cb8f-e169-456e-bbcf-a924bb446f71.png" alt="Schedule a Meeting" /></a></span></span><!-- end HubSpot Call-to-Action Code --></h3>
<p>The post <a rel="nofollow" href="https://bitmovin.com/ibc2019-product-showcase">IBC 2019: Bitmovin Encoding, Player, &#038; Analytics Product Showcase</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Check out the Bitmovin Demo Showcase at the IBC Conference 2018!</title>
		<link>https://bitmovin.com/check-bitmovin-showcase-ibc-conference-2018</link>
		
		<dc:creator><![CDATA[Tristan Boyd]]></dc:creator>
		<pubDate>Fri, 07 Sep 2018 09:18:41 +0000</pubDate>
				<category><![CDATA[VidTech]]></category>
		<category><![CDATA[IBC]]></category>
		<guid isPermaLink="false">http://bitmovin.com/?p=24246</guid>

					<description><![CDATA[<p>When it comes to media, entertainment and technology, IBC is one of the world’s most influential shows . For us at Bitmovin, it is a great opportunity to demonstrate what our tech is capable of to a distinguished audience of industry experts. If you are coming to IBC this year, then the Bitmovin Stand 14.G09...</p>
<p>The post <a rel="nofollow" href="https://bitmovin.com/check-bitmovin-showcase-ibc-conference-2018">Check out the Bitmovin Demo Showcase at the IBC Conference 2018!</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="size-full wp-image-24267 alignnone" src="https://bitmovin.com/wp-content/uploads/2018/09/IBC-Demos-Main.png" alt="IBC demos from Bitmovin for all aspects of video delivery" width="800" height="352" /></p>
<blockquote><p>When it comes to media, entertainment and technology, IBC is one of the world’s most influential shows . For us at Bitmovin, it is a great opportunity to demonstrate what our tech is capable of to a distinguished audience of industry experts.</p></blockquote>
<p>If you are coming to IBC this year, then the Bitmovin Stand 14.G09 is definitely worth a visit. For this year’s event, we have prepared a showcase of our most recent tech stack – from AV1 and Per-Title to 3-pass encoding and server-side ad insertion, it’s all there!<br />
To get personal demonstration of any of our products from one of our video delivery experts, just arrange a meeting.</p>
<div class="engbtn"><a href="https://bitmovin.com/ibc-2018-per-title-encoding-native-sdks-av1-kubernetes/">Arrange your meeting today!</a></div>
<h2>Bitmovin Player v8: Enter modularity</h2>
<p><a href="https://bitmovin.com/bitmovin-video-player-v8-introduces-modular-architecture-boosting-flexibility-start-speed/">The latest version of our player is </a>here. The new modular structure allows you to customize the player with exactly the modules you’ll need. The new player comes with a reduced footprint while still offering the same rich set of features. This means that the same great player now loads super-fast. Loading times and startup times are make or break in terms of the user experience and the new player is an invaluable asset to deliver on a state-of-the-art UX. Our demo shows how you can slim down the player to only load selected modules – and you’ll be able to see how much faster it loads compared to the full codebase.<br />
<figure id="attachment_24250" aria-describedby="caption-attachment-24250" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="wp-image-24250 size-full" src="https://bitmovin.com/wp-content/uploads/2018/09/Player-modular-Master-combined-1.jpg" alt="Bitmovin Video Player is Modular" width="800" height="503" /><figcaption id="caption-attachment-24250" class="wp-caption-text">The Bitmovin Player &#8211; Modular configuration examples</figcaption></figure></p>
<h2>Integration of an AV1 end-to-end workflow</h2>
<p>Following the <a href="http://www.streamingmedia.com/Articles/News/Online-Video-News/AV1-Is-Finally-Here-but-Intellectual-Property-Questions-Remain-124134.aspx" rel="nofollow noopener" target="_blank">AV1 bitstream freeze in March</a>, Bitmovin is presenting a fully <a href="https://bitmovin.com/av1/">integrated end-to-end encoding workflow using AV1</a>. The encoding requirements for AV1 are high, so it’s a definite candidate for our highly efficient cloud encoding solution. Requirements aside, the results are astounding, as you’ll no doubt be able to tell from checking out our AV1 demo. AV1 looks better than any other codec at low bitrates and offers tremendous potential to shape video delivery workflows in the near future.</p>
<h2>Multi-Codec Streaming</h2>
<p><a href="https://bitmovin.com/get-ready-for-a-multi-codec-world/">Multi-codec streaming</a> configurations are key drivers in establishing advanced codecs like AV1 on a broader scale. With our multi-codec workflow, we’re matching the user’s browser or device to the most efficient codec available. Users will get to view the best quality video at the lowest possible bitrate. For providers, this results in noticeable bandwidth savings, while still improving device compatibility. If the best codec (for example AV1) does not play on the device, the stream simply defaults back to the next best alternative (e.g. HEVC).<br />
<figure id="attachment_24253" aria-describedby="caption-attachment-24253" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-full wp-image-24253" src="https://bitmovin.com/wp-content/uploads/2018/09/browser-graph-multi-codec-v3-1.jpg" alt="Multi-Codec Streaming opens the door for AV1 delivery" width="800" height="494" /><figcaption id="caption-attachment-24253" class="wp-caption-text">Multi-Codec Streaming &#8211; Graphs showing which codecs play where</figcaption></figure></p>
<h2>Containerized scalable encoding running anywhere</h2>
<p>Efficient <a href="https://bitmovin.com/encoding-service/">video encoding</a> workflows form the backbone of any video delivery infrastructure. Our encoding demo illustrates our smart approach to encoding. Select the input file and an encoding profile and you’re good to go. Our encoding processes are easily scalable and can be hosted in the cloud or on premise. You’ll be able to see immediately how the different encoding profiles reflect on encoding times and quality by viewing key stats from the process, as well as the encoded video. We build our software-only encoders using state-of-the-art container technology so they run anywhere, including all major cloud providers (check out the demos for Google Cloud and AWS).</p>
<h2>Analytics</h2>
<p><a href="https://bitmovin.com/bitmovin-developer-focused-analytics/">Video Analytics</a> are key to understanding your user base as well as to identifying advertising opportunities and possible delivery bottlenecks. That’s why we keep optimizing our analytics solution. You’ll be able to view our latest analytics dashboard and see how we envision leveraging powerful analytics into smart business decisions. Our dashboard makes key metrics visible and presentable, providing you with the insights you need to grow your business. Our API makes it possible to design your own dashboard and get a customized view tailored to your exact needs.<br />
<figure id="attachment_24255" aria-describedby="caption-attachment-24255" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-full wp-image-24255" src="https://bitmovin.com/wp-content/uploads/2018/09/dashboard-comparison-1.jpg" alt="Video Analytics dashboard at Bitmovin" width="800" height="736" /><figcaption id="caption-attachment-24255" class="wp-caption-text">Bitmovin Analytics &#8211; Our new default dashboard is available the second you install your player</figcaption></figure></p>
<h2>Server-side dynamic ad insertion</h2>
<p>Bitmovin encoders and players have been capable of using <a href="https://bitmovin.com/bypass-adblock-server-side-ad-insertion/">server-side ad insertion</a> for a while. We now have multiple integrations in leading ad servers. This results in undetectable playback of ads without risk of ad-blocker detection, effectively preventing losses in revenue from unseen ads. The insertion happens dynamically and can be triggered at the mere click of a button in our demo showcase, illustrating the use of HLS cue points to run ads.</p>
<h2>Dolby Vision HDR</h2>
<p>We have updated our Bitmovin encoders to support pristine Dolby Vision HDR, delivering cutting-edge pictures and an astounding visual experience featuring a depth of color which has been previously unknown to consumer-grade devices. The full experience can be enjoyed on Dolby Vision capable large screen TVs and other compatible devices.</p>
<h2><a href="https://bitmovin.com/delivering-high-quality-video-ios-android-sdks/">Native Pla</a>y<a href="http://sales-demos-staging.bitmovin.com/native-sdks">er SDKs</a></h2>
<p>At Bitmovin, we understand that our solutions need to be a joy to work with for fellow developers, in order for our products to become as popular as we want them to be. That’s why we put an emphasis on creating great developer tools from the very start. Our range of Native Player SDKs has been growing consistently and allows for a flawless delivery of high quality video on practically any system. They run on Android, iOS, Android TV, tvOS and Fire OS and come with extensive APIs and events. Features like multi DRM support, multi codec streaming, HLS support and more make it easy to integrate our player anywhere.<br />
<figure id="attachment_24257" aria-describedby="caption-attachment-24257" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-full wp-image-24257" src="https://bitmovin.com/wp-content/uploads/2018/09/mobile-sdk-web-devices-PRES-VERSION-1.jpg" alt="Video Player SDKs for every platform" width="800" height="503" /><figcaption id="caption-attachment-24257" class="wp-caption-text">Bitmovin Player SDKs &#8211; SDKs for Android, iOS, STBs, Digital TVs and Web</figcaption></figure></p>
<h2>Per-Title encoding</h2>
<p><a href="https://bitmovin.com/delivering-high-quality-video-ios-android-sdks/">Using per-title encoding</a>, the optimum encoding settings are derived based on predictions for each specific title. The demo shows how the process uses a preceding analysis of the input file to determine the best possible settings, before encoding the video. This results in a greater quality at lower bitrates. You can see for yourself by viewing the encoded video right on our demo page.</p>
<h2>Other Demos at IBC</h2>
<p>That is a few of the high profile demonstrations that we are promoting at IBC, but there are a lot of others on display. Per-Scene Adaptation is an interesting quality and efficiency optimization technique that involves delivering bitrate information to the player in advance, allowing it to make smarter adaptation decisions. We are also ready to give you a good look at our VR &amp; 360 playback solution, Live to VoD and HEVC/HLS on iOS and MacOS.<br />
Our research and development section offers some very exciting tech including:</p>
<ul>
<li>Tile Based Streaming &#8211;  optimizing 360 and VR streams</li>
<li>Behavioural Playback &#8211; enabling the player to react to user behaviour</li>
<li>Clientside Stream Enhancement &#8211; applying filters to your video on the client side to improve visual quality.</li>
</ul>
<p>As well as that we offer a full range of monetization options including: DRM, Multi-DRM and our full range of client-side Advertising Solutions. We also have a partners section displaying many of the integrations that you can find in our software, including partners like: AWS, Google, Scality and YoSpace.</p>
<h2>Meet us at IBC 2018 – Stand 14.G09</h2>
<p>Our amazing experts will be on-site presenting Bitmovin solutions and sharing the depth of their expertise. See our tech stack in action to experience what state-of-the-art high-end video technology can look like.</p>
<div class="engbtn"><a href="https://bitmovin.com/ibc-2018-per-title-encoding-native-sdks-av1-kubernetes/">Arrange your meeting today!</a></div>
<p>The post <a rel="nofollow" href="https://bitmovin.com/check-bitmovin-showcase-ibc-conference-2018">Check out the Bitmovin Demo Showcase at the IBC Conference 2018!</a> appeared first on <a rel="nofollow" href="https://bitmovin.com">Bitmovin</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
