python

  1. U

    cursor skin fx

    upgradeQ submitted a new resource: OBS Studio cursor skin - Change cursor to image or video source. Read more about this resource...
  2. U

    OBS Lua cursor skin fx 2.5.0

    Read setup and full description here: https://github.com/upgradeQ/cursor-skin-fx/blob/master/README.md
  3. U

    OBS Python Tally counter 1.1.0

    Count up,count down and reset to zero Setup and download
  4. U

    OBS Python Scripted text 1.0.0

    Scripted text Create one hotkey with scripted text + sound For windows install [python3.6] 64 or 32 bit depending on your OBS Usage Create text source. - Optionally create media source - Optionally create layer source - Open Tools>Scripts - select this script - set settings for it, change...
  5. edk0

    Handle video stream in python script

    I need to handle frames, change them and put back in stream. How can I do it via obspython api? Is it possible? I assume that video encoders & decoders api would solve my problem, but I haven't found any code examples for it in Python or Lua.
  6. M

    Question / Help How to use url-text.py

    Apparently OBS Studio has a Python script that allows for text sources to be updated from a URL. When I went scripts under the tools tab, it listed no properties available for the url-text.py script. Does the URL text script actually work? And if so, how do I enable it...
  7. hmeneses

    OBS Python Youtube chat and channel updater 0.02

    A python 3.6 script that updates a browser source with the latest youtube chat url, and a text source with the title of the same video, you need to provide the URL of your channel, so the scrip finds the newest configured stream, and extracts the URL of the chat, and the title of the video, and...
  8. B

    Table in Python

    I am not really a OBS user, but rather a programmer that just got into all of this and wants to add a few things. My idea is to include some data in predefined spots on stream using Python script. I already made a python script that acquires that data from my website, parses it and shows it on...
  9. J

    replay media through api

    Hello, I'm working on a project that I have a media source that plays a video. With using python I can do the obs_source_set_enabled function to show or hide the source, but this doesn't cause it to replay the video when shown. I was wondering if I'm just missing something to get it to replay...
  10. G

    Twitch Song Request Text 1.0

    Shows NightBot's playing song on the streamer's screen via OBS. How to use: Clone project repository Navigate into project repository i.e cd twitch-songrequest-text Install the requirements using pip: $ pip install -r requirements.txt Run the script on your terminal or CMD: $ python script.py
  11. wackazong

    Trigger hotkey events from python

    I compiled the motion-effect plugin on Mac and now I want to start the effect from a python script. The filter that I use exposes a hotkey that can be called to start the filter's effect. How can I start the effect from python? Can I trigger hotkey events from python? Or can I register a method...
  12. A

    Question / Help Create callback in python script to use in "obs_source_enum_filters"

    Hi I'm trying to list filters on a source in a python script I'm working on, but i can't figure out how to get the callback working in: obs_source_enum_filters(obs_source_t *source, obs_source_enum_proc_t callback, void *param) I get this error: TypeError: in method 'obs_source_enum_filters'...
  13. Steve Seguin

    Non-OBS Script Online Color Correcting LUT maker 2019.10.25

    Using the provided free web tool, and freely obtainable Color Samples (via a local paint shop), you can create Colour Correcting LUTs for OBS. Works with any camera. I also provided a video walk-thru on how to use the software and created LUTs. The software is free and open-source, so I welcome...
  14. LeonidMurashov

    Python plugin: getting recording file path?

    I can't find any information about how to get final ".mp4" file path. I know that it should look like that "D:/videos/%CCYY-%MM-%DD %hh-%mm-%ss.mp4" for me. But is there any opportunity to get this info from code? I found something similar for replay buffers. It calls "get_last_replay" from...
  15. S

    Free Now playing via Last.fm (NPviaLFM) 2020-07-09

    Hey. This is my first little console Python application that simply receives the track information that is currently playing on your last.fm profile, and writes the title, album and artist of the track to the text file. I haven't found alternative for it, so did it for you ♥♥♥ There is little...
  16. G

    There is a way to create a python script that positions sources on the screen?

    Hi, I'm Germano Carella, from Italy. I'm a visually empaired person that uses OBS studio to create videos. So, I have a problem by positioning sources on the screen with screen reader and keyboard. I set 2 video sources on the scene. Second video source covers the first on screen, and to...
  17. F

    script:python script “signal_handler_disconnect” does not work correctly

    Hey buddy, I am currently writing a python script for obs studio. One of the functions is to get the name of the currently scene when OBS Studio switches the scene. By referring to the documentation and some examples of python scripts, I can usel the following code to implement my...
  18. Korwin

    Python script and vec2 struct

    Hello, I'm tring to write python script that would move one of the sources somehow. For this I'm tring to utilize obs.obs_sceneitem_set_pos The problem is that it require "const struct vec2 *pos " as a second parameter. I tried to pass tuples, arrays, classes and always get: --------------...
  19. D

    Question / Help How to immediately delete last recording and where is the pause feature and shortcuts?

    Hi, I need help for basic features that I miss in OBS I am doing a lot of takes (recordings of the same scene) for some review videos and often I do mistakes and want to immediately delete the last take and re-record a new one. It is very time consuming to always open up the recording folder...
  20. SpyderHunter03

    Question / Help OBS 23 Python Crash

    I am not able to get python run appropriately for scripting. Every time I set the python directory I get OBS to crash. https://obsproject.com/logs/NKnqjEMVID7mPNg2 I have OBS installed on a drive different than C: (It is installed on G: drive), but I installed Python on both the C: drive AND...
Top