Hello,
I spent a lot of time on the forum before asking my question, but could not fond a solution.
I have a directory, let's call it HOME
There are many sub-directories in HOME. I would like to apply a very simple action on every pictures but only in some folders.
Every picture in a directory or a subdirectory (what ever the level) who's name contains PHOTO must be processed.
In my example, DIR1, DIR2, DIR3, DIR4, SUBDIR5, SUBDIR6,DIRXXX, DIRXYZ and DIRZAZA are filled with pictures that must be processed.
HOME
|_ A
|....|_ AA
|
|....|_ AB
|....|_ ABA
|....|_PHOTOS-ABA
|......|_DIR1
|......|_DIR2
|......|_DIR3
|
|...|_ AC
|.......|_ ACA
|............|_ PHOTOS-ACA
|................|_ DIR4
|................|_ SUBDIR5
|................|_ SUBSUBDIR6
|
|__D
|...|_DA
|
...
|
|...|_ DZ
|........|_ DZA
|.............|_ DZAA
|...................|_ PHOTOS-DZAA
|.......................|_ DIRXXX
|.......................|_ DIRXYZ
|.......................|_ DIRZAZ
The pictures must be converted in JPEG in the same resolution as the original.
The original must be deleted.
The informations of date and time must not be changed
Also if I can add a filter to not process pictures older than a date I can choose, it would be perfect.
If it complies with the rules of the forum, I could pay for such a service. If it does not, I will remove this part and apologies.
Thank you
Convert only selected files in a folder structure
Moderators: XnTriq, helmut, xnview
-
- Posts: 2
- Joined: Sun Nov 10, 2024 2:06 pm
-
- XnThusiast
- Posts: 4186
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: Need help for use of Nconvert
Might be possible using wildcards, I'm not sure, best to create a degenerate (minimal) folder structure and test using that.jojozekil wrote: ↑Sun Nov 10, 2024 2:42 pm I have a directory, let's call it HOME
There are many sub-directories in HOME. I would like to apply a very simple action on every pictures but only in some folders.
Every picture in a directory or a subdirectory (what ever the level) who's name contains PHOTO must be processed.
In my example, DIR1, DIR2, DIR3, DIR4, SUBDIR5, SUBDIR6,DIRXXX, DIRXYZ and DIRZAZA are filled with pictures that must be processed.
Note that a possible recursion bug when a folder structure has more than one sub-level has been reported very recently, not yet confirmed, and if there is one it might possibly be fixed.
Using a Windows CMD, or a MAC or Linux terminal or script?
Have you created an NConvert Help file listing the available code switches/options?The pictures must be converted in JPEG in the same resolution as the original.
The original must be deleted.
The informations of date and time must not be changed
That might require use of another utility in a script...Also if I can add a filter to not process pictures older than a date I can choose, it would be perfect.
I think that you should contact Pierre the developer of XnView software directly at the contact address on the home page.If it complies with the rules of the forum, I could pay for such a service. If it does not, I will remove this part and apologies.
-
- Posts: 2
- Joined: Sun Nov 10, 2024 2:06 pm
Re: Convert only selected files in a folder structure
Thank you cday for your kind answer,
I sent an email to Pierre
I sent an email to Pierre