INTERNAL: Additional information about using IDLffVideoWrite
Anonym
The purpose of this Help Article is to supplement the IDL online help information about the IDLffVideoWrite object class, which became available beginning with IDL 8.1.
The IDLffVideoWrite object class allows the creation of video files, created from the choice of a large number of possible video file format and video/audio codec combinations. The underlying functionality is derived from the FFmpeg library (www.ffmpeg.org).
The IDLffVideoWrite::GetFormats and IDLffVideoWrite::GetCodecs methods generate a full listing of available file formats and video/audio codecs (see also Tables 2 through 4 below). The underlying IDLffVideoWrite functionality is provided by the FFmpeg library (www.ffmpeg.org). Not all standard FFmpeg library formats and codecs are available to IDLffVideoWrite, because our version of the library is compiled to prevent the inclusion of proprietary technologies (such as the proprietary "H.264" video codec).
Use of the MPEG-4 (mp4) and AVI file formats are mentioned in the IDL documention. However, that because of the large variety of format and codec standards provided with the underlying FFmpeg library and the many different requirements and limitations of the various video players available, it is not possible for ITT to document the use of all of the video (and audio) file formats and codecs implemented by IDLffVideoWrite or to document compatibility with all video player software.
Instead, it is up to the expertise of the end-user to determine what video file formats, codecs and other settings will work best for their own purposes.
General documentation about the IDLffVideoWrite object class can be found in the IDL Online Help under the Contents section:
IDL Programming > Objects > File Format Object Classes > IDLffVideoWrite
Other useful information about IDLffVideoWrite:
Other useful references:
[ back to top ^ ]
[