mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 01:47:42 -04:00
Ensure ffmpeg supports srt on macOS
This commit is contained in:
parent
6ab350db0c
commit
791b553522
1 changed files with 5 additions and 1 deletions
|
|
@ -37,12 +37,16 @@
|
|||
};
|
||||
taps = [
|
||||
"homebrew/cask-fonts"
|
||||
"homebrew-ffmpeg/ffmpeg"
|
||||
#"null-dev/firefox-profile-switcher"
|
||||
"theseal/ssh-askpass"
|
||||
];
|
||||
brews = [
|
||||
"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
|
||||
"mas"
|
||||
"ssh-askpass"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue