As with any project that’s released into the world the tools that we provide are not completely bug free. When a user finds something that’s not a bug within our codebase for the tools and is outside our control we’ll try to add it to this page. Please see below for some solutions to problems other users have experienced.
Helpful Tips:
Custom Fonts
You can customize the font by adding custom CSS to the browser source. There are two requirements:
- You MUST have the font installed on your system.
- You MUST include the below snippet in the Custom CSS section within the browser source’s configuration window AND replace the text Good Times with the name of the system font you’d like to use.
Note: This is covered at the end of the tutorial video.
#text { font-family: "Good Times" !important; }
Troubleshooting
- Supported Operating Systems
- Videos Stuttering or Not Playing Through
- Dropbox Images Not Showing
- Animations Not Restarting
- No Animations
- Videos Not Playing
- Audio Out of Sync
Supported Operating Systems
While all of the tools may work in most operating systems we can only ensure that they work on modern systems. I.e. Windows and Mac OS. This is due to my testing capabilities of the developer.
Videos Stuttering or Not Playing Through
If your videos are stuttering or not playing to completion it could be a problem with either the bitrate of the video or the storage media that you are using. If you can move the videos to an SSD for improved read speeds. If you must use an HDD then you can re-encode the videos to a lower bitrate.
Dropbox Images Not Showing
If you are using a dropbox image on the Image Animator and the image does not load. Replace dl=0
with raw=1
in the URL of the image and reload the page. This will tell Dropbox to show the image rather than force a download.
Animations Not Restarting
Make sure you turn on (check) the browser source’s configuration window options:
- Shutdown source when not visible
- Refresh browser when scene becomes active
No Animations
If your items (text/images) are not animating in the browser source there is a setting within Windows that is probably disabling this. See the below image for the fix.
Another cause to this could be that the “Enable Browser Source Hardware Acceleration” is turned off in OBS/SLOBS. See Videos Not Playing for the fix.
Videos Not Playing
In some cases videos will not begin playing in the browser source for the video randomizer. Please ensure the setting “Enable Browser Source Hardware Acceleration” is enabled in OBS/SLOBS.
Audio Out of Sync
If your audio is out of sync in your video randomizer then you probably have the setting for “Control Audio through OBS” turned on within the browser source settings. To fix simply disable this setting and allow the audio to play through your default system audio device.