I made this cosmic Zebra clip with Resolume Arena.
Follow my visuals IG account https://www.instagram.com/iconicvisualsinternational/
How to re-combine and unzip a multi-part split ZIP file
1. Open the Terminal.app from Applications » Utilities
2. Use the following command, adjusted to your needs and ZIP-file location(s):zip -s 0 ~/Downloads/splitted-zip.zip --out ~/Desktop/singlefile-filename.zip
3. Once you have created the single ZIP-file, use the following command to unzip it (again, adjust to your needs):unzip ~/Desktop/singlefile-filename.zip
(from https://swissmacuser.ch/unzip-combine-splitted-zip-file-archive-macos/ )
However, if you are dealing with a set of zip files that do not include numbered file extensions (foo.z01, foo.z02, etc) and are simply multiple zip files that should be unarchived together into the same directory (such as a split Google Drive zip archive download: foo-001.zip foo-002.zip etc.), the following should work:
unzip '*.zip' -d /path/to/unzip/destination
(from https://superuser.com/questions/365643/how-to-unzip-split-files-on-os-x/517758#517758 )
How to convert (remux) video files from mkv to mp4
- Lauch OBS https://obsproject.com/es/download
- Open “File” –> Select “Remux Recordings”
- In the left panel, select the .mkv file you want to convert to .mp4 and in the right one set the destination
- Click on “Remux”
Otherwise, if you haven’t created the video files yet you can select the automatic remux option in OBS:
- Open “Settings”
- Go to “Advanced”
- In the “Recording” section tick the “Automatic Remux to mp4” option
Now you can use your footage in Premiere Pro and Adobe Media Encoder.
How To Create A Split Zipped Archive From Mac OS X Terminal
zip -r -s ssize NewArchiveName.zip FolderName/
Basic options:
-r recurse into directoriesSplits (archives created as a set of split files):
-s ssize create split archive with splits of size ssize, where ssize nm
n number and m multiplier ([k][m][g][t], default m), 100k -> 100 kB, 2g -> 2,000,000 kB (2GB)
Hunter Moon Halloween
Houseboating on the Delta
There’s no better way to celebrate freedom than on a boat with your friends!
Be the coolest kid in the Zoom meeting!
Here’s an article on how to use OBS with Zoom. Caution, it’s bleeding edge at this point and not quite production ready…
How to use a virtual camera for Zoom, Microsoft Teams and Google Meet in OBS for Mac
Workaround for code signing in MacOs 10.15.3 Catalina
APPLICATION=/Applications/zoom.us.app && codesign -d --entitlements :- $APPLICATION | { xml2; echo "/plist/dict/key=com.apple.security.cs.disable-library-validation"; echo "/plist/dict/true"; } | 2xml > entitlements.xml && sudo codesign --sign - $APPLICATION --force --preserve-metadata=identifier,resource-rules,flags --entitlements=entitlements.xml && rm entitlements.xml
Tip: you’ll need to re-authorize mic/webcam/screensharing in Zoom after re-signing the code. So don’t forget to run through a test meeting first to make sure everything is working before going into an important meeting.
VJ effects in Resolume
A little video I made in Resolume using footage I recorded of my stunt kite.
AI in Art: Style Transfer
This is so cool! While looking for fractal art, I discovered it on : https://williamrood.net/new/neural-art/neural-style
Algorithms can now apply the style of one image to the contents of another.
The Marriage of Art and Science
Code:
Sunset at 10 Mile Beach in Fort Bragg
Captured a sunset walk with some friends in my home town of Fort Bragg