PDA

View Full Version : LG TV 2013. File not supported



e.lit
01-25-2015, 09:16 PM
Good day!
Have some problems streaming on my LG 2013 TV (47LA660V).
Some files just throw error File type not supported.

no playing, no autotranscodig.
what's wrong?


file example:

ffmpeg version N-66094-gbb8b752 Copyright (c) 2000-2014 the FFmpeg developers
built on Sep 4 2014 16:23:51 with gcc 4.8.2 (GCC)
configuration: --enable-memalign-hack --arch=x86_64 --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --enable-static --disable-shared --enable-zlib --disable-postproc --prefix=/home/peter/ffmpeg/build/gpl64 --enable-libmp3lame --enable-libx264 --enable-gpl --extra-libs='-lx264 -lpthread' --enable-runtime-cpudetect --extra-cflags=-I/home/peter/cc32/include --extra-ldflags=-L/home/peter/cc64/lib --pkg-config=pkg-config --disable-w32threads --enable-libvpx --enable-libvorbis
libavutil 54. 7.100 / 54. 7.100
libavcodec 56. 1.100 / 56. 1.100
libavformat 56. 4.100 / 56. 4.100
libavdevice 56. 0.100 / 56. 0.100
libavfilter 5. 0.103 / 5. 0.103
libswscale 3. 0.100 / 3. 0.100
libswresample 1. 1.100 / 1. 1.100
Input #0, avi, from 'C:\Storage\Video\Cartoonseries\Avatar_complete series!\Avatar_book 1_Water_DVDRip\s1e1 The Boy in the Iceberg.avi':
Duration: 00:23:34.88, start: 0.000000, bitrate: 1666 kb/s
Stream #0:0: Video: mpeg4 (DX50 / 0x30355844), yuv420p, 608x448 [SAR 1:1 DAR 19:14], 1462 kb/s, 29.97 fps, 29.97 tbr, 29.97 tbn, 30k tbc
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16p, 192 kb/s
At least one output file must be specified

<MEZZMO>: Child process ended with code: 109, ExitCode=1


---> DB Level Info: -99, -99
---> Frame rate: 29,97
---> Aspect ratio: 19:14 PAR=1:1
---> Duration: 00:23:34

TimC
01-26-2015, 09:53 AM
Had similar problems with some AVI files that are in Divx form.

My Sony & Panasonic TV's handle virtually everything except Divx - giving the error you've got.

Mezzmo won't transcode as AVI files are supported but there's no check to see if the file is Xvid or Divx.

My solution was to edit the .prf file (in ProgramData/Conceiva/Mezzmo/DeviceProfiles) changing the line:-

<format id="mpeg4">
to
<format id="mpeg4" codectag="XVID">

This will be following the lines

<avcontainer id="asf" name="asf" mimetype="video/x-ms-asf" encode="0" supportschunked="0" minlevel="40" level="41">
<video>
<format id="wmv3">
<maxframerate>30</maxframerate>
</format>

in your .prf file (LGTV2013.prf)

Having edited it the stop & restart the media server.

The result should be that Divx encoded files will be transcoded.

Paul
01-26-2015, 09:29 PM
Great advice, TimC. Makes sense to try this.

e.lit: If that does not help, then email us at support [at] conceiva [dot] com and we'll provide a tweaked device profile to try.

e.lit
01-29-2015, 06:37 AM
It works like a magic!
Thanx alot


Had similar problems with some AVI files that are in Divx form.

My Sony & Panasonic TV's handle virtually everything except Divx - giving the error you've got.

Mezzmo won't transcode as AVI files are supported but there's no check to see if the file is Xvid or Divx.

My solution was to edit the .prf file (in ProgramData/Conceiva/Mezzmo/DeviceProfiles) changing the line:-

<format id="mpeg4">
to
<format id="mpeg4" codectag="XVID">

This will be following the lines

<avcontainer id="asf" name="asf" mimetype="video/x-ms-asf" encode="0" supportschunked="0" minlevel="40" level="41">
<video>
<format id="wmv3">
<maxframerate>30</maxframerate>
</format>

in your .prf file (LGTV2013.prf)

Having edited it the stop & restart the media server.

The result should be that Divx encoded files will be transcoded.