Resource icon

OBS Python Another countdown timer 1.1

GeorgeHarry

New Member

GeorgeHarry

New Member
There's a lot of countdown timer scripts. I wrote this in Python for my own edification... that and I hate lua. :) Still, glad you found something that worked!
Yeah I get it. I have never tired to write anything in lua but I have in Python. I just wish it would work on my Macbook as it looks like it has more features than the one I found an I would be able to tweak it further if needed.
 

joelgraff

New Member
Yeah I get it. I have never tired to write anything in lua but I have in Python. I just wish it would work on my Macbook as it looks like it has more features than the one I found an I would be able to tweak it further if needed.

The only thing I can think of is maybe MacOS is sensitive to the Python version as well - Windows is strictly limited to v3.6 from what I understand. Maybe using the same version on MacOS would help?
 

makeitwrite

New Member
Hello everyone, Newbee user here and wondering if it is possible to alter this script to only stop recording after a predetermined interval? My church has been using OBS for recording our weekly sermons. At the end of every sermon we transition to a scene which has a 1 minute video and what I'd like to do is attach 1 minute timer to the scene so when that scene starts the recording stops automatically. The sermon recording is being taken over by our AV person who already has 3 other taks going on and would like to automate as much as possible. Thanks, Bob
 

DiegDie

New Member
Olá, você pode criar um texto
[QUOTE = "makeitwrite, postagem: 467017, membro: 260740"]
Olá pessoal, usuário do Newbee aqui e quer saber se é possível alterar esse script para interromper a gravação apenas após um intervalo predeterminado? Minha igreja tem usado ou OBS para gravar nossos sermões semanais. No final de cada sermão, faça uma transição para uma cena com um vídeo de 1 minuto e o que eu gostaria de fazer é anexar um temporizador de 1 minuto à cena, para que, quando essa cena iniciar, uma gravação automaticamente. Uma gravação do sermão está sendo executada por nossa pessoa que já possui mais 3 tarefas e gostaria de automatizar o máximo possível. Obrigado Bob
[/ CITAR]
Translate Português-BR - Olá, você pode criar um texto nessa cena e depois ir para "Ferramentas (T)"> Script> depois de + e selecionar ou "countdown.lua"> abrir> em seguida, selecione a duração e o texto que você criou> fechar > e seja feliz.
Pode colocar um "Amém" no texto final ou não colocar nada, sugiro deixar em modo estúdio e não se preocupe com a contagem na previa, vai perceber que na transmissão começa do tempo que determinou, infelizmente não conta segundos, mas conta as horas corretamente colocando em formato de minutos, ou pode procurar por outros plugins para o obs que eu desconheço.
 

joelgraff

New Member
Olá, você pode criar um texto
[QUOTE = "makeitwrite, postagem: 467017, membro: 260740"]
Olá pessoal, usuário do Newbee aqui e quer saber se é possível alterar esse script para interromper a gravação apenas após um intervalo predeterminado? Minha igreja tem usado ou OBS para gravar nossos sermões semanais. No final de cada sermão, faça uma transição para uma cena com um vídeo de 1 minuto e o que eu gostaria de fazer é anexar um temporizador de 1 minuto à cena, para que, quando essa cena iniciar, uma gravação automaticamente. Uma gravação do sermão está sendo executada por nossa pessoa que já possui mais 3 tarefas e gostaria de automatizar o máximo possível. Obrigado Bob
[/ CITAR]
Translate Português-BR - Olá, você pode criar um texto nessa cena e depois ir para "Ferramentas (T)"> Script> depois de + e selecionar ou "countdown.lua"> abrir> em seguida, selecione a duração e o texto que você criou> fechar > e seja feliz.
Pode colocar um "Amém" no texto final ou não colocar nada, sugiro deixar em modo estúdio e não se preocupe com a contagem na previa, vai perceber que na transmissão começa do tempo que determinou, infelizmente não conta segundos, mas conta as horas corretamente colocando em formato de minutos, ou pode procurar por outros plugins para o obs que eu desconheço.

Just as a note... the timer will count in seconds as well. Take a look at the github wiki for more details.

https://github.com/joelgraff/obs-deluxe-countdown/wiki
 

joelgraff

New Member
Hello everyone, Newbee user here and wondering if it is possible to alter this script to only stop recording after a predetermined interval? My church has been using OBS for recording our weekly sermons. At the end of every sermon we transition to a scene which has a 1 minute video and what I'd like to do is attach 1 minute timer to the scene so when that scene starts the recording stops automatically. The sermon recording is being taken over by our AV person who already has 3 other taks going on and would like to automate as much as possible. Thanks, Bob

It is possible to start / stop OBS using scripting calls. I could modify the script to do that. However, I think as a more general solution, I'd add the option to execute another script at the end of the timer, then use that script to actually make the call (or perhaps enter the command directly, if only one command needs to be run, as in this case).

It'll take a little time to work that out. Is this still an issue for you?
 
Top