I have an idea to solve this problem. Can 7-zip add an option in program embedded to change the unzip temp directory by temporarily setting its default temp folder, like using CMD command set, instead of changing the -w parameter? After all, I successfully temporarily changed the 7-zip's default temp folder to "D:\Temp" of dragging or directly opening to unzip:: SET "TEMP=D:\Temp" SET "TMP=D:\Temp" "7zFM.exe" %* For this idea I've written another discussion: Can 7-zip add an option to change the...
I have an idea to solve this problem. Can 7-zip add an option to change the unzip temp directory by temporarily setting its default temp folder, like using CMD command set, instead of changing the -w parameter? After all, I successfully temporarily changed the 7-zip's default temp folder to "D:\Temp" of dragging or directly opening to unzip:: SET "TEMP=D:\Temp" SET "TMP=D:\Temp" "7zFM.exe" %* For this idea I've written another discussion: Can 7-zip add an option to change the unzip temp directory...
As you know, 7-zip have a problem when dragging files to explorer or opening a file in any archive, it won't use the working folder and directly extracted to system temp folder. And the problem still not solved until now (7-Zip 24.08). Why not adding another option to temporarily set the default temp folder of 7-zip, which is in coexistence with the working folder option? Like using set Temp="<directory>" command in CMD to temporarily change temp folder, instead of changing the "-w" parameter. It...
Both of the two reasons are included. This change can not only save disk space, but also update ffmpeg (or ffmpeg management) more easily. especially for these who use scoop or chocolatey to manage ffmpeg. Additionally, It can make the software support the shared version of ffmpeg, too. Now the shared version of ffmpeg is not supported. The shared version of ffmpeg can be downloaded here: https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full-shared.7z
Both of the two reasons are included. This change can not only save disk space, but also update ffmpeg (or ffmpeg management) more easily. especially for these who use scoop or chocolatey to manage ffmpeg. Additionally, It can make the software support the shared version of ffmpeg, too. Now the shared version of ffmpeg is not supported.
FFmpeg Batch AV Converter cannot support running FFmpeg in the system environment variables or use FFmpeg in external path directly in its original path.