Quantcast
Channel: Question and Answer » gdal
Viewing all articles
Browse latest Browse all 397

gdal_translate crashes on huge jp2

$
0
0

I have 44GB jp2 file, I want to translate it to tif file, but once it reaches 10% it crashes. No messages, just stopped. This is my command:

gdal_translate.exe -of GTiff  --config GDAL_CACHMAX 8000 -co COMPRESS=JPEG 
-co TILED=YES  -co PHOTOMETRIC=YCBCR  -co JPEG_QUALITY=75 "Z:Satinp.jp2" 
"C:Shamaalout.tif" 

Viewing all articles
Browse latest Browse all 397

Trending Articles