FAQ  •  Register  •  Login

Panny Viera - Won't play x264 HD

<<

andyathome

Serviio newbie

Posts: 2

Joined: Sat Dec 03, 2011 12:17 am

Post Sat Dec 03, 2011 1:07 am

Panny Viera - Won't play x264 HD

Hi,
New to all this but on my Panasonic Viera L32D25B i'm having some issues playing any MKV x264 content - I thought using the Viera profile serviio would automatically transcode, but i suppose various Vieras probably have different file formats - so perhaps i should create my own. Though i'm not sure what file types my device supports!
Where's a good place to start? Sorry if i've missed something in one of the Help / FAQ posts.

Renderer : Pansonic Viera L32D25B
Server : Linux Debian Sqeeze, Serviio is latest as of Writing (0.6.0.1), FFMpeg version is SVN-r0.5.5-4:0.5.5-1.
Server has loads of free RAM, and loads of free storage space.

Anyway i'll paste what i've got, so far..

FFMpeg Output
  Code:
Input #0, matroska, from '300.mkv':
  Duration: 01:56:32.57, start: 0.000000, bitrate: N/A
    Stream #0.0(eng): Video: h264, yuv420p, 1280x536, PAR 1:1 DAR 160:67, 23.98 tbr, 1k tbn, 47.95 tbc
    Stream #0.1(eng): Audio: dca, 48000 Hz, 5.1, s16
** Some Subtitle Streams here that i've stripped out (e.g. Stream #0.2(eng): Subtitle: 0x0000 )
    Stream #0.19: Attachment: 0x0000


Log shows:
  Code:
2011-12-03 00:54:25,039 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1815 (local)
2011-12-03 00:54:25,041 DEBUG [VideoDeliveryEngine] Delivering item '1815' for client 'IPAddress=/192.168.0.9, Profile=Panasonic Viera'
2011-12-03 00:54:25,042 DEBUG [VideoDeliveryEngine] Delivering file '300.mkv' using transcoding
2011-12-03 00:54:25,042 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'IPAddress=/192.168.0.9, Profile=Panasonic Viera'
2011-12-03 00:54:25,045 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: /media/12tbR5/complete/300/300.mkv
2011-12-03 00:54:25,046 DEBUG [ProcessExecutor] Starting ffmpeg -i /media/12tbR5/complete/300/300.mkv -y -vcodec copy -vbsf h264_mp4toannexb -copyts -acodec ac3 -ab 192k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts /media/2tb/stuff/Serviio/transcoding-temp-1815-MPEG2TS.stf
2011-12-03 00:54:25,841 WARN  [ProcessExecutor] Process ffmpeg has a return code of 1! This is a possible error.
2011-12-03 00:54:25,841 DEBUG [TranscodingJobListener] Transcoding finished; successful: false
2011-12-03 00:54:26,048 ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: FFmpeg execution failed
java.io.IOException: FFmpeg execution failed
   at org.serviio.delivery.resource.AbstractTranscodingDeliveryEngine.retrieveTranscodedResource(AbstractTranscodingDeliveryEngine.java:117)
   at org.serviio.delivery.resource.AbstractDeliveryEngine.deliver(AbstractDeliveryEngine.java:93)
   at org.serviio.delivery.MediaResourceRetrievalStrategy.retrieveResource(MediaResourceRetrievalStrategy.java:121)
   at org.serviio.upnp.webserver.ResourceTransportRequestHandler.handleRequest(ResourceTransportRequestHandler.java:116)
   at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:54)
   at org.apache.http.protocol.HttpService.doService(HttpService.java:293)
   at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:58)
   at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212)
   at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:187)
2011-12-03 00:54:27,072 DEBUG [WebServer] Incoming connection from /192.168.0.9:58891
2011-12-03 00:54:27,073 DEBUG [ResourceTransportRequestHandler] GET /resource/1815/MEDIA_ITEM/AVC_TS_MP_HD_AC3_ISO$0 HTTP/1.1, headers = [Host: 192.168.0.10:8895,transferMode.dlna.org: Streaming,Connection: keep-alive]]
2011-12-03 00:54:27,074 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.9
2011-12-03 00:54:27,075 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.0.9, Profile=Panasonic Viera'
2011-12-03 00:54:27,076 DEBUG [ResourceTransportRequestHandler] Request for resource 1815 and type 'MEDIA_ITEM' received
2011-12-03 00:54:27,077 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1815 (local)
2011-12-03 00:54:27,079 DEBUG [VideoDeliveryEngine] Delivering item '1815' for client 'IPAddress=/192.168.0.9, Profile=Panasonic Viera'
2011-12-03 00:54:27,079 DEBUG [VideoDeliveryEngine] Delivering file '300.mkv' using transcoding
2011-12-03 00:54:27,079 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'IPAddress=/192.168.0.9, Profile=Panasonic Viera'
2011-12-03 00:54:27,079 ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: FFmpeg execution failed
java.io.IOException: FFmpeg execution failed
   at org.serviio.delivery.resource.AbstractTranscodingDeliveryEngine.retrieveTranscodedResource(AbstractTranscodingDeliveryEngine.java:117)
   at org.serviio.delivery.resource.AbstractDeliveryEngine.deliver(AbstractDeliveryEngine.java:93)
   at org.serviio.delivery.MediaResourceRetrievalStrategy.retrieveResource(MediaResourceRetrievalStrategy.java:121)
   at org.serviio.upnp.webserver.ResourceTransportRequestHandler.handleRequest(ResourceTransportRequestHandler.java:116)
   at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:54)
   at org.apache.http.protocol.HttpService.doService(HttpService.java:293)
   at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:58)
   at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212)
   at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:187)
<<

andyathome

Serviio newbie

Posts: 2

Joined: Sat Dec 03, 2011 12:17 am

Post Sat Dec 03, 2011 1:57 am

Re: Panny Viera - Won't play x264 HD

Sorry to bump - mediainfo :

  Code:
General
Unique ID                                : 230685200353803012858619014933240973072 (0xAD8C5A7F8E18B153A808ACB2B6258710)
Complete name                            : 300.mkv
Format                                   : Matroska
Format version                           : Version 1
File size                                : 7.85 GiB
Duration                                 : 1h 56mn
Overall bit rate                         : 9 646 Kbps
Movie name                               : 300
Encoded date                             : UTC 2007-09-02 12:39:50
Writing application                      : mkvmerge v2.1.0 ('Another Place To Fall') built on Aug 19 2007 13:40:07
Writing library                          : libebml v0.7.7 + libmatroska v0.8.1
Attachment                               : Yes / Yes / Yes / Yes / Yes

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High@L5.1
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 9 frames
Codec ID                                 : V_MPEG4/ISO/AVC
Duration                                 : 1h 56mn
Bit rate                                 : 8 130 Kbps
Width                                    : 1 280 pixels
Height                                   : 536 pixels
Display aspect ratio                     : 2.40:1
Frame rate                               : 23.976 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.494
Stream size                              : 6.47 GiB (82%)
Title                                    : 300
Writing library                          : x264 core 56 svn-667C
Encoding settings                        : cabac=1 / ref=6 / deblock=1:-4:-4 / analyse=0x3:0x133 / me=umh / subme=7 / brdo=1 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=0 / 8x8dct=1 / cqm=2 / deadzone=6,6 / chroma_qp_offset=0 / threads=3 / nr=0 / decimate=0 / mbaff=0 / bframes=4 / b_pyramid=1 / b_adapt=1 / b_bias=0 / direct=3 / wpredb=0 / bime=1 / keyint=150 / keyint_min=15 / scenecut=40(pre) / rc=2pass / bitrate=8130 / ratetol=1.0 / rceq='blurCplx^(1-qComp)' / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / pb_ratio=1.30 / aq=1:0.5:18.0
Language                                 : English
Default                                  : Yes
Forced                                   : No

Audio
ID                                       : 2
Format                                   : DTS
Format/Info                              : Digital Theater Systems
Codec ID                                 : A_DTS
Duration                                 : 1h 56mn
Bit rate mode                            : Constant
Bit rate                                 : 1 510 Kbps
Channel(s)                               : 6 channels
Channel positions                        : Front: L C R, Side: L R, LFE
Sampling rate                            : 48.0 KHz
Bit depth                                : 24 bits
Compression mode                         : Lossy
Stream size                              : 1.23 GiB (16%)
Title                                    : DTS @ 1.5 Mbit
Language                                 : English
Default                                  : Yes
Forced                                   : No

Text #1
ID                                       : 3
Format                                   : ASS
Codec ID                                 : S_TEXT/ASS
Codec ID/Info                            : Advanced Sub Station Alpha
Compression mode                         : Lossless
Language                                 : English
Default                                  : Yes
Forced                                   : No

(cut out all the other subtitle rubbish -rest is as above)
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sat Dec 03, 2011 8:38 am

Re: Panny Viera - Won't play x264 HD

Format profile : High@L5.1

Not supported, try to change the profile level with that tools : viewtopic.php?f=17&t=2118
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

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 22 guests

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