python

  1. freakrho

    Is it possible to get current playing file on VLC video source in python script?

    Hi, I'm making a python script to display the currently playing song from a VLC video source and I can't find a way to get that information, I've found nothing on the docs nor the forums. Is it posible to get some data on the currently playing media?
  2. dEN00_5

    OBS Python api по obs python 2020-11-24

    Шпаргалка по сценариям на python в обсе
  3. downthecrop

    Free Mutlitrack Recording Audio Remuxer 1.4

    With Twitch DMCA muting vods lots of people are going to be multitrack recoding locally. This tool can remux multritrack recodings into a new mp4 with a single audiotrack selected. Useful specifically if you record a track with only game audio and microphone selected for archival on Twitch or...
  4. dEN00_5

    OBS Python scene update (browser) and value change 1.0

    the current plugin updates the browser scene. It was done in order not to independently press the hide button and update it automatically.
  5. cardenasvar

    How to decide whether to save a recording and be able to rename the video of the recording?

    Friends, I have a python script that creates an automated recording from an external web interface. My question is, how can I indicate in the script that if the save_video variable is True, save the video of the recording and read the name_video variable where I indicate the name that the video...
  6. DeckerEgo

    OBS Python TallyOBS: Push scene changes to WiFi-enabled tally lights 1.4.0

    A network controlled tally light for cameras, intended for control directly from OBS. Rather than having the lights hit a web gateway hosted by OBS, this reaches out directly to the tally lights and controls them over HTTP. This does not use the websocket plugin and there is no need to open up...
  7. DeckerEgo

    TallyOBS: Push scene changes to WiFi-enabled tally lights

    DeckerEgo submitted a new resource: TallyPi: Push scene changes to WiFi-enabled tally lights - A tally light platform that doesn't require remote connections into your OBS instance Read more about this resource...
  8. L

    Retrieving data from COM3 using inbuilt Python scripting

    I've been using OBS to stream snooker videos for a very long time. Whilst some of what I do utilises a specific bespoke software package for scoring, this isn't always available to me. For those occasions I do not have it, I use another package. However MANY referees have a particular type of...
  9. S

    Retrieving serial data with Python

    Hello guys and scripting experts, I created a python script for retrieving serial data from a data port of a scoreboard console (basketball). I basically got everything as I want. There's just one thing that trips my OCD (trust me, I spent more time solving this than creating the funtional...
  10. dkunin9

    Any way to change cooldown for timer in Python?

    Hi, I am new here and already have some stuff to solve: For example I have a command !command It is written in chat every second (i set it in timer) I have a condition when it is needed to change it's cooldown from 1 second to i.e. 2 or 3 or 5 How to handle this? Any ideas? Thank you, OBS...
  11. V

    url-text.py

    Bonjour, je me demandais comment utiliser le script: url.text.py. Je sais qu'il faut installer python 3.6.8 mais, je ne sais pas où. Je me demande également si j'ai besoin des droits d'administrateur pour pouvoir installer python. Merci de me répondre ;)
  12. V4n1X

    Non-OBS Script Trovo Viewer Counter v0.3

    TrovoViewerCounter Hey guys, trovo is a new streaming platform, so no tools exist yet. I started creating a simple viewer counter script in python. More detailed description is found on github, also a simple installation and usage guide. Have fun :)
  13. U

    OBS Studio mouse cursor skin

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

    OBS Python OBS Studio mouse cursor skin 2.4.2

    Selected source will follow mouse pointer. It will update position of the source according to mouse movement. Usage: - Create source with desired cursor(e.g Image source or Media source). - In scripts select that source name. - Test it: press Start, press Stop, tweak refresh rate. Crop auto...
  15. U

    OBS Python Tally counter 1.1.0

    Count up,count down and reset to zero Setup and download
  16. 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...
  17. 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.
  18. 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...
  19. 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...
  20. 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...
Top