Extract AVC profile from video files and enable triggering transcoding of those

Issue #225 resolved
Petr Nejedly repo owner created an issue

Samsung TV doesn't play 5.1 profile and those files should be transcoded. FFmpeg doesn't provide that information though. \

Some more info is here: http://forum.conceiva.com/archive/index.php/t-659.html

Comments (5)

  1. Petr Nejedly reporter

    isVideoPS3Compatible on DLNAMediaInfo in PS3MS is doing something we could have a look at

  2. Petr Nejedly reporter

    it's now stored in the DB and transcoding can be triggered like this:

    <matches container="mkv" vCodec="h264" profile="HIGH" levelGreaterThan="4.2" />
    <matches container="mkv" vCodec="h264" profile="MAIN" levelGreaterThan="5" />
    
  3. Log in to comment