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

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
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
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
FFMPEG split video to equal segments
DS TECH

FFMPEG split video to equal segments

~~ May 9, 2019

1ffmpeg -i input.mp4 -c copy -map 0 -segment_time 00:20:00 -f segment output%03d.mp4 source: stackexchange

BashffmpegVideo
FFmpeg brew install w/ font support
DS TECH

FFmpeg brew install w/ font support

~~ December 20, 2018

if you don’t add the “–with-freetype” you will not be able to do a text overlay. Otherwise, download the binary. 1brew install ffmpeg –with-freetype

ffmpegfontshomebrew
ffmpeg 3.0 – ProRes conversion
DS TECH

ffmpeg 3.0 – ProRes conversion

~~ March 22, 2016

./ffmpeg -i input-path-to-file -vcodec prores -profile 0 # 0 = proxy, 1 = LT …etc output-path-to-file-name.extension # match format! Resources: http://ffmpeg.org/ffmpeg-all.html#ProRes

ffmpegLinuxOSXVideo

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.