webp exif errors
#1
Hi everyone, recently I moved my pictures to webp format as it saves a lot of space, but in Kodi along with Gwenwiew I'm getting no exif information, however if I open my pics with xnview mp program I can see everything in exiftool section. I used my script with cwebp to convert jpegs and other pictures (https://github.com/sunhort/cwebpconv) with command
bash:
find . -name "*.jpg" | parallel --bar --eta cwebp -q 90 -m 6 -segments 4 -sharp_yuv -v -metadata all {} -o {.}.webp
Is there any way to fix that as I planning to use Kodi across my devices in homenet? (Probably the best way will be displaying metadata from Create date of exif/xmp section of exiftool?)
May be there is addon or something that can display data using exiftool?
Reply


Messages In This Thread
webp exif errors - by sunhort - 2019-02-09, 22:57
RE: webp exif errors - by sunhort - 2019-02-09, 23:02
RE: webp exif errors - by Klojum - 2019-02-09, 23:08
RE: webp exif errors - by sunhort - 2019-02-10, 00:19
RE: webp exif errors - by sunhort - 2019-02-10, 00:26
RE: webp exif errors - by Klojum - 2019-02-10, 08:14
RE: webp exif errors - by sunhort - 2019-02-10, 12:33
RE: webp exif errors - by Klojum - 2019-02-10, 13:38
RE: webp exif errors - by sunhort - 2019-02-10, 13:51
RE: webp exif errors - by EventPhotoMan - 2019-02-10, 16:15
RE: webp exif errors - by sunhort - 2019-02-10, 17:23
RE: webp exif errors - by EventPhotoMan - 2019-02-12, 02:44
RE: webp exif errors - by bennyhanna - 2019-06-10, 17:45
RE: webp exif errors - by spiff - 2020-10-10, 16:37
Logout Mark Read Team Forum Stats Members Help
webp exif errors0