Image Sequence Transcoder (IST) is an artist-friendly tool to quickly transcode your image sequences into video files. It uses FFmpeg for transcoding and is written using Python and PySide6.
No need to know what settings to use, they are reduced down to the main ones you most often need and are easil worded for ease of use.
- Download the latest release and unpack it wherever you want. You should have an icon file and a python file.
- If you don't have FFmpeg already, download the lastest "static" ffmpeg pack. You can either put the ffmpeg executable alongside the main .py file or anywhere you want.
-
indicate the location of your ffmpeg binary file. IST will automatically remember this next time your run it, so you will need to do this only once.
-
Locate your image sequence path. Select the first frame from which you want the image sequence to be encoded.
-
Optional: Locate and audio file. If you don't put anything, IST will try to find an audio file named
audio.mp3
alongside your frames. If no audio is provided, it will encode your video without audio. -
Optional: Chose an output path and file name with extension. If nothing provided, it will output an MP4 file alongside your frames with the original frame name and a timestamp at the end. If you want a different container like MKV or MOV, simply write
.mkv
or.mov
as the file extension. -
Set your video options. default settings is for a standard H264 video like everywhere in the Internet with balanced quality/speed settings for most usages, so the most important thing is to check the framerate.
-
Set your audio codec. Either copy the stream as-is without conversion, or re-encode it. Unless you have a .wav or a .flac, I'd advise to copy.