1
[Max] Bug Reporting / Re: Batch image editor stops after 33 frames.
« on: Yesterday at 16:55:10 »
There are two issues here:
1 - The path to CIE is wrong in the script - this will be fixed and the file will be updated in the Help Center
2 - The 33 files limit. I tried it and got a 59 files limit. After consulting with ChatGPT, it turns out there is a limit of characters that can be ran as a single command, and the current .bat script used to hit that limit. The exact number of processed files would depend on your filenames length. After torturing ChatGPT for some more time, I got a working PowerShell script which overcomes the character limit. Simply run the .bat file from the attached archive. It will think for a while and then spit out all the processed files. It may seems slow at first, but I don't think it is.
1 - The path to CIE is wrong in the script - this will be fixed and the file will be updated in the Help Center
2 - The 33 files limit. I tried it and got a 59 files limit. After consulting with ChatGPT, it turns out there is a limit of characters that can be ran as a single command, and the current .bat script used to hit that limit. The exact number of processed files would depend on your filenames length. After torturing ChatGPT for some more time, I got a working PowerShell script which overcomes the character limit. Simply run the .bat file from the attached archive. It will think for a while and then spit out all the processed files. It may seems slow at first, but I don't think it is.