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)
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.
Setting default value for a BASH variable
From Setting default value for a BASH variable
To set a default value for a BASH variable (good for setting default value for a BASH command line parameter) the syntax is:
#Set VARIABLE with the value of 1st Arg to the script,
#If 1st arg is not entered, set it to DEFAULTVALUE
VARIABLE=${1:-DEFAULTVALUE}
Video promo ad for Casa Linda
A friend invited me to do a work trade at her hotel, Casa Linda, in Manuel Antonio, Costa Rica. This is a promo video ad I made for her from the drone footage and photos that I took while on the trip.
Nathan Bietz Resume – Senior Software QA Engineer / Stage and IoT Lighting Creative Engineer
Commissioned frame for a painting honoring water protectors
This frame was commissioned specifically for the Miles Toland painting “WATER IS LIFE” that it surrounds. I took elements from the painting and integrated them into the design of the frame.
Second revision of the smart LED art frame
New laser cut “Mandala of Intuition” lattice box frame design is done!