Skip to content

Commit

Permalink
Ffmpeg: removed --nonfree and built ffmpeg for high sierra support (#10)
Browse files Browse the repository at this point in the history
* free

* high sierra ffmpeg compilation

* 1.0.2

Co-authored-by: martin <martin@martins-iMac.local>
  • Loading branch information
MartinBarker and martin authored May 3, 2021
1 parent fa4f4ff commit 882fee0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.env
node_modules/
dist/
ffmpeg-mac/
RenderTune.pkg
Digify-mac.pkg
2 changes: 0 additions & 2 deletions buildffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ MACOS_MIN="10.10"
--enable-filters \
--disable-libxcb \
--enable-gpl \
--enable-nonfree \
--disable-libass \
--enable-libfdk-aac \
--enable-libmp3lame \
--enable-libx264

Expand Down
Binary file added ffmpeg-mac/ffmpeg
Binary file not shown.
Binary file added ffmpeg-mac/ffprobe
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rendertune",
"productName": "RenderTune",
"version": "1.0.1",
"version": "1.0.2",
"description": "combine audio and image files to create video files",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 882fee0

Please sign in to comment.