# int the vtk9.3.0 ，how can i export video?

**URL:** https://discourse.vtk.org/t/int-the-vtk9-3-0-how-can-i-export-video/14926
**Category:** Support
**Created:** [November 27, 2024, 7:35am UTC](https://discourse.vtk.org/t/int-the-vtk9-3-0-how-can-i-export-video/14926 "2024-11-27T07:35:40Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![shils](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/s/bbe5ce/32.png) [@shils](https://discourse.vtk.org/u/shils)
#### Post date: [November 27, 2024, 7:35am UTC](https://discourse.vtk.org/t/int-the-vtk9-3-0-how-can-i-export-video/14926/1 "2024-11-27T07:35:40Z")

</div>

int the vtk9.3.0 ， I can not find vtkAVIWriter, how can I export a video using vtk?

---

<div class="post-metadata">

### Author: ![codeling](https://discourse.vtk.org/user_avatar/discourse.vtk.org/codeling/32/3792_2.png) [@codeling](https://discourse.vtk.org/u/codeling)
#### Post date: [November 27, 2024, 9:06am UTC](https://discourse.vtk.org/t/int-the-vtk9-3-0-how-can-i-export-video/14926/2 "2024-11-27T09:06:31Z")

</div>

The vtkAviWriter is available up until the latest version 9.4.0 (check IO/Movie folder). It’s only built if `VTK_USE_VIDEO_FOR_WINDOWS` flag is enabled however, maybe that is disabled in your VTK build?

If you’re looking for alternatives to .avi, check the subclasses listed in vtkAVIWriter’s base class [vtkGenericMovieWriter](https://vtk.org/doc/nightly/html/classvtkGenericMovieWriter.html) - we have successfully experimented with the [vtkOggTheoraWriter](https://vtk.org/doc/nightly/html/classvtkOggTheoraWriter.html) for example.

---

<div class="post-metadata">

### Author: ![shils](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/s/bbe5ce/32.png) [@shils](https://discourse.vtk.org/u/shils)
#### Post date: [November 27, 2024, 9:26am UTC](https://discourse.vtk.org/t/int-the-vtk9-3-0-how-can-i-export-video/14926/3 "2024-11-27T09:26:17Z")

</div>

![20241127-172433](https://discourse.vtk.org/uploads/default/original/2X/c/cf718ff5f9aaa52fa5e13abaca751128948c076c.jpeg)

Thank you very much for your reply, but I couldn’t find it.

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.vtk.org/user_avatar/discourse.vtk.org/cory.quammen/32/6751_2.png) [@cory.quammen](https://discourse.vtk.org/u/cory.quammen)
#### Post date: [November 27, 2024, 2:26pm UTC](https://discourse.vtk.org/t/int-the-vtk9-3-0-how-can-i-export-video/14926/4 "2024-11-27T14:26:39Z")

</div>

Click the “Advanced” checkbox and you should be able to see it.

---

<div class="post-metadata">

### Author: ![shils](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/s/bbe5ce/32.png) [@shils](https://discourse.vtk.org/u/shils)
#### Post date: [November 28, 2024, 8:24am UTC](https://discourse.vtk.org/t/int-the-vtk9-3-0-how-can-i-export-video/14926/5 "2024-11-28T08:24:36Z")

</div>

thank you
