﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ARef%2FRelease_Notes%2F2.80%2FVideo_Output</id>
	<title>Dev:Ref/Release Notes/2.80/Video Output - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ARef%2FRelease_Notes%2F2.80%2FVideo_Output"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.80/Video_Output&amp;action=history"/>
	<updated>2026-05-07T11:16:24Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.80/Video_Output&amp;diff=154529&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.80/Video_Output&amp;diff=154529&amp;oldid=prev"/>
		<updated>2018-06-28T21:23:57Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 21:23時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.80/Video_Output&amp;diff=154528&amp;oldid=prev</id>
		<title>wiki&gt;Sybren: /* WEBM Support */ WEBM → WebM</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.80/Video_Output&amp;diff=154528&amp;oldid=prev"/>
		<updated>2018-04-09T13:38:23Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;WEBM Support: &lt;/span&gt; WEBM → WebM&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Blender 2.80: Video Output =&lt;br /&gt;
&lt;br /&gt;
== Video Metadata ==&lt;br /&gt;
&lt;br /&gt;
* The metadata system has been generalised so that it is no longer tied to images (but can handle any IDProperty *) ({{GitCommit|b0a767b85b0}}).&lt;br /&gt;
* Video files written via FFmpeg now also have metadata from the 'Metadata' panel written ({{GitCommit|6374d390d36}}).&lt;br /&gt;
* Added a new metadata field 'Frame Range', which writes the scene's frame range &amp;quot;start:end&amp;quot;, for example &amp;quot;32:88&amp;quot; ({{GitCommit|6c3110a6612}}). This allows mapping back from a video's frame to the Blender frame that produced it.&lt;br /&gt;
* Movie clips and movie sequencer strips now load metadata from video files ({{GitCommit|ea0e2f9bd38}}). This metadata is exposed in Python by calling the metadata() function.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Encoding ==&lt;br /&gt;
&lt;br /&gt;
[[File:encoding_280.png|Output Encoding improvements|right]]&lt;br /&gt;
&lt;br /&gt;
The encoding panel mentioned &amp;quot;None&amp;quot; in a few places, which was confusing. This is improved in {{GitCommit|245e01c30a}}:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Codec: None&amp;quot; now reads &amp;quot;No Video&amp;quot;&lt;br /&gt;
* &amp;quot;Audio Codec: None&amp;quot; now reads &amp;quot;No Audio&amp;quot;&lt;br /&gt;
* &amp;quot;Output Quality: None; ...&amp;quot; now reads &amp;quot;Constant Bitrate&amp;quot;&lt;br /&gt;
    &lt;br /&gt;
When selecting &amp;quot;No Video&amp;quot; the remaining video encoding options are hidden, making it even more explicit that there will not be video in the output file.&lt;br /&gt;
    &lt;br /&gt;
The label &amp;quot;Codec&amp;quot; now reads &amp;quot;Video Codec&amp;quot; for symmetry with &amp;quot;Audio Codec&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== WebM Support ==&lt;br /&gt;
&lt;br /&gt;
WebM support has been added, via FFmpeg's VP9 encoder ({{GitCommit|7e39d151d85}}).&lt;br /&gt;
&lt;br /&gt;
WebM/VP9 and h.264 both have options to control the file size versus compression time (e.g. fast but big, or slow and small, for the same output quality). Since WebM/VP9 only has three choices, we've chosen to map those to 3 of the 9 possible choices of h.264. The choices now are:&lt;br /&gt;
&lt;br /&gt;
* Good: the default and recommended for most applications.&lt;br /&gt;
* Slower: recommended if you have lots of time and want the best compression efficiency.&lt;br /&gt;
* Realtime: recommended for fast encoding.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Sybren</name></author>
		
	</entry>
</feed>