Jump to content

Recommended Posts

Posted

Hi, 

 

Need your assistance to look thru the following transcoding logs. The first file is a MKV file and i have no idea why it is transcoding , i have also attached my tv dlna profile for reference in case it's due to some error in the profile

 


 

 

 

 

{"Protocol":"File","Id":"58178c5708cfba85bb6c99f8c2ad7942","Path":"/Volumes/Media-2/Movie'zzz/Run All Night 2015 720p HC HDRip x264 AC3 TiTAN/Run All Night 2015 720p HC HDRip x264 AC3 TiTAN.mkv","Type":"Default","Container":"mkv","Name":"","RunTimeTicks":68580160000,"ReadAtNativeFramerate":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"RequiresOpening":false,"RequiresClosing":false,"VideoType":"VideoFile","MediaStreams":[],"PlayableStreamFileNames":[],"Formats":[],"Bitrate":2700363,"RequiredHttpHeaders":{}}

 

/Users/Jonz/.config/emby-server/ffmpeg/20150917/ffmpeg -fflags +genpts -i file:"/Volumes/Media-2/Movie'zzz/Run All Night 2015 720p HC HDRip x264 AC3 TiTAN/Run All Night 2015 720p HC HDRip x264 AC3 TiTAN.mkv" -sn -codec:v:0 libx264 -force_key_frames expr:gte(t,n_forced*5) -vf "scale=trunc(min(max(iw\,ih*dar)\,min(1920\,1080*dar))/2)*2:trunc(min(max(iw/dar\,ih)\,min(1920/dar\,1080))/2)*2" -pix_fmt yuv420p -preset superfast -crf 23 -b:v 29680000 -vsync vfr -level 51 -map_metadata -1 -threads 0 -codec:a:0 ac3 -ac 6 -ab 320000 -af "aresample=async=1" -y "/Volumes/Appz/transcoding-temp/7e3cc1caa0efb56ac742032a368ee4e3.ts"

 

ffmpeg version N-75356-gf58e011-tessus Copyright © 2000-2015 the FFmpeg developers

  built with Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)

  configuration: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --as=yasm --extra-version=tessus --enable-avisynth --enable-fontconfig --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzmq --enable-version3 --disable-ffplay --disable-indev=qtkit --disable-indev=x11grab_xcb

  libavutil      55.  2.100 / 55.  2.100

  libavcodec     57.  1.100 / 57.  1.100

  libavformat    57.  0.100 / 57.  0.100

  libavdevice    57.  0.100 / 57.  0.100

  libavfilter     6.  1.100 /  6.  1.100

  libswscale      4.  0.100 /  4.  0.100

  libswresample   2.  0.100 /  2.  0.100

  libpostproc    54.  0.100 / 54.  0.100

Input #0, matroska,webm, from 'file:/Volumes/Media-2/Movie'zzz/Run All Night 2015 720p HC HDRip x264 AC3 TiTAN/Run All Night 2015 720p HC HDRip x264 AC3 TiTAN.mkv':

 

 

The second file i was having issues with is a HEVC X265 file and has anyone got any idea on how i can include HEVC x265 support into the DLNA profile. I have been getting errors when i try to edit the profile and include hevc x265. The LG TV i have definitely supports hevc x265 playback.

 

{"Protocol":"File","Id":"39f5cc05c5eaa0945a456fdaa8942289","Path":"/Volumes/Media-2/Movie'zzz/Maze.Runner.The.Scorch.Trials.2015.720p.BRRiP.HEVC.x265.AC3-MAJESTIC/Maze.Runner.The.Scorch.Trials.2015.720p.BRRiP.HEVC.x265.AC3-MAJESTIC.mkv","Type":"Default","Container":"mkv","Name":"","ReadAtNativeFramerate":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"RequiresOpening":false,"RequiresClosing":false,"VideoType":"VideoFile","MediaStreams":[],"PlayableStreamFileNames":[],"Formats":[],"RequiredHttpHeaders":{}}

 
/Users/Jonz/.config/emby-server/ffmpeg/20150917/ffmpeg -fflags +genpts -i file:"/Volumes/Media-2/Movie'zzz/Maze.Runner.The.Scorch.Trials.2015.720p.BRRiP.HEVC.x265.AC3-MAJESTIC/Maze.Runner.The.Scorch.Trials.2015.720p.BRRiP.HEVC.x265.AC3-MAJESTIC.mkv" -sn -codec:v:0 libx264 -force_key_frames expr:gte(t,n_forced*5) -vf "scale=trunc(min(max(iw\,ih*dar)\,min(1920\,1080*dar))/2)*2:trunc(min(max(iw/dar\,ih)\,min(1920/dar\,1080))/2)*2" -pix_fmt yuv420p -preset superfast -crf 23 -b:v 29680000 -vsync vfr -level 51 -map_metadata -1 -threads 0 -codec:a:0 ac3 -ac 6 -ab 320000 -af "aresample=async=1" -y "/Volumes/Appz/transcoding-temp/c74d064efca66c95f65d86b6bde1d5c7.ts"
 
 
ffmpeg version N-75356-gf58e011-tessus Copyright © 2000-2015 the FFmpeg developers
  built with Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
  configuration: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --as=yasm --extra-version=tessus --enable-avisynth --enable-fontconfig --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzmq --enable-version3 --disable-ffplay --disable-indev=qtkit --disable-indev=x11grab_xcb
  libavutil      55.  2.100 / 55.  2.100
  libavcodec     57.  1.100 / 57.  1.100
  libavformat    57.  0.100 / 57.  0.100
  libavdevice    57.  0.100 / 57.  0.100
  libavfilter     6.  1.100 /  6.  1.100
  libswscale      4.  0.100 /  4.  0.100
  libswresample   2.  0.100 /  2.  0.100
  libpostproc    54.  0.100 / 54.  0.100
Input #0, matroska,webm, from 'file:/Volumes/Media-2/Movie'zzz/Maze.Runner.The.Scorch.Trials.2015.720p.BRRiP.HEVC.x265.AC3-MAJESTIC/Maze.Runner.The.Scorch.Trials.2015.720p.BRRiP.HEVC.x265.AC3-MAJESTIC.mkv':

 

 

Thank you and a Happy New Year to everyone. 

LG Smart+ TV.xml

Posted

Looks like your first file is missing media info. Try refreshing from the detail screen of the web interface.

Posted

Looks like your first file is missing media info. Try refreshing from the detail screen of the web interface.

 

Your recommendation fixed that issue. 

 

Any ideas on the X265 codec part?

Happy2Play
Posted (edited)

Have you tried adding hevc as your direct play mkv video codec?

 

example from Windows 10 app

 

<DirectPlayProfile container="mkv" audioCodec="aac,ac3,eac3,mp3,mp2,pcm,pcm_s16le,pcm_s24le" videoCodec="h264,hevc" type="Video" />

Edited by Happy2Play
  • 5 months later...
Posted

Hi, I am testing now with a 2015 LG with the latest beta Emby Server, and both Dlna Play To and the Dlna Server are working out of the box with no problems. Please try again. Thanks.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...