Skip to content
  • 0
  • 4 WHO
    • AS
    • AN
    • AP
    • DN
    • DR
    • DS
    • MS
    • SS
    • VS
  • 文化
    • AudioVideo
      • música
      • Podcast
    • idioma
      • ES
      • JP
      • RU
    • literature
    • 写真撮影
      • Adams Ansel
      • Leibovitz Annie
      • Newton Helmut
  • REF
    • PT Shortcuts

Flash News

MacOS (upto Ventura checked) QuickLook preview for .srt .vtt and other subtitle files.

brew tools – details

Make LTC SMPTE Timecode Wav file

ProTools SHORTCUTS – keyboard shortcuts search tool

Rob’s TimeCode Calculator – is AMAZING!

OSX QuickLook – fix all those broken things…

REF.sound2picutre.com

  • 0
  • 4 WHO
    • AS
    • AN
    • AP
    • DN
    • DR
    • DS
    • MS
    • SS
    • VS
  • 文化
    • AudioVideo
      • música
      • Podcast
    • idioma
      • ES
      • JP
      • RU
    • literature
    • 写真撮影
      • Adams Ansel
      • Leibovitz Annie
      • Newton Helmut
  • REF
    • PT Shortcuts
Sunday, May 18, 2025

Tag: Bash

AWS cli download/upload from MacOS
4 AP DS TECH VS

AWS cli download/upload from MacOS

~~ January 11, 2024

3 easy steps to download from an S3 bucket via commandline: 123brew install awscli # (mac) **install homebrew if needed** aws configure [add access_key_id and secure_access_key when prompted] aws s3 … Read More

awsBashCommandLineToolsTerminal
MacOS (upto Ventura checked) QuickLook preview for .srt .vtt and other subtitle files.
4 AP DS STICKIES TECH VS

MacOS (upto Ventura checked) QuickLook preview for .srt .vtt and other subtitle files.

~~ October 21, 2023

QuickLook is great – when it works… photos, some audio, some video, some documents…. what about the rest? There are many plugins available, but since MacOS 12 (Monterey) – they … Read More

BashFinderOSXQuickLooksrtSubtitlesTerminalvtt
OSX jpg resize in terminal
DS TECH

OSX jpg resize in terminal

~~ June 1, 2022

Batch resize images in terminal.  In example below 640 indicates the max width of resulting images. 1sips -Z 640 *.jpg source: https://lifehacker.com/batch-resize-images-quickly-in-the-os-x-terminal-5962420

BashCommandLineToolsImagesOSXTerminal
ffmpeg on OSX with hardware enabled encoding
AP DS TECH VS

ffmpeg on OSX with hardware enabled encoding

~~ September 26, 2020

Add to the standard :ffmpeg -i source destination” :: 1-c:v h264_videotoolbox Also – it is critical that the bitrate be set, otherwise the default drops quality down to 600kb/s. to … Read More

BashCodeSnippetffmpegOSXVideo
Amazon Web Services – CLI client OSX
DS TECH

Amazon Web Services – CLI client OSX

~~ July 19, 2020

AWS command line interface user guide can be found here: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html   Installing for OSX in cli:   12curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg" sudo installer -pkg AWSCLIV2.pkg -target /   **The … Read More

amazonS3awsBashOSXTerminal
Combine AUDIO and VIDEO on OSX – NOT using a NLE/DAW – part 2 – FFMPEG
DS TECH

Combine AUDIO and VIDEO on OSX – NOT using a NLE/DAW – part 2 – FFMPEG

~~ July 19, 2020

Simple methods to combine Audio & Video files. For example, update a video file with a new mix, resulting in a single new MOV file. *This will work on OSX, … Read More

AudioBashffmpegLinuxMergeOSXVideoWindows
Install OSX Command Line Tools without using the GUI
4 AP DS SS TECH

Install OSX Command Line Tools without using the GUI

~~ July 16, 2020

Running xcode-select –install will trigger the standard gui interface confirming download, etc.  So trying this over an ssh connection will note be possible. StackExchange to the rescue!   12345678touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress; … Read More

BashCommandLineToolsOSXTerminal
OSX BonjourName HostName LocalHostName NetBIOS Name – making sense of it all
4 DS TECH

OSX BonjourName HostName LocalHostName NetBIOS Name – making sense of it all

~~ June 15, 2020

DEFINITIONS:ComputerName = The computer name as visible in the OSX GUI (System Preferences / Sharing …)  Also known as the AppleTalk name, and is used by Finder’s Network Browser.LocalHostName = … Read More

BashBonjourhostnameNetBIOSOSX
bash – OSX Mac Processor CPU Details
DS TECH

bash – OSX Mac Processor CPU Details

~~ May 3, 2020

1sysctl -n machdep.cpu.brand_string   Source: OSX Daily

BashCPUOSXTerminal
bash – iterating over a string array
AP DS TECH

bash – iterating over a string array

~~ April 25, 2020

123456789101112131415#declare -a myArrayList=( myArrayList=( # NEW ENTRIES BELOW THIS LINE Judy Bob "Adam Smith" Bonnie # NEW ENTRIES ABOVE THIS LINE ) ## IF YOU HAVE SPACES IN THE ITEMS … Read More

arraysBashLinuxOSXStrings
bash – using functions
AP DS Scripting TECH

bash – using functions

~~ April 25, 2020

1234567#FUNCTIONS myFunction() {   echo "—— $@ ——-" } # MAIN myFunction "WLAN USB CARD DRIVER"

BashLinuxOSXTerminal
OSX system volume (sound) GET / SET via Terminal / bash
AP DS SS TECH

OSX system volume (sound) GET / SET via Terminal / bash

~~ March 6, 2020

Source: Coderwall.com Manipulate the volume settings on an OSX machine via command line: Get volume # Echos a number from 0 to 100osascript -e ‘output volume of (get volume settings)’ … Read More

AppleScriptAudioBashOSXsoundTerminalVolume

Posts navigation

1 2 … 5 Next

Top 5

  • UniFi_AP_woodUbiquity UniFi AP – LED Color Pattern guide October 9, 2020 (129)
  • rEFInd-logoThemes for * rEFInd * Boot Manager July 1, 2015 (110)
  • WAV_fileMake LTC SMPTE Timecode Wav file September 6, 2019 (100)
  • aspera-logoAspera error code 05: Insufficient permissions September 15, 2016 (98)
  • lockstep_iconLockstep – LTC->MTC sync without hardware interfaces September 12, 2019 (84)
Proudly powered by WordPress | Theme: FreeNews | By ThemeSpiral.com.