So 29. Nov 2020, 19:35
So 29. Nov 2020, 20:28
So 29. Nov 2020, 21:02
Dunkelmann hat geschrieben:ich fotografiere im RAW-Modus mit meiner K-5 und K-3 II. Jedoch habe ich in den letzten Monaten festgestellt, dass ich nicht dazu komme, die ganzen neuen Fotos zu bearbeiten und will dennoch, dass sie in der Form, wie die Kamera sie als Preview ins RAW eingebettet hat, für die Familie zugreifbar sind.
...
Kann jemand helfen?
So 29. Nov 2020, 21:17
exiftool -ext dng -ext pef -preview:all -a -G4 -s -r .
======== ./2018-11-30_K-5/2018-11-30_12-48-36_IMGP0984.dng
[Copy1] PreviewImage : (Binary data 1347775 bytes, use -b option to extract)
[] PreviewImage : (Binary data 37941 bytes, use -b option to extract)
[] ThumbnailTIFF : (Binary data 57816 bytes, use -b option to extract)
======== ./2018-11-30_K-5/2018-11-30_12-49-30_IMGP0985.dng
[Copy1] PreviewImage : (Binary data 1244341 bytes, use -b option to extract)
[] PreviewImage : (Binary data 33903 bytes, use -b option to extract)
[] ThumbnailTIFF : (Binary data 57816 bytes, use -b option to extract)
======== ./2018-11-30_K-5/2018-11-30_12-53-30_IMGP0992.dng
[Copy1] PreviewImage : (Binary data 1348687 bytes, use -b option to extract)
[] PreviewImage : (Binary data 36329 bytes, use -b option to extract)
[] ThumbnailTIFF : (Binary data 57816 bytes, use -b option to extract)
======== ./2018-12-06/2018-12-06_20-13-14_P1080702.rw2
[] JpgFromRaw : (Binary data 190976 bytes, use -b option to extract)
[] ThumbnailImage : (Binary data 2374 bytes, use -b option to extract)
======== ./2018-12-06/2018-12-06_20-14-02_P1080703.rw2
[] JpgFromRaw : (Binary data 246272 bytes, use -b option to extract)
[] ThumbnailImage : (Binary data 2978 bytes, use -b option to extract)
======== ./2018-12-27_K-3-II/2018-12-27_01-55-08_2018-12-27_01-55-08_IMGP0889.dng
[Copy1] PreviewImage : (Binary data 2870232 bytes, use -b option to extract)
[] PreviewImage : (Binary data 51759 bytes, use -b option to extract)
[] ThumbnailTIFF : (Binary data 57816 bytes, use -b option to extract)
======== ./2018-12-27_K-3-II/2018-12-27_01-56-06_2018-12-27_01-56-06_IMGP0890.dng
[Copy1] PreviewImage : (Binary data 2825353 bytes, use -b option to extract)
[] PreviewImage : (Binary data 51596 bytes, use -b option to extract)
[] ThumbnailTIFF : (Binary data 57816 bytes, use -b option to extract)
======== ./2018-12-27_K-3-II/2018-12-27_01-58-02_2018-12-27_01-58-02_IMGP0893.dng
[Copy1] PreviewImage : (Binary data 2740068 bytes, use -b option to extract)
[] PreviewImage : (Binary data 49941 bytes, use -b option to extract)
[] ThumbnailTIFF : (Binary data 57816 bytes, use -b option to extract)
======== ./2018-12-27_K-3-II/2018-12-27_02-28-26_2018-12-27_02-28-26_IMGP0897.dng
[Copy1] PreviewImage : (Binary data 3004538 bytes, use -b option to extract)
[] PreviewImage : (Binary data 44645 bytes, use -b option to extract)
[] ThumbnailTIFF : (Binary data 57816 bytes, use -b option to extract)
7 directories scanned
9 image files read
exiftool -b -W RawPreviews/%d%f_RawPreview.%s -preview:Copy1:PreviewImage -preview:JpgFromRaw -ext .rw2 -ext .dng -ext .pef -r .
So 29. Nov 2020, 22:20
exiftool.exe -b -W RawPreviews/%d%f.%s -preview:Copy1:PreviewImage -preview:JpgFromRaw -ext .rw2 -ext .dng -ext .pef -r .
R:\PortableApps\#graphics\ExifTool\exiftool -tagsfromfile ../%d%f.DNG -ext .JPG -r .
R:\PortableApps\#graphics\ExifTool\exiftool -tagsfromfile ../%d%f.PEF -ext .JPG -r .
Sa 6. Feb 2021, 10:49
Hallo DunkelmannDunkelmann hat geschrieben:[...]Falls noch jemand Feedback hat und Ideen zur Vereinfachung der Kommandos hat, so ist dies sehr willkommen[..]
echo off
cls
echo +---------------------------------------------------------+
echo I Extrahieren der Full Size Preview Images aus Pentax DNG I
echo +---------------------------------------------------------+
echo.
rem Version 0.1 - local path
rem with helpful hints from "Dunkelmann"
exiftool.exe -b -W %%d%%f.%%s -preview:Copy1:PreviewImage -preview:JpgFromRaw -ext .dng -r .
exiftool -tagsfromfile %%d%%f.DNG -ext .JPG -r -overwrite_original .
rem nachfolgende Zeile kann weg
pause
Sa 6. Feb 2021, 15:55
So 7. Feb 2021, 02:01
SteffenD hat geschrieben:Hast du Windows 10?
Dort kannst du doch einstellen mit was du die Bilder öffnen willst.
Die JPG werden bei mir mit dem Windows-Bildbetrachter geöffnet und die RAWs mit DCU.
So 7. Feb 2021, 02:05
_Sharky_ hat geschrieben:Hallo DunkelmannDunkelmann hat geschrieben:[...]Falls noch jemand Feedback hat und Ideen zur Vereinfachung der Kommandos hat, so ist dies sehr willkommen[..]
Zuerst einmalDanke.
"preview:Copy1:PreviewImage" - War der Tipp, der mir noch gefehlt hatte.
Vereinfachung des Kommados? exiftool hat eine Option -execute, mit der man (scheinbar) mehr in einen Aufruf reinbasteln kann.
So 7. Feb 2021, 02:49
Hosted by iphpbb3.com
Impressum | Datenschutz