Search found 2 matches

by Hausmeister2000
Tue Jan 18, 2011 11:52 am
Forum: Classic - General Support
Topic: Batch-Job only on JPG-Files?
Replies: 4
Views: 1226

Re: Batch-Job only on JPG-Files?

I now found a solution with nconvert and a batch file:


xcopy C:\temp\test C:\temp\test_output /e /v /s /exclude:no_copy.txt

for /R C:\temp\test_output %%I IN (*.*) do C:\Programme\XnView\nconvert -overwrite -resize 1920 1080 -ratio -out jpeg -D %%I


The xcopy command copys all files from "test ...
by Hausmeister2000
Tue Jan 18, 2011 5:10 am
Forum: Classic - General Support
Topic: Batch-Job only on JPG-Files?
Replies: 4
Views: 1226

Batch-Job only on JPG-Files?

Hi,
i tried to convert several files in a folder structure. These files are from the type jpg and orf (olympus raw format). But when i select the folder to convert all the files, the dialog only adds the jpg-files to the batch job. Any ideas?

Heiko