Search found 8 matches

by marten
Thu Nov 25, 2021 5:11 pm
Forum: NConvert
Topic: JPEG compression
Replies: 6
Views: 8455

Re: JPEG compression

cday thank you man.
it works perfect
i use now
nconvert -overwrite -q 10 -greater_than filesize 800000 C:\Users\Marten\Desktop\TESTFOTO\%\*.jPG
and automate this every hour
perfect.
by marten
Thu Nov 25, 2021 4:45 pm
Forum: NConvert
Topic: JPEG compression
Replies: 6
Views: 8455

Re: JPEG compression

thanks anyway.
i give this a try
by marten
Thu Nov 25, 2021 2:56 pm
Forum: NConvert
Topic: JPEG compression
Replies: 6
Views: 8455

JPEG compression

Hello

I want very simply compress JPG images.
I use this command :
nconvert -overwrite -c 5 -greater_than filesize 1000000 C:\Users\Marten\Desktop\TESTFOTO\%\*.jPG
But .. no compression also no compression with
nconvert -overwrite -c 8 -greater_than filesize 1000000 C:\Users\Marten\Desktop ...
by marten
Thu Nov 25, 2021 11:07 am
Forum: NConvert
Topic: Folders and subfolders (Recursion)
Replies: 20
Views: 14093

Re: Folders and subfolder

Hello Pierre,

yes please
by marten
Sun Nov 21, 2021 12:03 pm
Forum: NConvert
Topic: Folders and subfolders (Recursion)
Replies: 20
Views: 14093

Re: Folders and subfolder

i would support this.
Now in a command promt i make a new subfolder in folder IN and i get this :
Error: Can't open file (C:\Users\Marten\Desktop\TESTFOTO\IN\Nieuwe map)
by marten
Sat Nov 20, 2021 12:34 pm
Forum: NConvert
Topic: Folders and subfolders (Recursion)
Replies: 20
Views: 14093

Re: Folders and subfolder

The Gui is not the solution here. I have a folder structure and it only convert the first folder. All the sub folders in the main folder are not converted.
So .. for the moment .. there is no way.. correct ?
by marten
Fri Nov 19, 2021 12:28 pm
Forum: NConvert
Topic: Folders and subfolders (Recursion)
Replies: 20
Views: 14093

Re: Folders and subfolder

Thanks for answer but i want to remain the same structure ..
I guess it's not possible
by marten
Fri Nov 19, 2021 11:17 am
Forum: NConvert
Topic: Folders and subfolders (Recursion)
Replies: 20
Views: 14093

Folders and subfolders (Recursion)

Hello,
Is it possible that nconvert looks in a folder and all his subfolders to convert images ?
I don't find a working syntaxs
Now i have : nconvert -overwrite C:\Users\Marten\Desktop\FOLDER1\*.*
But if i place in FOLDER1 a subfolder ( lets say FOLDER1A ) the images in folder1a are not converted ...