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

Category: AP

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
ffmpeg strip header
AP DS TECH

ffmpeg strip header

~~ January 29, 2021

Strips 13 seconds from the start. 1ffmpeg -ss 00:00:13 -i input.mp4 -acodec copy -vcodec copy output.mp4

ffmpegTerminalVideo
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
AP DS

AMD GPU supported options

~~ September 8, 2020

GPU buyers guide | GPUs to AVOID Polaris 10 and 20 series # Highest Supported OS: Current/Big Sur(11) # Initial Supported OS: Sierra(10.12) Regarding Polaris, basically every model of card … Read More

AppleHardwareDaVinciResolveVideoEditing
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
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
Studio-Link connect remote DAW audio routing tool
AP DS SS TECH VS

Studio-Link connect remote DAW audio routing tool

~~ April 5, 2020

** EVERYTHING IS IN GERMAN !** If you need a translation, please use GoogleChrome and have it auto translate the site for you. Studio-link.de Standalone instructions Plugin instructions

AudioReaperRemoteAudioRouting
FLOURISH – data visualization tool
AP DS TECH

FLOURISH – data visualization tool

~~ March 18, 2020

Excellent tool to plot data visualizations.  Static and animated over time series.  

statisticsvisualization
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
OSX: Set any password via terminal
AP TECH

OSX: Set any password via terminal

a p December 25, 2019

To change minimum password length to 1 pwpolicy getaccountpolicies > temp.xml nano temp.xml Erase until first string is <?xml version=”1.0″ encoding=”UTF-8″?> Find string <string>policyAttributePassword matches '^$|.{1,}+'</string> Replace {4,} with {1,} … Read More

BashOSXpasswordsTerminal

Posts navigation

1 2 3 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.