Transcoding AVC High 4:2:2

Issue #709 resolved
Illico created an issue

Forum : http://forum.serviio.org/viewtopic.php?f=7&t=13273

File sample : http://www.mediafire.com/download/pscaa9anapbm69r/000.ts

Adding this to the profile force transcode to mpeg2video:

         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="192">
            <Matches container="*" vCodec="h264" profile="high_10" />
            <Matches container="*" vCodec="h264" profile="high_422" />
            <Matches container="*" vCodec="h264" profile="high_444" />

but the output is a MPEG2VIDEO with 4-2-2 subsampling, not supported by TV.

Video
ID                                       : 256 (0x100)
Menu ID                                  : 1 (0x1)
Format                                   : MPEG Video
Format version                           : Version 2
Format profile                           : 4:2:2@High
Format settings, BVOP                    : No
Format settings, Matrix                  : Default
Format settings, GOP                     : N=15

We have to find the ffmpeg option to force output to 4-2-0

Comments (5)

  1. Log in to comment