I am trying to figure where my bottle neck is.
I have a project with a lot of Slices and Graphics.
I am running a family fun center.
32 layers of Numbers - 1920 x 1080 DVX3 Normal Quality With Alpha, 30FPS
32 layers of lights - 895 x 100 DVX Normal Quality No Alpha, Image Sequence from a PNG
32 ...
Search found 6 matches
- Wed May 07, 2025 03:20
- Forum: Hardware
- Topic: Not Enough Computer for 100 Layers.
- Replies: 1
- Views: 15938
- Thu Mar 27, 2025 20:42
- Forum: Problems? Bugs? Solutions!
- Topic: API Request to Open and Connect Files
- Replies: 3
- Views: 3784
Re: API Request to Open and Connect Files
Version 7.22.4
I ended up ditching the API command to connect and am using ARTNET to issue my connect commands.
I ended up ditching the API command to connect and am using ARTNET to issue my connect commands.
- Fri Mar 14, 2025 22:32
- Forum: Problems? Bugs? Solutions!
- Topic: API Request to Open and Connect Files
- Replies: 3
- Views: 3784
Re: API Request to Open and Connect Files
Running the Clear Command does not resolve my issue either.
I tried:
Clear
Open
Connect
First time works great, second time it clears and opens, but fails to connect.
I tried:
Clear
Open
Connect
First time works great, second time it clears and opens, but fails to connect.
- Fri Mar 14, 2025 22:23
- Forum: Problems? Bugs? Solutions!
- Topic: API Request to Open and Connect Files
- Replies: 3
- Views: 3784
API Request to Open and Connect Files
Hello.
I am using the API to open files by their file names, and then connect the files.
I can Open the File, and then Connect by doing the following:
Send - 'http://192.168.128.232:8080/api/v1/composition/layers/1/clips/1/open'
wait for the OK,
Send - 'http://192.168.128.232:8080/api/v1 ...
I am using the API to open files by their file names, and then connect the files.
I can Open the File, and then Connect by doing the following:
Send - 'http://192.168.128.232:8080/api/v1/composition/layers/1/clips/1/open'
wait for the OK,
Send - 'http://192.168.128.232:8080/api/v1 ...
- Wed Mar 05, 2025 00:07
- Forum: General Chat
- Topic: Loading Video Filenames via API.
- Replies: 4
- Views: 10267
Re: Loading Video Filenames via API.
Sorry if I was not clear. I need to add the filename to the HTML string. but no matter where I put it. I get an error.
Example:
POST /composition/layers/{layer-index}/clips/{clip-index}/open file:///C:/Users/Resolume/Video.mp4
This returns an error that the file cannot be found and i need to use ...
Example:
POST /composition/layers/{layer-index}/clips/{clip-index}/open file:///C:/Users/Resolume/Video.mp4
This returns an error that the file cannot be found and i need to use ...
- Mon Mar 03, 2025 16:53
- Forum: General Chat
- Topic: Loading Video Filenames via API.
- Replies: 4
- Views: 10267
Loading Video Filenames via API.
I am trying to load filenames via the request URL.
The command in question is:
POST /composition/layers/{layer-index}/clips/{clip-index}/open
but I am struggling on where to insert my file directory in the string.
the API document gives me the following request URL:
"http://192.168.187.205:8080 ...
The command in question is:
POST /composition/layers/{layer-index}/clips/{clip-index}/open
but I am struggling on where to insert my file directory in the string.
the API document gives me the following request URL:
"http://192.168.187.205:8080 ...