Merge pull request #619 from genebean/srt

Ensure ffmpeg supports srt on macOS
This commit is contained in:
Gene Liverman 2026-03-27 10:56:29 -04:00 committed by GitHub
commit 4c44af35bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,12 +37,16 @@
}; };
taps = [ taps = [
"homebrew/cask-fonts" "homebrew/cask-fonts"
"homebrew-ffmpeg/ffmpeg"
#"null-dev/firefox-profile-switcher" #"null-dev/firefox-profile-switcher"
"theseal/ssh-askpass" "theseal/ssh-askpass"
]; ];
brews = [ brews = [
"fastfetch" "fastfetch"
"ffmpeg" {
name = "homebrew-ffmpeg/ffmpeg/ffmpeg";
args = [ "with-srt" ];
}
#"firefox-profile-switcher-connector" # having had this on seems to mean I need to toggle browser.profiles.enabled to true in about:config for the new built in version #"firefox-profile-switcher-connector" # having had this on seems to mean I need to toggle browser.profiles.enabled to true in about:config for the new built in version
"mas" "mas"
"ssh-askpass" "ssh-askpass"