Change Log
[Fixed] Add another file when selected profile is blank cause a crash
[Update] FFmpeg (Non-Free build) updated to version git-2024-07-07-0619138.
Thanks to @longwu9t for these feature and bug fixes, now IFME can use encoder from system PATH
making IFME using shared encoder binary, don't worry, if PATH
not found, IFME will use local install, the PATH
will take precedence
Also IFME have legacy codec for old stuff like supporting Video playback in Microsoft Office PowerPoint and older Operating System
Note
Release is Windows only for now, the main application is code to cross-platform in mind, for Linux use, please replace the Plugins
folder with Linux compiled binary and run with Mono Runtime.
With this version, Linux users can utilize FFmpeg
, MP4Box
, x265
, and other tools in the system PATH
. The plug-in JSON file only needs to include the encoder_name
, and IFME will check and use it if it exists.
If anyone can help me compile a static Linux FFmpeg with non-free encoders, please let me know the proper compilation steps. At the very least, having a properly compiled basic version of FFmpeg for Linux with PATH
support would be appreciated.