-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9eb8f9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey. What is the reason for using this version of ffmpeg and not the latest?
9eb8f9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a breaking change in newest ffmpeg static that breaks electron. See eugeneware/ffmpeg-static#35
9eb8f9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean that newer versions of ffmpeg can't be used with lossless-cut at all? Or just that you can't ship them with the application by default?
And anyway, does the version of ffmpeg affect the functionality?
9eb8f9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ffmpeg is always improving so it may affect the functionality. Right now we are stuck on the non-newest version of ffmpeg, but if upstream finds a solution for the electron, we will be able to upgrade. If not then maybe i fork the ffmpeg-static repo to make an electron compat variant