FAQ  •  Register  •  Login

portrait jpg no display

<<

johans

Serviio newbie

Posts: 3

Joined: Wed Jan 26, 2011 9:05 am

Post Sun Mar 27, 2011 10:21 pm

portrait jpg no display

I have a canon G7 camera - before v5* all pictures (jpg) whatever the orientation are displayed ok (sony bravia through sony BD 570)

since v5* : very very slow picture slide show and portrait pictures are not loaded (keeps on "loading" )

i tried several configurations but nothing seems to help
it looks as if servio cannot reorientate the picture
suggestions ? :(
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Mar 28, 2011 7:28 am

Re: portrait jpg no display

Could you post "ffmpeg -i" result of your file?
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

johans

Serviio newbie

Posts: 3

Joined: Wed Jan 26, 2011 9:05 am

Post Mon May 02, 2011 11:05 pm

Re: portrait jpg no display

to illico

output ffmpeg of an example problematic file
can you make something out of it ? Wnever a picture is in portrait position dlna streaming takes continues endlessly
:|


Microsoft Windows XP [versie 5.1.2600] servicepack 3
(C) Copyright 1985-2001 Microsoft Corp.

C:\Program Files\Serviio\lib>ffmpeg.exe -i "c:\temp\testffmpeg\img_3272.jpg"
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0
Input #0, image2, from 'c:\temp\testffmpeg\img_3272.jpg':
Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
Stream #0.0: Video: mjpeg, yuvj422p, 3648x2736, 25 tbr, 25 tbn, 25 tbc
At least one output file must be specified

C:\Program Files\Serviio\lib>
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sat May 07, 2011 5:24 pm

Re: portrait jpg no display

johans wrote:to illico

output ffmpeg of an example problematic file

Input #0, image2, from 'c:\temp\testffmpeg\img_3272.jpg':
Stream #0.0: Video: mjpeg, yuvj422p, 3648x2736, 25 tbr, 25 tbn, 25 tbc

This portrait file is in Motion JPEG, this is a video, select and browse into the proper section on Sony XMB menu : Video.
or rename this file with *.avi extension and browse in Sony Video section
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat May 07, 2011 6:21 pm

Re: portrait jpg no display

No, it actually is jpeg. Serviio doesn't use FFmpeg to detect images or audio files, so no point looking at this output.

You could only play with

  Code:
<AutomaticImageRotation>true</AutomaticImageRotation>
<LimitImageResolution>false</LimitImageResolution>


where the first will rotate the image if the EXIF metadata include the rotation of the image. But it's possible that the TV can do it automatically, in that case it should be false.
The second will resize images with resolution higher than 4096x4096, which doesn't seem to be the case of this file.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sat May 07, 2011 8:05 pm

Re: portrait jpg no display

zip wrote:No, it actually is jpeg. Serviio doesn't use FFmpeg to detect images or audio files, so no point looking at this output.

Ooh, so how Serviio detect images or audio type files, only with file extension and EXIF (if embedded)?
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat May 07, 2011 8:33 pm

Re: portrait jpg no display

It uses other (Java) libraries to extract metadata from audio/images.
<<

palmerdarron

Serviio newbie

Posts: 1

Joined: Wed Aug 28, 2019 8:10 am

Post Wed Aug 28, 2019 8:33 am

Re: portrait jpg no display

Is there any way of detecting image or audio file type without extension?
<<

Samydalien

Serviio newbie

Posts: 1

Joined: Wed Aug 28, 2019 9:52 am

Post Wed Aug 28, 2019 10:06 am

Re: portrait jpg no display

The browser File API in the quite powerful for detecting image and audio files.
<<

Emileroure

User avatar

Serviio newbie

Posts: 4

Joined: Thu Oct 03, 2019 4:52 pm

Location: Burkina Faso

Post Sat Oct 19, 2019 2:00 pm

portrait jpg no display

Dear All,
How to read a big JPG by steps and display instantly
This is to decrease the waiting time to display the image in LAN.
Users prefer to hv the screen change gradually than waiting for
loading complete and image come out.

Thks n rgds
Chang
<<

atc98092

User avatar

DLNA master

Posts: 5205

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sat Oct 19, 2019 4:51 pm

Re: portrait jpg no display

Emileroure wrote:Dear All,
How to read a big JPG by steps and display instantly
This is to decrease the waiting time to display the image in LAN.
Users prefer to have the screen change gradually than waiting for loading complete and image come out.

Thks n rgds
Chang


I believe this is something this is player dependent. I don't think there's anything on the Serviio side that can do this.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

valad59459

Serviio newbie

Posts: 1

Joined: Thu Jan 30, 2020 6:18 pm

Location: Toronto, Canada

Post Thu Jan 30, 2020 6:31 pm

Re: portrait jpg no display

I got the same problem when I ported out big image. I am not sure whether I need to replace my 5-year old laptop (i5-4210+GTX840) to fix this issue.

Return to Sony

Who is online

Users browsing this forum: No registered users and 24 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.