PDA

View Full Version : help with profile. unneccessary transcoding!



fastbuck
03-07-2018, 12:19 PM
i'm using the samsung bdp profile and watch a lot of mkvs. no problem there but some mkvs are unneccessary transcoded. they all have the audio code 'eac3' in common. i've played the files with transcoding turned off and they work flawlessly. would love to know what i have to change in the profile to prevent these files to transcode so i can rewind etc. thx for your help

Paul
03-07-2018, 12:54 PM
Right-click on one of the files that is transcoded unnecessarily and click 'Get FFmpeg Information'. Post that here or email it to us at support [at] conceiva [dot] com.

fastbuck
03-07-2018, 09:03 PM
ffmpeg version N-78742-gf477849 Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 4.9.2 (GCC)
configuration: --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 -lstdc++' --enable-runtime-cpudetect --extra-cflags=-I/home/peter/cc32/include --extra-ldflags=-L/home/peter/cc64/lib --pkg-config=pkg-config --pkg-config-flags=--static --disable-w32threads --enable-libvpx --enable-libvorbis --enable-libtheora --enable-libx265 --enable-cuda --enable-cuvid --enable-dxva2 --enable-libmfx --enable-nvenc --enable-gnutls --extra-libs='-lz -lnettle -lhogweed -lgmp -lidn -lws2_32 -lcrypt32'
libavutil 55. 74.100 / 55. 74.100
libavcodec 57.103.100 / 57.103.100
libavformat 57. 76.100 / 57. 76.100
libavdevice 57. 7.100 / 57. 7.100
libavfilter 6.100.100 / 6.100.100
libswscale 4. 7.102 / 4. 7.102
libswresample 2. 8.100 / 2. 8.100
Input #0, matroska,webm, from 'E:\XXXXXX.mkv':
Metadata:
title : XXXXXX
encoder : libebml v1.3.5 + libmatroska v1.4.8
creation_time : 2018-02-02T08:21:23.000000Z
DESCRIPTION : {name}
Duration: 00:53:29.58, start: 0.000000, bitrate: 1950 kb/s
Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1280x720 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
Stream #0:1(eng): Audio: eac3, 48000 Hz, 5.1(side), fltp, 448 kb/s (default)
Stream #0:2(eng): Subtitle: subrip (default) (forced)
Metadata:
title : Forced
Stream #0:3(eng): Subtitle: subrip
Stream #0:4(eng): Subtitle: subrip
Metadata:
title : SDH
Stream #0:5(ger): Subtitle: subrip
Stream #0:6(spa): Subtitle: subrip
Metadata:
title : European
Stream #0:7(fre): Subtitle: subrip
Stream #0:8(dut): Subtitle: subrip
At least one output file must be specified

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


---> DB Level Info: 31, 77
---> Frame rate: 23,98
---> Aspect ratio: 16:9 PAR=1:1
---> Duration: 00:53:29

like I said I only have this "problem" with eac3 audio!

fastbuck
03-08-2018, 12:27 AM
ok, i have fixed it by adding
<format id="eac3">
</format>
to the mkv audio section of the profile. Thx anyway!

jbinkley60
03-08-2018, 01:42 AM
You also have the option of disabling all transcoding for your device, if you know the sources won't require it. The device level setting will override the profile and not transcode anything. I do this for all of my Kodi clients and If I run into an issue I fix the source file.

Paul
03-08-2018, 09:18 AM
Well done on the device profile tweak. Thanks for sharing your fix.