Search found 23 matches

by Cinemaizer
Sat Aug 14, 2010 3:28 pm
Forum: NConvert
Topic: skip the damaged file using filecommandlist
Replies: 5
Views: 2176

Re: skip the damaged file using filecommandlist

Hi Pierre! Yes, this problem with the filecommandlist. But I need the correct skipping in the first case too. Why is so important? Answer: scripts and automatic processing of the results . In the second case (with filelist), indexing will be such: im_0001.bmp, im_0002.bmp, im_0003.bmp, im_0004.bmp ...
by Cinemaizer
Wed Jul 21, 2010 2:34 pm
Forum: NConvert
Topic: skip the damaged file using filecommandlist
Replies: 5
Views: 2176

Re: skip the damaged file using filecommandlist

There is one solution, i know it's working fine:
nconvert.exe -truecolors -sharpen 50 -ratio -thumb 220 190 -out bmp -o ..\thumbs\im_####.bmp -L FILELIST.txt

FILELIST.txt:
"H:\Arkaim_1\DSC00023.JPG
H:\Arkaim_1\DSC00025.JPG
H:\Arkaim_1\_SC01532.jpg
H:\Arkaim_1\DSC00047.JPG
H:\Arkaim_1\DSC00263.JPG ...
by Cinemaizer
Tue Jul 20, 2010 6:26 pm
Forum: NConvert
Topic: skip the damaged file using filecommandlist
Replies: 5
Views: 2176

skip the damaged file using filecommandlist

Good day!
I like use the "filecommand"-list with nconvert, but there is a trouble - when nconvert trying to convert the corrupted file, other following files don't (!) converted and nconvert just stops (exit). :(

"### -truecolors -sharpen 50 -ratio -thumb 220 190 -out bmp -o ..\thumbs\im_0002.bmp ...
by Cinemaizer
Fri Jul 18, 2008 10:06 pm
Forum: NConvert
Topic: How to process the colorization with nconvert?
Replies: 4
Views: 1476

yes, hls, but i mean the monochrome image - just as in photoshop hls with "Colorize" checkbox checked!
by Cinemaizer
Sun Jul 06, 2008 9:28 pm
Forum: NConvert
Topic: How to process the colorization with nconvert?
Replies: 4
Views: 1476

Somebody knows is there this possibility or not ? Please, help!
by Cinemaizer
Thu Jul 03, 2008 11:51 am
Forum: NConvert
Topic: How to process the colorization with nconvert?
Replies: 4
Views: 1476

How to process the colorization with nconvert?

Hi, Pierre!
I wish to realise the colorization process as in photoshop principle. I could make it ? I mean the process: Image->Adjustments->Hue\Saturation with on "Colorize" checkbox...
by Cinemaizer
Sat Mar 29, 2008 3:09 pm
Forum: NConvert
Topic: Spaces in filename or filename path
Replies: 1
Views: 1266

See this topic:
http://newsgroup.xnview.com/viewtopic.php?t=13755
It's working very well! I mean the new (since 4.90) method with script.txt.
by Cinemaizer
Sat Mar 29, 2008 1:36 pm
Forum: NConvert
Topic: Advance -info...
Replies: 13
Views: 3694

Great Thanks for METADATA support with -info and -fullinfo keys, Pierre!!! 8)
by Cinemaizer
Sat Mar 29, 2008 1:33 pm
Forum: NConvert
Topic: nconvert v4.95:problems with param -L?(Use file as filelist)
Replies: 11
Views: 7021

Use the new syntax with 4.92. This way more flexible, powerful and usable:
http://newsgroup.xnview.com/viewtopic.php?t=13755
by Cinemaizer
Tue Mar 25, 2008 9:37 pm
Forum: NConvert
Topic: Advance -info...
Replies: 13
Views: 3694

And perhaps an option to list iptc & exif?
So it will be cool! :P
by Cinemaizer
Mon Mar 24, 2008 10:10 pm
Forum: NConvert
Topic: Advance -info...
Replies: 13
Views: 3694

Hello Pierre!
Could you implement two new features with -info key...
1) EXIF flag (with yes\no values for ex.)?
2) Filesize (in bytes)

So, I mean the following thing:

Q:\SLIDE-SHOW\BK0157.jpg : Success
Format : JPEG TrueColor (v1.1)
Name : jpeg
Compression : JPEG
Width : 1500
Height : 1200 ...
by Cinemaizer
Fri Mar 14, 2008 6:35 pm
Forum: NConvert
Topic: Some complexities with -n key...
Replies: 1
Views: 968

Some complexities with -n key...

I use the following script.txt (and v4.90 release):
### -truecolors -out bmp -n 1 7 2 -o im_##.bmp
Q:\img\SLIDE-SHOW\menu copy.tif
Q:\img\SLIDE-SHOW\candle3.jpg
Q:\img\SLIDE-SHOW\candle2.jpg
Q:\img\SLIDE-SHOW\campfire5.jpg
Q:\img\SLIDE-SHOW\campfire4.jpg
Q:\img\SLIDE-SHOW\campfire3.jpg
Q:\img\SLIDE ...
by Cinemaizer
Fri Mar 14, 2008 6:14 pm
Forum: NConvert
Topic: NCONVERT commandline parsing / filelist
Replies: 4
Views: 6926

Great Thanks for v4.90 release!
It's working fine, so more better !

P.S: Respect 2 NTOSKRNL_VXE ! Fine Idea ! :D
by Cinemaizer
Sun Feb 24, 2008 5:19 pm
Forum: NConvert
Topic: Trouble with long (unicode) paths...
Replies: 4
Views: 1982

Yes, unicode is not supported by nconvert
But why it works well with nconvert and filelist ???

I know how to emulate unicode with ascii in html, for example with such tool - http://www.mikezilla.com/exp0012.html (it's online, but there are many desktop solutions and just algorytms...)

Could you ...
by Cinemaizer
Sun Feb 24, 2008 1:52 pm
Forum: NConvert
Topic: Trouble with long (unicode) paths...
Replies: 4
Views: 1982

Trouble with long (unicode) paths...

Hello Pierre!
There is a problem with long unicode paths... Usually i'm using nconvert with filelist and it's ok, but if i try to implement the launch (with bat-file):

nconvert -crop 43 0 682 1024 -ratio -dpi 300 -rtype quick -resize 1205 1795 -truecolors -o ..\imready\24.02.08\OR08022414\imr_1 ...