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: Scripting

FFMPEG copy video, removing first 90 seconds to a copy file – no transcoding
4 DS Scripting TECH

FFMPEG copy video, removing first 90 seconds to a copy file – no transcoding

~~ July 1, 2024

Iterate through directory, all files will treated as input, export by copy (not transcoding) cutting the first 90 seconds. 1for f in *; do ffmpeg -ss 00:01:30 -i $f -c … Read More

ffmpeg
bash – using functions
AP DS Scripting TECH

bash – using functions

~~ April 25, 2020

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

BashLinuxOSXTerminal
bash combine pdf or other image files into pdf
DS Scripting TECH

bash combine pdf or other image files into pdf

~~ August 5, 2019

For FAST without RECOMPRESSION of PDF files, use Coherent PDF Command Line Tools Community Release *download includes a notarized OSX version of Catelina* 1cpdf one.pdf two.pdf three.pdf -o merged.pdf Using … Read More

BashCodeSnippetimagemagickImagesimg2pdfpdf
bash – wavecache.wfm removal
AP DS Scripting TECH

bash – wavecache.wfm removal

~~ July 31, 2019

Need help cleaning up the WaveCache.wfm files ProTools generates? Nuke ’em all with one line. 1locate WaveCache.wfm | while read i; do echo "REMOVING "$i""; rm "$i"; done

BashCodeSnippetProToolsrm
BASH snippet – clean up stereo pairs and sort by folder L/R boom/lav
DS Scripting TECH

BASH snippet – clean up stereo pairs and sort by folder L/R boom/lav

~~ July 18, 2019

Assuming stardard protools L/R pairs. Assuming existance of “boom” and “lav” paths. 123456789101112131415161718192021#!/bin/bash moveit(){ local channel=`echo ${filename} | cut -d . -f2` if [ "$channel" == "L" ]     … Read More

BashCodeSnippetProToolsstereo pair
DS Scripting TECH

Bash Substring Matching within String

~~ June 29, 2015

Source: http://www.thegeekstuff.com/2010/07/bash-string-manipulation/ Other options: replace, shortest, longest, etc. See full POST FOR DETAILS. 3. Shortest Substring Match Following syntax deletes the shortest match of $substring from front of $string ${string#substring} Following syntax … Read More

BashLinuxMatchingStringsSubstrings

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.