PDA

View Full Version : Panasonic Viera GT30 series support



baletka
01-29-2012, 12:13 AM
Hello, I'm trying the trial version of your software and I'm worried about the support for my Panasonic GT30 TV. While it is recognised as Panasonic Viera 2011 model, it keeps transcoding files that it doesn't have to (the tv has support for mkv and mp4 files with h.264 codec). It is annoying, specially as high quality HD movies seem to be too much for my CPU, so I have to wait hours of pretranscoding to be able to watch TV.

Bodders-11
01-30-2012, 10:11 AM
Hi,
FYI, I also have a GT30 - but in my case, the MKVs do not require transcoding. MP4s do - but I was expecting that as it is my understanding that only MP4s created by Panasonic equipment (video cameras?) can be handled natively by the TV.

All the MKVs have been created using Handbrake and use x.264 codec. Perhaps you have a different codec inside the MKV container ?

Bodders

Paul
01-30-2012, 10:18 AM
The "Panasonic Viera (2011 models)" device profile shouldn't transcode MKVs supported by the TV. If it does, then it's likely that the file is not compatible with the TV (for example, it could have a high video profile level that the TV cannot play). Do those files play if you turn off transcoding?

baletka
01-30-2012, 11:53 AM
@Bodders: I didn't know that about mp4, but I did notice on the DLNA screen that I couldn't even press the play button on the mp4 movie.

@Dennis Yes, they play normally if transcoding is turned off.

Sample ffmpeg info, plays normally without transcoding:

ffmpeg version N-36036-ga40f43d, Copyright (c) 2000-2011 the FFmpeg developers
built on Dec 22 2011 13:44:49 with gcc 4.6.2
configuration: --enable-memalign-hack --arch=x86 --target-os=mingw32 --cross-prefix=i686-w64-mingw32- --enable-static --disable-shared --enable-zlib --disable-postproc --prefix=/media/ffmpeg --enable-libmp3lame --enable-libx264 --enable-gpl --extra-libs='-lx264 -lpthread' --enable-runtime-cpudetect --extra-cflags=-I/home/dennis/cc/include --extra-ldflags=-L/home/dennis/cc/lib --pkg-config=pkg-config --disable-w32threads
libavutil 51. 32. 0 / 51. 32. 0
libavcodec 53. 46. 1 / 53. 46. 1
libavformat 53. 27. 0 / 53. 27. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 53. 0 / 2. 53. 0
libswscale 2. 1. 0 / 2. 1. 0

Seems stream 0 codec frame rate differs from container frame rate: 47.95 (20000000/417083) -> 23.98 (24000/1001)
Input #0, matroska,webm, from 'file path filtered, it's on lan':
Duration: 00:01:03.64, start: 0.000000, bitrate: 12449 kb/s
Stream #0:0(eng): Video: h264 (High), yuv420p, 1808x1080, SAR 1:1 DAR 226:135, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
Stream #0:1(eng): Audio: dts (DTS), 48000 Hz, 5.1(side), s16, 1536 kb/s (default)
Stream #0:2(eng): Subtitle: text
At least one output file must be specified


---> DB Level Info: 41, 100
---> Frame rate: 23,98
---> Aspect ratio: 226:135



Sample 2, does play without transcodding, but image is lagging badly (sound is normal):

ffmpeg version N-36036-ga40f43d, Copyright (c) 2000-2011 the FFmpeg developers
built on Dec 22 2011 13:44:49 with gcc 4.6.2
configuration: --enable-memalign-hack --arch=x86 --target-os=mingw32 --cross-prefix=i686-w64-mingw32- --enable-static --disable-shared --enable-zlib --disable-postproc --prefix=/media/ffmpeg --enable-libmp3lame --enable-libx264 --enable-gpl --extra-libs='-lx264 -lpthread' --enable-runtime-cpudetect --extra-cflags=-I/home/dennis/cc/include --extra-ldflags=-L/home/dennis/cc/lib --pkg-config=pkg-config --disable-w32threads
libavutil 51. 32. 0 / 51. 32. 0
libavcodec 53. 46. 1 / 53. 46. 1
libavformat 53. 27. 0 / 53. 27. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 53. 0 / 2. 53. 0
libswscale 2. 1. 0 / 2. 1. 0

Seems stream 0 codec frame rate differs from container frame rate: 47.95 (5000000/104271) -> 23.98 (24000/1001)
Input #0, matroska,webm, from 'file path filtered, it's on lan':
Duration: 00:01:00.26, start: 0.000000, bitrate: 11951 kb/s
Stream #0:0(eng): Video: h264 (High), yuv420p, 1920x800, SAR 1:1 DAR 12:5, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
Stream #0:1(eng): Audio: dts (DTS), 48000 Hz, 5.1(side), s16, 1536 kb/s (default)
Stream #0:2(eng): Subtitle: text
Stream #0:3(swe): Subtitle: text
At least one output file must be specified


---> DB Level Info: 51, 100
---> Frame rate: 23,98
---> Aspect ratio: 12:5


Unrelated info, it seems mezzmo doesn't fully transcode a file. It stops after around 1GB (not always the same). It's streamed normally to the tv and the duration is right, but somehow time played goes faster than it should, so 150 minutes becomes something like 20 minutes (and movie ends after 20 minutes). Drive is formatted in NTFS and there's more than 400GB free space left. I don't think any error is shown, but it is possible I missed it. Anywhere I can see log of transcoding?
ffmpeg info:

ffmpeg version N-36036-ga40f43d, Copyright (c) 2000-2011 the FFmpeg developers
built on Dec 22 2011 13:44:49 with gcc 4.6.2
configuration: --enable-memalign-hack --arch=x86 --target-os=mingw32 --cross-prefix=i686-w64-mingw32- --enable-static --disable-shared --enable-zlib --disable-postproc --prefix=/media/ffmpeg --enable-libmp3lame --enable-libx264 --enable-gpl --extra-libs='-lx264 -lpthread' --enable-runtime-cpudetect --extra-cflags=-I/home/dennis/cc/include --extra-ldflags=-L/home/dennis/cc/lib --pkg-config=pkg-config --disable-w32threads
libavutil 51. 32. 0 / 51. 32. 0
libavcodec 53. 46. 1 / 53. 46. 1
libavformat 53. 27. 0 / 53. 27. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 53. 0 / 2. 53. 0
libswscale 2. 1. 0 / 2. 1. 0
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'file path filtered, it's on lan':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
title : Avatar3D.Bluray3DRip
album : RED_BIRD_3D_F2
encoder : Lavf52.78.4
Duration: 02:41:41.65, start: 0.000000, bitrate: 7654 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 7455 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc
Metadata:
handler_name : VideoHandler
Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, 5.1, s16, 192 kb/s
Metadata:
handler_name :
At least one output file must be specified


---> DB Level Info: 41, 100
---> Frame rate: 23,98
---> Aspect ratio:

Paul
01-30-2012, 12:05 PM
Thanks for the file info.

The second file has video profile level 5.1 and I think that's the reason it doesn't play properly. Our device profile currently specifies a maximum video profile level of 4.0 for the Panasonics, but we can raise it to 4.1, since the first file you have played fine. Please send a message to support and I'll send you an updated device profile to try.

You can find transcoding logs in the Logs folder - you'll need to enable logging first (see this thread: http://forum.conceiva.com/showthread.php/419-FAQ-How-to-turn-on-diagnostic-logging) and then try re-transcoding the file. You can also send the logs to support, if you'd like me to take a look at them to see if I can spot why the file is not fully transcoded.