IMcFilesSaveFramesIndividually Property |
![]() |
Namespace: MediaCy.IQL.IO
' Convert a Sequence to a series of JPEG files ImageFiles.OutputStream.Foramt = "jpg" ImageFiles.OutputPath = "C:\Converted" ' this line ensures that the setting is True, which is the default ImageFiles.SaveFramesIndividually = True ImageFiles.Convert "c:\mySequence.seq" 'The output will be c:\Convert\mySequence0.jpg, c:\Convert\mySequence1.jpg, etc....