Philips TV video format

mediainfo recognizes the video format as AVC:


General
ID                                       : 10014 (0x271E)
Complete name                            : Videos/0000.bin
Format                                   : BDAV
Format/Info                              : Blu-ray Video
File size                                : 1.00 GiB
Duration                                 : 15 min 19 s
Overall bit rate mode                    : Variable
Overall bit rate                         : 9 339 kb/s


Video
ID                                       : 6661 (0x1A05)
Menu ID                                  : 11120 (0x2B70)
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Codec ID                                 : 27
Encryption                               : Encrypted

Audio #1
ID                                       : 6662 (0x1A06)
Menu ID                                  : 11120 (0x2B70)
Format                                   : AC-3
Format/Info                              : Audio Coding 3
Codec ID                                 : 6
Channel(s)                               : 2 channels
Compression mode                         : Lossy
Language                                 : German
Encryption                               : Encrypted

Audio #2
ID                                       : 6663 (0x1A07)
Menu ID                                  : 11120 (0x2B70)
Format                                   : AC-3
Format/Info                              : Audio Coding 3
Codec ID                                 : 6
Channel(s)                               : 2 channels
Compression mode                         : Lossy
Language                                 : French
Encryption                               : Encrypted

Audio #3
ID                                       : 6669 (0x1A0D)
Menu ID                                  : 11120 (0x2B70)
Format                                   : AC-3
Format/Info                              : Audio Coding 3
Codec ID                                 : 6
Channel(s)                               : 2 channels
Compression mode                         : Lossy
Encryption                               : Encrypted
descriptor_tag_extension                 : 6

Other
ID                                       : 6664 (0x1A08)-100
Menu ID                                  : 11120 (0x2B70)
Format                                   : Teletext
Language                                 : German

I renamed the file to 0000.avc and then I tried ffmpeg.
But it seems I have several codecs missing and I don’t have a clue how to add them:

ffmpeg -i Videos/0000.avc Videos/test.mkv

ffmpeg version 3.1.6 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 4.8 (SUSE Linux)

....]

  libavutil      55. 28.100 / 55. 17.103
  libavcodec     57. 48.101 / 57. 24.102
  libavformat    57. 41.100 / 57. 25.100
  libavdevice    57.  0.101 / 57.  0.101
  libavfilter     6. 47.100 /  6. 31.100
  libavresample   3.  0.  0 /  3.  0.  0
  libswscale      4.  1.100 /  4.  0.100
  libswresample   2.  1.100 /  2.  0.101
  libpostproc    54.  0.100 / 54.  0.100
[NULL @ 0x25b7880] start time for stream 0 is not set in estimate_timings_from_pts
[NULL @ 0x25b8420] start time for stream 1 is not set in estimate_timings_from_pts      
[NULL @ 0x25b8fc0] start time for stream 2 is not set in estimate_timings_from_pts      
[NULL @ 0x25ba7a0] start time for stream 4 is not set in estimate_timings_from_pts      
[NULL @ 0x25bb420] start time for stream 5 is not set in estimate_timings_from_pts      
[NULL @ 0x25d6440] start time for stream 6 is not set in estimate_timings_from_pts      
[mpegts @ 0x25b34e0] PES packet size mismatch                                           
    Last message repeated 1 times
[mpegts @ 0x25b34e0] Could not find codec parameters for stream 0 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x25b34e0] Could not find codec parameters for stream 1 (Audio: ac3 ([6][0][0][0] / 0x0006), 0 channels, fltp): unspecified sample rate
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x25b34e0] Could not find codec parameters for stream 2 (Audio: ac3 ([6][0][0][0] / 0x0006), 0 channels, fltp): unspecified sample rate
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x25b34e0] Could not find codec parameters for stream 6 (Audio: ac3 ([6][0][0][0] / 0x0006), 0 channels, fltp): unspecified sample rate
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, mpegts, from 'Videos/0000.avc':
  Duration: 00:15:19.98, start: 11986.625944, bitrate: 9337 kb/s
  Program 11120 
    Stream #0:0[0x1a05]: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn, 180k tbc
    Stream #0:1[0x1a06](deu): Audio: ac3 ([6][0][0][0] / 0x0006), 0 channels, fltp
    Stream #0:2[0x1a07](fra): Audio: ac3 ([6][0][0][0] / 0x0006), 0 channels, fltp
    Stream #0:3[0x1a08](ger): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)
    Stream #0:4[0x1a09](deu): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired)
    Stream #0:5[0x1a0a](fra): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired)
    Stream #0:6[0x1a0d](mis): Audio: ac3 ([6][0][0][0] / 0x0006), 0 channels, fltp
Output #0, matroska, to 'Videos/test.mkv':
    Stream #0:0(ger): Subtitle: ass, 128 kb/s
    Metadata:
      encoder         : Lavc57.48.101 ass
Stream mapping:
  Stream #0:3 -> #0:0 (? (?) -> ass (native))
This build of ffmpeg does not include a "dvb_teletext" decoder needed for input stream #0:3.

I also gave it a try with handbrake and mkvtoolnixGUI. but nothing works.