Resource icon

OBS Lua Displays the media source along with the voice. OBS 30.2.3

PimonTV

New Member
PimonTV submitted a new resource:

Displays the media source along with the voice. - Automate Showing and Hiding

※If it works properly, it will look like this.View attachment 108527


《The contents of the script look like this.》


obs = obslua
ffi = require("ffi")

-- Global variables
local G = {
lock = false,
start_delay = 3,
duration = 0,
noise = 999,
tick = 16,
tick_mili = 16 * 0.001,
interval_sec = 0.05,
tick_acc = 0,
source_name = "Audio", -- Changed from "Mic" to...

Read more about this resource...
 

PimonTV

New Member
Sorry, when I checked the operation, I found some problems such as crashes, so I will post the corrected version here.
 

Attachments

  • source_on_off_EX - version1.5.lua.txt
    3.5 KB · Views: 7

PimonTV

New Member
There are similar things already published, so just for reference...


 

PimonTV

New Member
There are similar things already published, so just for reference




Unlike my own product, it can only display images, and if you want to import video (such as mp4, please use my script). It doesn't seem to support moving the second image, so depending on your purpose, my product may be better.
 

PimonTV

New Member
Unlike the homemade product, it can only display images, so if you want to import videos (mp4, etc.), please use the homemade script. It does not seem to support moving the second image, so depending on your purpose, the homemade product may be better.
If you would like to add more media sources please contact us
 
Top