logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
guidogast  
#1 Posted : Tuesday, January 23, 2024 8:22:39 PM(UTC)
guidogast

Rank: Advanced Member

Groups: Registered
Joined: 5/19/2017(UTC)
Posts: 81
Man
Netherlands
Location: The Netherlands

Thanks: 12 times
Was thanked: 33 time(s) in 21 post(s)
Just a question, is there a shortcut for importing a single image input?

Use case: I forgot to import a certain image input to bring up during production. When the moment is there to show the image, it would be nice to hit a single button on my Stream Deck that automatically opens up an Open File dialog. Navigate quickly to the place where the image is and click Open. The input is then added to my production and I can put it live.

That results in these actions:
- Stream Deck Button
- Navigate to image
- Open
- Click to set image live

The current way would be these actions (when not using the little arrow button next to Add Input):
- Click on Add Input
- Click Image
- Click Browse
- Navigate to image
- Open
- Click to set image live

Is there a shortcut for adding inputs to make the current way of importing more efficient?
IceStream  
#2 Posted : Tuesday, January 23, 2024 9:05:48 PM(UTC)
IceStream

Rank: Advanced Member

Groups: Registered
Joined: 3/7/2012(UTC)
Posts: 2,604
Man
Location: Canada

Thanks: 33 times
Was thanked: 501 time(s) in 470 post(s)
@ guidogast

You can add a Shortcut to add a specific Image file, but there is no Shortcut to open a folder and/or browse for one.



Ice
doggy  
#3 Posted : Tuesday, January 23, 2024 9:09:51 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,088
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: guidogast Go to Quoted Post
Just a question, is there a shortcut for importing a single image input?

Use case: I forgot to import a certain image input to bring up during production. When the moment is there to show the image, it would be nice to hit a single button on my Stream Deck that automatically opens up an Open File dialog. Navigate quickly to the place where the image is and click Open. The input is then added to my production and I can put it live.

That results in these actions:
- Stream Deck Button
- Navigate to image
- Open
- Click to set image live

The current way would be these actions (when not using the little arrow button next to Add Input):
- Click on Add Input
- Click Image
- Click Browse
- Navigate to image
- Open
- Click to set image live

Is there a shortcut for adding inputs to make the current way of importing more efficient?


Have a shortcut call a script that contains (or use the ScriptStartDynamic containing)

Code:
Process.Start("explorer.exe", "Path of your file/Folder")


locate the image and simply drag it into your vMix GUI
thanks 1 user thanked doggy for this useful post.
guidogast on 1/23/2024(UTC)
guidogast  
#4 Posted : Tuesday, January 23, 2024 9:51:27 PM(UTC)
guidogast

Rank: Advanced Member

Groups: Registered
Joined: 5/19/2017(UTC)
Posts: 81
Man
Netherlands
Location: The Netherlands

Thanks: 12 times
Was thanked: 33 time(s) in 21 post(s)
Originally Posted by: doggy Go to Quoted Post


locate the image and simply drag it into your vMix GUI


I never thought of that! DnD would solve this issue. Thanks Doggy!
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.