DIY Film Festival


I recently organized and ran a (very small & very simple) online film festival for the art collective I help run, Glitch City. It was a live event, with folks chatting and watching videos together. It turned out well!

The goals were:


If you’re interested in doing something similar, here’s a brief overview of how I set it up. I used:

The basic flow of the event was:

  1. Do a short intermission where the filmmaker says a live intro to their video.
  2. Show their video (note: the videos were all local files on my hard drive).
  3. Go back to step 1.

OBS Studio

OBS Studio is sort of like a TV control room. You can swap between different shots, you can make titles appear, you can play videos and sounds, etc.

My OBS setup had three Scenes:

In order to stream from Discord, right-click on OBS’s preview window and select Windowed Projector (Preview). Maximize the window that appears. We’ll revisit this window later.


The basic OBS flow was:

  1. Go to the Intermission Scene. During intermission, change the Intermission Scene’s Media Source properties to load the next video you want to show.
  2. Go to the Video Scene. It will play the video that you pre-loaded in the previous step.
  3. As the video plays, go to Film Fester and set up the titles/countdown display for the upcoming intermission screen.
  4. When the video ends, go back to step 1.

Film Fester

Film Fester is a program I made to help automate some tasks involved in the intermission screen, such as selecting what titles to show and displaying the intermission countdown timer.

screenshot

You can download and read more about Film Fester here: https://github.com/blendogames/filmfester


Discord

We wanted to do a live event, with people chatting, reacting to, and watching videos together. Discord has this functionality built in, and it worked well. (note: Windows 7 seemed to have trouble with this, but it worked fine on Windows 10)

  1. Join a voice channel. This is where you’ll invite all the attendees.
  2. Click the Screen button to share your screen.
  3. Remember the Windowed Projector (Preview) window we popped out of OBS earlier? That’s the application you want to stream.

That’s it, done – your thing is now streaming for folks to watch!


Et al

It was hugely satisfying to run a little online film festival. I do a daily development stream for Skin Deep that’s a much simpler one-click operation, but it gave me enough experience to work out how to make this all somehow come together.

If any folks read this and start their own little online festival, lemme know!