[FFmpeg-trac] #6657(undetermined:new): DVB-T2 audio support

FFmpeg trac at avcodec.org
Wed Sep 13 12:27:15 EEST 2017


#6657: DVB-T2 audio support
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:  defect
  Igor_Selivanov                     |                 Priority:  normal
               Status:  new          |                  Version:
            Component:               |  unspecified
  undetermined                       |               Blocked By:
             Keywords:               |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 Audio is not supported. The video samples dvbt2_small.ts is recording of
 free German DVB-T2 TV channel "Das Erste HD". Unfortunately sound track
 AAC format is not supported/implemented with FFMPEG version 3.3.2. Since
 this year (March 2017) new DVB-T2 standard is broadcasting in Germany and
 France. Unfortunately FFMPEG doesn't implement support of some audio
 formats of this standard.
 How to reproduce:
 {{{
 ffmpeg -i dvbt2_small.ts
 }}}
 or
 {{{
 ffplay dvbt2_small.ts
 }}}
 The problem related to audio track:
 Stream #0:1[0x552]: Audio: aac (LTP) ([15][0][0][0] / 0x000F), 22050 Hz,
 5.1, fltp, 1077 kb/s
 Errors are:
 - More than one AAC RDB per ADTS frame is not implemented. Update your
 FFmpeg version to the newest one from Git. If the problem still occurs, it
 means that your file has a feature which has not been implemented.
 - Too large remapped id is not implemented. Update your FFmpeg version to
 the newest one from Git. If the problem still occurs, it means that your
 file has a feature which has not been implemented

 FFmpeg version:
 OS: Arch Linux, ffmpeg version is taken from Arch Linux repository.
 ffmpeg version 3.3.2 Copyright (c) 2000-2017 the FFmpeg developers
   built with gcc 7.1.1 (GCC) 20170516
   configuration: --prefix=/usr --disable-debug --disable-static --disable-
 stripping --enable-avisynth --enable-avresample --enable-fontconfig
 --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libass
 --enable-libbluray --enable-libfreetype --enable-libfribidi --enable-
 libgsm --enable-libiec61883 --enable-libmodplug --enable-libmp3lame
 --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg
 --enable-libopus --enable-libpulse --enable-libschroedinger --enable-
 libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-
 libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-
 libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxvid
 --enable-shared --enable-version3
   libavutil      55. 58.100 / 55. 58.100
   libavcodec     57. 89.100 / 57. 89.100
   libavformat    57. 71.100 / 57. 71.100
   libavdevice    57.  6.100 / 57.  6.100
   libavfilter     6. 82.100 /  6. 82.100
   libavresample   3.  5.  0 /  3.  5.  0
   libswscale      4.  6.100 /  4.  6.100
   libswresample   2.  7.100 /  2.  7.100
   libpostproc    54.  5.100 / 54.  5.100

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6657>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list