- Видео 117
- Просмотров 129 867
I live to make videos
США
Добавлен 4 май 2020
I made a python code that translate black speech
CODE 1: This code creates. It is add.
import json
# Funktion för att läsa in dataset från en JSON-fil
def load_dataset(filename):
try:
with open(filename, 'r') as file:
dataset = json.load(file)
return dataset
except FileNotFoundError:
return {}
# Funktion för att lägga till nya översättningar till datasetet
def add_translation(dataset, word1, word2, direction):
if direction == "left_to_right":
dataset[word1] = word2
elif direction == "right_to_left":
dataset[word2] = word1
# Funktion för att spara datasetet till en JSON-fil
def save_dataset(dataset, filename):
with open(filename, 'w') as file:
json.dump(dataset, file, ensure_ascii=False, indent=4)
# Huvudfunktionen för att interaktivt lägga till...
import json
# Funktion för att läsa in dataset från en JSON-fil
def load_dataset(filename):
try:
with open(filename, 'r') as file:
dataset = json.load(file)
return dataset
except FileNotFoundError:
return {}
# Funktion för att lägga till nya översättningar till datasetet
def add_translation(dataset, word1, word2, direction):
if direction == "left_to_right":
dataset[word1] = word2
elif direction == "right_to_left":
dataset[word2] = word1
# Funktion för att spara datasetet till en JSON-fil
def save_dataset(dataset, filename):
with open(filename, 'w') as file:
json.dump(dataset, file, ensure_ascii=False, indent=4)
# Huvudfunktionen för att interaktivt lägga till...
Просмотров: 281
Видео
I made python jumpcutter that removes silence from a video
Просмотров 704Год назад
I made python jumpcutter that removes silence from a video. CODE 1 I need a python code that reads this ( write your input ) and detect silence form it and creats a txt file output ( write your output ). In this output I need the code to write timestamps of start and stop time. CODE 2 I need a python code that creats individual video files from this input (write your input) from looking at this...
Elgato stream deck pedel gear review
Просмотров 54Год назад
Elgato stream deck pedel gear review #elgatostreamdeck
Code that uploads videos on youtube
Просмотров 58Год назад
import webbrowser import pyautogui import time # Open the URL in a web browser url = "studio.ruclips.net/channel/UCzt3cj_wzuNp4yRP9ZEBAmgvideos/upload?d=ud&filter=[]&sort={"columnType":"date","sortOrder":"DESCENDING"}" webbrowser.open(url) # Wait for the web browser window to open pyautogui.sleep(2) # Get the screen size and calculate the desired position screen_width, screen_height = pyautogui...
Move pictures from kamera to vmix with 1 click
Просмотров 102Год назад
Here is a cool trick. import os import shutil source_folder = r"H:\DCIM\313_PANA" destination_folder = r"D:\Projekt\manus" # Get the count of existing files in the destination folder existing_files = os.listdir(destination_folder) file_count = len(existing_files) # Iterate over each file in the source folder for filename in os.listdir(source_folder): # Check if the file has a JPG extension if f...
Lumix g85 vs Sony a7r4 as a webcame challenge
Просмотров 62Год назад
Panasonic LUMIX G85 4K Digital Camera, 12-60mm Power O.I.S. Lens, 16 Megapixel Mirrorless Camera, 5 Axis In-Body Dual Image Stabilization, 3-Inch Tilt and Touch LCD, DMC-G85MK (Black)
How I record and Edit my videos
Просмотров 802 года назад
A basic video tutorial on how I record and edit my videos together. This was a request video. It is honestly a really simple method but really efficient.
Tumbleweed royalty free music no copyright
Просмотров 3232 года назад
Free music from free music libraries. #music #Broll #wildwest
get free music from youtube
Просмотров 493 года назад
are you looking for free music for your youtube videos. Then I have your answer. Let me show you some youtube creators that make royalty free music for us to use. Virtual Cable: vb-audio.com/Cable/
calm battle music for content creators
Просмотров 623 года назад
Free music that can be used in youtube videos. I personally use it in some of my gameplay videos where it fits. #music #Broll #royaltyfree
When your davinchi resolve renders fail do this
Просмотров 523 года назад
Dose your davinchi resolve rendinering take forever? Or dose it crash for you? Well in that case I might have a solution for you. A bit strange. But it works and I use it when I need to. #edit #davinchiresolve #youtube
how to move pictures inside vMix merge transition
Просмотров 6123 года назад
Wanna make a picture move inside you video? That is really easy to do in an editing program like davinci resolve. But it is also really easy to make it move inside vMix as well. #music #Broll #vmix
setimage shourtcut in vmix tutorial
Просмотров 6433 года назад
Setimage is a really good shortcut in vMix we should use more. But it is a bit complicated and need some explanations. SO here comes a simple tutorial about that shortcut.
Nuc 9 Intel review a portable studio computer
Просмотров 2073 года назад
A really small and expensive computer that makes all of my current videos. It is a power house and portable. Intel Nuc 9 is a computer for people that are looking for a small computer in my opinion. #review #intelnuc #computerreview
Edit to the beat with vMix tutorial
Просмотров 3173 года назад
Here I have a drag and drop vMix Set up that will edit to the beat for you. Edit to the beat is where you make transitions when the music in your Broll hits a higher level. ANd this can be done inside vMix automated. #music #broll #edit
Get more then 4 overlays inside vmix
Просмотров 3,5 тыс.3 года назад
Get more then 4 overlays inside vmix
How I make dota 2 #shorts really fast and easy with vMix instant replay system
Просмотров 4573 года назад
How I make dota 2 #shorts really fast and easy with vMix instant replay system
Bring audio from elgato stream deck into vMix
Просмотров 1 тыс.3 года назад
Bring audio from elgato stream deck into vMix
My Interjuve deck tech vMix Build behind the sceans
Просмотров 1423 года назад
My Interjuve deck tech vMix Build behind the sceans
top 5 reasons why you should implement green screen in how you make youtube videos
Просмотров 723 года назад
top 5 reasons why you should implement green screen in how you make youtube videos
How to move the mouse up and down with autohotkey
Просмотров 22 тыс.3 года назад
How to move the mouse up and down with autohotkey
clone Yourself with vMix tutorial, how to have a conversation with yourself in a youtube video
Просмотров 3863 года назад
clone Yourself with vMix tutorial, how to have a conversation with yourself in a youtube video
zoom in tutorial for youtube videos automated and really simple
Просмотров 1353 года назад
zoom in tutorial for youtube videos automated and really simple
Dynamic shourtcut tutorial but how to do it in a different better way
Просмотров 1,6 тыс.3 года назад
Dynamic shourtcut tutorial but how to do it in a different better way
Make Transparent Pictures fast and simple with Lunapic video tutorial
Просмотров 3413 года назад
Make Transparent Pictures fast and simple with Lunapic video tutorial
is it possible to make this but opposite like if i move my mouse left it would press a button
hey uhh how do I stoP the file? because now I cant tyeP P normally lol Edit: can I also Put it in a breakable looP?
thank you man, this is so helfull. At least now you have an extra subscriber :)
Thanks for the video, I hope I can try it because I really need this! However, I just started trying python today and I am struggling to copy this script. is there any chance you can upload these files or send them to me either as files or even text?
Thank you
Free?
The way you are using hotkeys is not functional since you should change the name every time, and it works only a specific image, so this is useless, sorry, but you should work more on your scripts... you'll get better eventually
OK.My Stream Dack XL made me surprised!!. Thank you.From Thailand.
I'm moving the mouse left and right, but the movement stops at the edge of the screen. Is the anything I can add to the code, so the movement doesn't stop at the edge of the screen?
By the title for a moment I thought it was a translator for AAVE 💀💀
That's a cool python project !
Thank you!
wow, +1 sub!!
can I get an AutoHotKey deck tech
I guess you know me from cEDH TV :P
good job!
👍🏻👍🏻👍🏻👍🏻👍🏻
Hi , I try to automate my mouse for easier tasking and I got mouse drag and drop working, and an other one to make mouse move and perform a click but click is not register...Why? Here is the code could you help me one this one please? Script mouse drag&drop (Working): { RButton:: MouseGetPos CurX, CurY MouseMove 1840, 472, 0 MouseClickDrag, Left, 0, 0, -1280, 28, , R MouseMove %CurX%, %CurY%, 0 return } Script mouse move and click (Not working): { RButton:: MouseGetPos CurX, CurY MouseMove 960, 508, 0 MouseClick, Left, 960, 508, 1, 0 MouseMove %CurX%, %CurY%, 0 return }
Really nice song tho. And nice bass as well!
Unfortunately, the speed argument no longer works on autohotkey v2. You have to add a line "Sendmode Event" in order to get things working as expected. Just spent 30 minutes figuring that out. Oy!
it does not work for me
it just stays there lifeless
Thanks for the video. It works perfect.
how do i make it so it works when i hold it down
Pls note that somewhere: Since not much of us need to move cursor non-instant, you could probably try to raise the speed, and so the script will refuse to run at all. Just set speed to 0, it'll be an instant cursor move. Thanks again, video is 12\10
Dude i hope you'll live long and a wealthy life. For real
the speed parameter somehow doesnt work for me...
holy moly. this was exactly what i needed. been working on getting a callable custom solution for smooth mouse movements for, damnit, nearly 2 months now. i guess i should start asking around next time, but im too hardheaded and proudy.
how can i make it last for 30 min (with the chance to stop it)?
Amazing, thank you!
Except the thumbnail is too large size for RUclips
i need autohotkey v1 but i have autohotkey v2
To say you're making a video about the elgato stream deck for non streamers you're making a lot of RUclips videos I would say that's streaming I have a stream deck and definitely don't stream I use mine to listen to my music and going to websites and to my apps
Link plis sirrr
Sounds like 80s back ground music to me
I love these videos. So smart.
Thank you!
This video was a big help. Thank you!
Super helpful, thanks so much!
moving the mouse a certian length is actually exactly what i needed good vid
Your welcome!
Great video, but what mean the 6 at the end of the coords?
sorry Don't really understand?
Thanks.
Imma try it
I 100% agree: Using AutoHotkey with Streamdeck is a brilliant way to get more done!
Thx , going to make a 360 spin while attacking for a fps game
Glad you’re back!!!
I am on vecation currently. But yes! I have a list of videos I plan to do. I only make videos of things I use myself for my other channels. And there has been a lot of updates on those channels. So now I have a lot to talk about on this channel again!
what you have to do is use cable vb voice metter and vmix this way you it works on every game
just what i was looking for that you sir!!
I cant trigger regular hotkeys on pc spiderman game. Will it work best with autohotkey?
doesnt work in AHK 2.0
Awesome
How do I make the mouse click on the screen and drag for the extended time? Thanks for breaking down what the coordinates mean
You are an amazing teacher!!