Skip to content

8.3.2 (Astral Reverie)

Compare
Choose a tag to compare
@Anime4000 Anime4000 released this 07 Jul 16:00
· 11 commits to master since this release

Change Log

[New] Added ETA in Progress status.
[New] Main list columns are now adaptive, automatically resizing based on window size and DPI settings.
[Fixed] Selecting a profile no longer causes a crash due to a null value.
[Fixed] Custom FFmpeg commands and encoder commands now persist after selecting a profile.
[Fixed] Resolved encoding crashes when using Auto Resolution, Auto FPS, and Auto Frame Count.
[Update] Rigaya H264/265 NVENC updated to version 7.57.
[Update] FFmpeg (Non-Free build) updated to version git-2024-07-07-cd2f8a2.
[Update] x265 (AVX2) updated to version 3.6+33-ad1a30a8a.

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.