im using windows batch
Can someone teach me, and sorry for bad english
Moderators: helmut, XnTriq, xnview
Not, because i want to convert more than one file :')
Are you able to upload an example image that Pierre, the developer of xnview software, can examine?cutefish.ae wrote: Thu Jan 26, 2023 2:45 pm I forgot to say, that this error is happening if you try to import photos that have an bad footer
i already search how to fix it but it takes a lot of time
according to the method that I have seen on YouTube, photos that cannot be imported into after effects must be edited in mspaint, then you can import it to after effect, but that takes a lot time for fixing more than one photo.
No i cant find it howcday wrote: Thu Jan 26, 2023 3:03 pm So you have many images that After Effects CC 2019 can not open?
Are you able to upload an example image that Pierre, the developer of xnview software, can examine?cutefish.ae wrote: Thu Jan 26, 2023 2:45 pm I forgot to say, that this error is happening if you try to import photos that have an bad footer
i already search how to fix it but it takes a lot of time
according to the method that I have seen on YouTube, photos that cannot be imported into after effects must be edited in mspaint, then you can import it to after effect, but that takes a lot time for fixing more than one photo.
And are you able to summarise the method that can be used in MS Paint to correct the file defect, or identify the defect?
A download link to where you posted your image above aftereffecterror.png?cutefish.ae wrote: Thu Jan 26, 2023 3:06 pmcday wrote: Thu Jan 26, 2023 3:03 pm Are you able to upload an example image that Pierre, the developer of xnview software, can examine?
cday wrote: Thu Jan 26, 2023 3:03 pmAnd are you able to summarise the method that can be used in MS Paint to correct the file defect, or identify the defect?
A link to that webpage?No i cant find it how
Sorry for interrupting, I already understand how to bulk convertcday wrote: Thu Jan 26, 2023 3:21 pmA download link to where you posted your image above aftereffecterror.png?cutefish.ae wrote: Thu Jan 26, 2023 3:06 pmcday wrote: Thu Jan 26, 2023 3:03 pm Are you able to upload an example image that Pierre, the developer of xnview software, can examine?
cday wrote: Thu Jan 26, 2023 3:03 pmAnd are you able to summarise the method that can be used in MS Paint to correct the file defect, or identify the defect?A link to that webpage?No i cant find it how
Code: Select all
"tools\nconvert" -out png input\ *.jpg
Code: Select all
"tools\nconvert" -out png "input\*jpg" *.jpg
You have a space in input\ *.jpg which is probably the reason...cutefish.ae wrote: Thu Jan 26, 2023 3:28 pm Sorry for interrupting, I already understand how to bulk convert
So the first time i triedbut it doesn't workCode: Select all
"tools\nconvert" -out png input\ *.jpg
I think the following code should be sufficient:So I try:
and it workssss.Code: Select all
"tools\nconvert" -out png "input\*jpg" *.jpg
Code: Select all
"tools\nconvert" -out png "input\*jpg"
I think that NConvert is certainly easier to understand...cutefish.ae wrote: Thu Jan 26, 2023 3:28 pmI already try this method in imagemagick but it doesn't work, so i try to search alternative for imagemagick and found this software
it help me a lot, and more easier for beginner![]()