﻿<?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%3ASource%2FSequencer%2FBAVBlenderAudioVideo</id>
	<title>Dev:Source/Sequencer/BAVBlenderAudioVideo - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ASource%2FSequencer%2FBAVBlenderAudioVideo"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Sequencer/BAVBlenderAudioVideo&amp;action=history"/>
	<updated>2026-09-11T21:50:03Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Source/Sequencer/BAVBlenderAudioVideo&amp;diff=42532&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Sequencer/BAVBlenderAudioVideo&amp;diff=42532&amp;oldid=prev"/>
		<updated>2018-06-28T17:45:36Z</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日 (木) 17:45時点における版&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:Source/Sequencer/BAVBlenderAudioVideo&amp;diff=42531&amp;oldid=prev</id>
		<title>2010年4月3日 (土) 13:12にwiki&gt;Terrywallworkによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Sequencer/BAVBlenderAudioVideo&amp;diff=42531&amp;oldid=prev"/>
		<updated>2010-04-03T13:12:29Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The Blender A/V API should encapsulate all the platform independant code in an effort to make the blender UI/render code cleaner and more manageable. This should give blender a uniform way to load or save image buffers/audio buffers to disk.&lt;br /&gt;
&lt;br /&gt;
Currently these are the functions defined:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
 void BAV_init();&lt;br /&gt;
 void BAV_start_movie();&lt;br /&gt;
 void BAV_append_movie(short frame_number);&lt;br /&gt;
 void BAV_end_movie();&lt;br /&gt;
 void BAV_get_codec_settings();&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These functions are called by the above functions depending on what codec is selected from the user interface.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
 extern void BAV_init_ffmpeg();&lt;br /&gt;
 extern void BAV_start_movie_ffmpeg();&lt;br /&gt;
 extern void BAV_append_movie_ffmpeg(short frame_number);&lt;br /&gt;
 extern void BAV_end_movie_ffmpeg();&lt;br /&gt;
 extern void BAV_start_movie_windows();&lt;br /&gt;
 extern void BAV_append_movie_windows(short frame_number);&lt;br /&gt;
 extern void BAV_end_movie_windows();&lt;br /&gt;
 extern void BAV_start_movie_quicktime();&lt;br /&gt;
 extern void BAV_append_movie_quicktime(short frame_number);&lt;br /&gt;
 extern void BAV_end_movie_quicktime();&lt;br /&gt;
 extern void BAV_start_movie_sgi();&lt;br /&gt;
 extern void BAV_append_movie_sgi(short frame_number);&lt;br /&gt;
 extern void BAV_end_movie_sgi();&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the functions to open media files and load them into image/audio buffers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
 void BAV_open_movie();&lt;br /&gt;
 void BAV_open_audio();&lt;br /&gt;
 void BAV_open_image();&lt;br /&gt;
 void BAV_save_image();&lt;br /&gt;
 void BAV_save_audio();&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- [[DeveloperWiki/RobertHolcomb|RobertHolcomb]] - 30 May 2005&lt;br /&gt;
&lt;br /&gt;
[[Category:Script]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Terrywallwork</name></author>
		
	</entry>
</feed>