Skip to content

Commit 9386fd3

Browse files
authoredMar 11, 2025
Update video.md
1 parent 785ef62 commit 9386fd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎_pages/formats/video.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ There are several ways to enable support for more video formats:
2323

2424
- For exporting video, you could try the [Save As Movie](https://sites.google.com/site/qingzongtseng/save-as-movie) plugin. Unfortunately, there is no update site for it; you must perform a complex installation procedure manually.
2525

26+
<!-- -->
27+
28+
- Video import and export is supported by the new [FFmpegVideoImportExport](https://imagej.net/plugins/ffmpeg-video-import-export) plugin under development, which uses actual JavaCV libraries.
29+
2630
## Transcoding
2731

2832
Another strategy is to transcode your video to an uncompressed format using a tool such as QuickTime Pro, VirtualDub or FFmpeg on the command line. The uncompressed video stream can then easily be opened in ImageJ without the need for additional plugins. Similarly, for saving video, you can write to an uncompressed format, then compress it afterward using an external tool.

0 commit comments

Comments
 (0)