There are many factors that influence Isadora’s video processing speed, including the speed and type of your processor, the amount of RAM installed on your computer, hard disk speed, the format in which the video files are stored, and several other factors. This section details several tips to help you get the very fastest frame rates from Isadora.

Tip 1: Most Important: CPU, GPU, and Hard Drive

CPU: Simply put, you want the fastest CPU you can get your hands on. At this point, on macOS that means Apple silicon (ARM/M1) and it means Intel i9 processors on Windows.

GPU: Your computer's graphics card (GPU) is also important. macOS doesn't offer many options when it comes to GPUs; you get what you get when you purchase the computer, and (except for the ultra-expensive Mac Pro) you can't upgrade it. On Windows, you can make a wider range of choices. While you can spend a lot of money to get the fastest gaming GPU out there you may not see massive improvements in performance as a result. That's because video processing doesn't have the same performance needs as gaming. Usually, finding something in the middle will give the best cost/performance ratio when working with Isadora.

Finally, you should run Isadora on a computer with a single, powerful, internal graphics card. While you might assume that external GPUs (eGPUs) or multiple graphics cards would immediately improve performance, it is not the case. (Other software programs in the same category as Isadora make similar recommendations.)

HARD DRIVE: At this point, SSD hard drives are the norm – you should not be using older, hard disk drives (aka HDD) with a moving read/write head for professional video work. If your computer's internal drive is one of these older HDD models, the best and fastest option is to replace the internal HDD drive with an SSD model. If replacing the internal drive is not possible, the second best option (because it's slower) is to play your video files from there from an external SSD drive.

MINIMUM REQUIREMENTS: Make sure to review the Isadora 3 System Requirements to ensure you are working with a machine that meets our minimum system requirements.

Tip 2: More RAM Is Better

Modern operating systems rely on a feature called “virtual memory.” When the computer senses that some data that resides in your computers RAM (i.e. Random Access Memory – the extremely fast internal memory linked to your main processor) has not been used for a while, it will write it out to disk to make more RAM available to other applications. This is called “page swapping” and can adversely affect performance.

The best way to solve this problem is to add more RAM to your computer. As a general rule, 2 Gigabytes is a good baseline. 4 Gigabytes is even better. Page swapping will often take place on machines with less memory than 2 Gigabytes of memory.

Tip 3: Close Unused Applications

Every running application consumes system resources. So, especially when using Isadora for a public-facing work, don’t run any unnecessary applications at the same time. Even if they aren’t “doing anything” they get some of the processor’s time, and thus slow down Isadora. For this reason, it’s best to close every application that’s not needed for your project.

Tip 4: Lower Resolution = Faster Processing

The biggest burden any real-time video software faces is the size of the image it has to process, so keep your video resolution as low as you can. This data has to be brought in from the hard drive or live camera input, moved through any effects, and sent to the graphics card for output. It’s a simple relationship: as resolution increases, the speed at which those frames can be processed decreases.

Simply put, if your computer is having trouble playing eight 4K videos at the same time, try converting your media to 1080p and see how that performs then; if it’s still struggling, try converting your media to 720p.

BONUS TIP: If you are outputting to a video projector with HD resolution (e.g., 1920×1080) there is no reason to play a full res 4K HD video because half the pixels won't be seen if you do. You should limit the resolution of the clips in your project to the resolution of the video output device you're using.

Tip 5: Keep Your Video Resolution Consistent

When Isadora has to combine two video streams of different resolutions (e.g., with the Video Mixer actor), it has to scale one stream to match the resolution of the other. (Which one gets scaled is determined by the “Video Image Processing” section of the Video tab in the Isadora Preferences.) Even on a fast graphics card (GPU), scaling takes extra time so you want to avoid it as much as possible. For this reason, you’ll want to make sure that all of your content (media files and live video feed sources) is the same resolution if at all possible.

Tip 6: Keep Your Video Frame Rate Consistent

Isadora will happily play videos of any frame rate within the same file but, for the smoothest playback performance, you should use the same frame rate for all your videos and set the Target Frame Rate in the General tab of the Isadora Preferences to that rate.

Furthermore, you should set the Refresh rate of your display or video projector to a multiple of your chosen frame rate if at all possible. (Consult the manual for your display or projector to learn how to do this.)

For NTSC video rendered at 29.97fps:

  • Set the Target Frame Rate to 29.97 fps
  • Set the Display/Video Projector refresh rate to 60 Hz.

For PAL/SECAM video rendered at 25fps:

  • Set the Target Frame Rate to 25 fps
  • Set the Display/Video Projector refresh rate to 50 Hz.

For videos transferred from film at 24fps or 23.978 fps:

  • Set the Target Frame Rate to 24 fps or 23.978 as appropriate.
  • Set the Display/Video Projector refresh rate to 50 Hz.

Tip 7: Choosing the Correct Video Codec Is Crucial

Before we go into detail about video files and compression, it is important to make a distinction between video file codecs and containers, because we'll be talking about codecs below.

  • A codec is an algorithm used to compress the video data so the resulting file is smaller. Common examples are H264, WMV, or JPEG.
  • A container for a video file is determined by its file extension – .mov, .mp4, .avi, and .wmv are common examples. The container defines how video data is organized within the file on disk.

The point we want to make is that the container extension does not tell you what codec was used to compress the file. A file with the .mp4 extension very often contains video compressed with the H264 codec, but it could just as easily contain video compressed with numerous other codecs.

(To see the codec used inside a video file, hover your mouse over the file in Isadora's Media View; a tooltip will appear that gives information about the file, including the codec.)

High Definition (HD) - HAP (macOS and Windows)

The fastest codec in terms of performance is HAP created by VidVox. HAP is especially fast because it does not need to be decoded by the CPU; instead, the frames are loaded directly into your graphics card (GPU) meaning there is no decompression step. Furthermore, because each frame is encoded individually, HAP files will play both forwards and backwards equally well, and can quickly jump to any frame in the file.

This means that HAP is ideal for any time you need to play a video file at a speed other than 1, or if you need to interactively ‘scrub’ (jump) to different points in the file while it’s playing. (For more detail on these points, see "H264 should not always be your first choice" below.)

Another advantage is that you can play HAP movies on both macOS and Windows; if you need to move your show from one platform to another, HAP should definitely be your choice.

The downside with HAP is that it is slow to compress and the file sizes will be much larger than video files encoded with the H264/MP4 codecs.

For more info on encoding your files with HAP, see "Recompressing Your Files" below.

High Definition (HD) - Apple ProRes (macOS Only)

For the highest HD quality on macOS we recommend Apple ProRes. The color fidelity and image quality are excellent but, like HAP, it also produces significantly larger files than video files encoded with the H264/MP4 codecs.

Furthermore, because each frame is encoded individually, ApplePro Res files will play both forwards and backwards equally well, and can quickly jump to any frame in the file. (For more detail on these points, see "H264 should not always be your first choice" below.)

Photo JPEG (macOS and Windows)

While the Photo JPEG codec is ancient by now, and it is not recommended for full HD or 4K video, it still has many advantages for smaller resolutions like 1280x720 or 640x360. The most important is that it requires less processor power to decompress the images when compared to many other codecs including H264/MP4 and Apple ProRes.

The downside of Photo JPEG is that the image quality is lower than with HAP, ApplePro Res, or H264/MP4.

When compressing video files using Photo JPEG, we suggest using a quality setting of “high” (75%). Using a quality setting of “best” (100%) produces larger files that are not significantly better in image quality and are far slower to decompress.

H264 should not always be your first choice!

The H264 codec is extremely popular because it makes small files with good image quality. But it is not always the best choice to use with Isadora (or any interactive video software) for several reasons.

First, the amount of CPU power required to decompress the image as it is read from your hard drive is significantly higher than for HAP, Apple ProRes, or Photo JPEG. (HAP is the fastest in this regard.)

Second, H264 is only designed to play forward. If you always play your movies forward from start to finish, then this is not an issue. But, if you are a VJ or artist who is scrubbing video, or you often interactively manipulate the position input of the Movie Player actors, then H264 is most definitely not for you. If you play an H264 movie backward, or you scrub the video back and forth rapidly, you will see the CPU usage increase significantly. This is simply because the codec is not designed to deliver the images in reverse order.

Because the HAP, Apple Pro Res, and Photo JPEG formats render each frame individually (i.e., the current image is not related to the previous one), they play forwards and backwards equally well and are very fast when jumping to an arbitrary location within the clip.

Recompressing Your Files

You can recompress your video files to a specific resolution, codec, wrapper, and frame rate using software like Adobe Media Encoder or Premiere (paid, cross-platform), Shutter Encoder (free, Windows), or AVF Batch Exporter/Converter (free, macOS). If you are using Windows, take a look at our knowledge base article Create Windows Native HAP avi Video Files which lists both paid and free options.

Tip 8: Movie Duration Does Not Affect Performance

We often are asked: “Can Isadora play movies that are an hour long?” The answer is “yes” because the duration of a clip has little to do with playback performance.

The video playback software within the operating system only reads a small amount of the video file at a time, usually about a half-second in advance of where the current playback position is. Thus, whether a clip is 1 or 1000 minutes long has little impact on performance. Far more important are the factors listed in the tips above.

Tip 9: Turn Off Live Video Capture When Not In Use

The Capture Control actor allows you to turn live video capture on and off from within an Isadora scene. If you are not using live video in a section of your piece, then use this actor to turn it on and off at the appropriate moment.

Tip 10: Using the 'bypass' Input and Making User Actors More Efficient

Most video effect actors have an input called ‘bypass’. When turned off (the default), the effect functions normally. When 'bypass' is turned on, the effect is disabled and the actor does no video processing at all, making Isadora run faster. Depending on your patch, you may be able to make Isadora run more efficiently by turning the 'bypass' input 'on' when you don't need the output of a video effect.

You can do something similar in any User Actor using the User Actor On/Off actor. This special actor allows you to activate or deactivate all of the actors inside a User Actor.

To give this a try:

  • Double-click a User Actor to open and see the User Actor's contents in the editor tab.
  • Add a User Input actor and a User Actor On/Off actor. 
  • Connect the output of the User Input actor to the 'enable' input of the User Actor On/Off actor.
  • Close the User Actor editor tab, choosing "Save and Update All"

The new 'enable' input on your User Actor allows you to enable or disable all of the actors inside the User Actor. When the User Actor is disabled Isadora runs faster, because the actors inside the User Actor aren't doing any work.

Tip 11: How to use Apple’s QuickTime Player 7 (Pro Edition) to recompress your movies.

Below are instructions on how to use Apple’s QuickTime Player to store your movies in this format.

NOTE: While QuickTime and QuickTime Player are free, the Pro edition required to recompress movies costs $29.99 at the time of this writing. You must have the Pro Edition to recompress movies using QuickTime Player.

MAC OS X 10.6 and 10.7 Users: The instructions below are for QuickTime Player 7 which became an optional install since Mac OS X 10.6 (Snow Leopard). To install QuickTime Player 7 under Mac OS X 10.6 or later, follow these instructions.

Compressing Video with QuickTime Player 7 (Pro Edition)

  1. Open QuickTime Player by double-clicking on its icon. Choose File > Open Movie to open the movie you want to recompress.
  2. Choose File > Export, or press Apple-E (Mac) or Control-E (Windows), to call up the export dialog.
  3. After the window appears, click the “Options” button to show the “Movie Settings” window.
  4. Then click the “Settings” button.
  5. Choose your desired compression format using the pop-up menu under the heading “Compressor”.
  6. Set the slider under “Quality” to the halfway point, which should be labeled “Medium.” You can use “High” if you like – you’re movies will be somewhat larger but the quality of the image may be somewhat better.
  7. In the text box to the right of “Frame Rate” type 30, if it is not already set to 30. (Use 25 if you are compressing PAL movies.) Uncheck the other two boxes that say Key Frame and Limit Data Rate.
  8. Press the “OK” button.
  9. You’re back at the “Movie Settings” window. Click on the “Size” button.
  10. Click the “Use Custom Size” radio button. Two text boxes marked “Width” and “Height” will appear.
  11. Type your desired sizes into the “Width” and “Height” text boxes.
  12. Press the “OK” button.
  13. You’re back at the “Movie Settings” window. Press the “OK” button.
  14. Choose a name for your movie (it should be different than the old name) and press the “Save” button.
  15. This process can take a while, depending on how long your movie is. A progress dialog (a window with a little blue “thermometer” type display) will appear to show how things are going.
  16. When the progress dialog disappears, your movie is done being compressed.
  17. Open the new movie and play it to see how it looks now.

To see the difference in size between the original movie and the newly compressed one, do the following:

  1. Bring the original movie to the front by clicking on its window.
  2. Choose Movie > Get Info to show a window that gives information about the movie.
  3. Choose “Movie” from the pop-up menu on the top left.
  4. Choose “General” from the pop-up menu on the top right.
  5. Look at the “Data Size” and “Data Rate” in that window. Take note of the values.
  6. Close the window by clicking on its close box in the top left or by choosing File > Close.
  7. Now bring the new movie to the front by clicking on its window.
  8. Follow the same procedure starting at Step 2 to show its Data Size and Data Rate.
  9. You’ll see how much smaller the movie is and how its data rate has been lowered through the resizing and compression process.