Search found 7 matches

by cutefish.ae
Fri Jan 27, 2023 2:00 pm
Forum: NConvert
Topic: Output files not in the expected folder
Replies: 5
Views: 2887

Re: How to locate the output file ?


The source file is normally the last, right-most, term...

Due to the lack of documentation I am not sure whether there can be any exceptions.


here the full code

@ECHO off
TITLE Bad Footer Fixer
mode con: cols=41 lines=20
set WORKINGDIR=""
set WORKINGDIR=%~dp0
set input=%WORKINGDIR%input\
set ...
by cutefish.ae
Fri Jan 27, 2023 12:48 pm
Forum: NConvert
Topic: Output files not in the expected folder
Replies: 5
Views: 2887

Output files not in the expected folder

well its not a big problem, but i just want to make it not messy

Code: Select all

"%tools%nconvert" -quiet -overwrite -D -out jpeg "%input%*jfif" "%output%*.jpeg"
but the output file is on /input not in the /output

can someone help me ?
Thanks :D
by cutefish.ae
Thu Jan 26, 2023 3:28 pm
Forum: NConvert
Topic: How to bulk convert PNG to JPG
Replies: 8
Views: 3508

Re: How to bulk convert PNG to JPG




Are you able to upload an example image that Pierre, the developer of xnview software, can examine?

A download link to where you posted your image above aftereffecterror.png ?

And are you able to summarise the method that can be used in MS Paint to correct the file defect, or identify the ...
by cutefish.ae
Thu Jan 26, 2023 3:06 pm
Forum: NConvert
Topic: How to bulk convert PNG to JPG
Replies: 8
Views: 3508

Re: How to bulk convert PNG to JPG


So you have many images that After Effects CC 2019 can not open?


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 ...
by cutefish.ae
Thu Jan 26, 2023 2:47 pm
Forum: NConvert
Topic: How to bulk convert PNG to JPG
Replies: 8
Views: 3508

Re: How to bulk convert PNG to JPG

cday wrote: Thu Jan 26, 2023 2:41 pm You have used Tools > Batch convert... already, or not?
Not, because i want to convert more than one file :')
by cutefish.ae
Thu Jan 26, 2023 2:45 pm
Forum: NConvert
Topic: How to bulk convert PNG to JPG
Replies: 8
Views: 3508

Re: How to bulk convert PNG to JPG

I forgot to say, soo this error is happening if you try to import photo 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 ...
by cutefish.ae
Thu Jan 26, 2023 2:29 pm
Forum: NConvert
Topic: How to bulk convert PNG to JPG
Replies: 8
Views: 3508

How to bulk convert PNG to JPG

Hi everyone, I'm a beginer developer who wants to make a tool to convert PNG to JPG and JPG to PNG formats, the reason I want to make these tools is because I want to make it easier for after effects users under the CC2019 version, who get the following error like in bellow
im using windows batch ...