Wed Nov 16, 2016 3:53 pm by AndrewW
Paul33,
The full metadata for the file is
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf56.40.101
Duration: 00:41:50.80, start: 0.005333, bitrate: 1679 kb/s
Chapter #0:0: start 0.000000, end 132.560000
Metadata:
title : Chapter 01
Chapter #0:1: start 132.560000, end 701.880000
Metadata:
title : Chapter 02
Chapter #0:2: start 701.880000, end 1119.160000
Metadata:
title : Chapter 03
Chapter #0:3: start 1119.160000, end 1348.000000
Metadata:
title : Chapter 04
Chapter #0:4: start 1348.000000, end 1880.320000
Metadata:
title : Chapter 05
Chapter #0:5: start 1880.320000, end 2483.320000
Metadata:
title : Chapter 06
Chapter #0:6: start 2483.320000, end 2510.800000
Metadata:
title : Chapter 07
Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 1482 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #0:1(eng): Audio: ac3 (ac-3 / 0x332D6361), 48000 Hz, stereo, fltp, 192 kb/s (default)
Metadata:
handler_name : SoundHandler
Side data:
audio service type: main
Stream #0:2(eng): Subtitle: mov_text (text / 0x74786574)
Metadata:
handler_name : SubtitleHandler
and this files work both on the PC and Samsung tvs
It was created with the following ffmpeg commend
ffmpeg -loglevel quiet -i "IPFile" -y -vcodec libx264 -acodec ac3 -ac 2 -crf 18 "OPFile"
Happy to be corrected but the below is the matching profile line from Serviio which shoudl match the above file
<MediaFormatProfile mime-type="video/mp4">AVC_MP4_MP_SD_AC3</MediaFormatProfile>