How to make a CR int iptc:Caption-Abstract
is it possible?
I'm lost. What is "CR int"?
- Phil
I'm guessing they mean a how to put a Carriage Return into Caption-Abstract.
Option B on FAQ 21 (http://www.exiftool.org/faq.html#Q21) can be used, assuming you want only a CR. Just change 
 into 
.
If that doesn't work out for you, you could try using one of the other options there and then use this to change the LFs into CRs.
ExifTool "-Caption-Abstract<${Caption-Abstract;tr/\n/\r/}" <FILE/DIR>
Edit: had to do some tweaks to get the HTML Entities to show up instead of being interpreted.
Thanks StarGeek. Nice to have your help around here. :)
- Phil
it's not ok for.
perhaps i don't un understand you reply :-[
how to do in my windows command
" -iptc:Caption-Abstract="test 'CRLF' blablajdjdjdjdjdj ddjjdjdjdjd 'CRLF' djdjdjdjdjjdd" iptc:all -codedcharacterset=utf8 -charset iptc=latin a.jpg
Using StarGeek's first method, the arguments would be:
-E -iptc:Caption-Abstract="test
blablajdjdjdjdjdj ddjjdjdjdjd
djdjdjdjdjjdd"
- Phil