Opened 8 years ago

Closed 8 years ago

#5841 closed enhancement (fixed)

unknown msf codec type

Reported by: Anon-san Owned by:
Priority: wish Component: avformat
Version: git-master Keywords: msf atrac3
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

>ffmpeg -i "E:\PAC MAN CE DX\NPJB00079\USRDIR\data\ps3\bgm_menu.at3"
ffmpeg version N-81516-gbe07c25 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.4.0 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  libavutil      55. 29.100 / 55. 29.100
  libavcodec     57. 54.101 / 57. 54.101
  libavformat    57. 48.101 / 57. 48.101
  libavdevice    57.  0.102 / 57.  0.102
  libavfilter     6. 58.100 /  6. 58.100
  libswscale      4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc    54.  0.100 / 54.  0.100
[msf @ 03257820] Codec 5 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.
[msf @ 03257820] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
E:\PAC MAN CE DX\NPJB00079\USRDIR\data\ps3\bgm_menu.at3: Not yet implemented in FFmpeg, patches welcome
>ffmpeg -i "E:\Switchball PSN [NPUA-30013]\NPUA30013\USRDIR\bod\common\audio\at3\powerball_jump_48.msf"
ffmpeg version N-81516-gbe07c25 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.4.0 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  libavutil      55. 29.100 / 55. 29.100
  libavcodec     57. 54.101 / 57. 54.101
  libavformat    57. 48.101 / 57. 48.101
  libavdevice    57.  0.102 / 57.  0.102
  libavfilter     6. 58.100 /  6. 58.100
  libswscale      4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc    54.  0.100 / 54.  0.100
[msf @ 03737880] Codec 6 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.
[msf @ 03737880] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
E:\Switchball PSN [NPUA-30013]\NPUA30013\USRDIR\bod\common\audio\at3\powerball_jump_48.msf: Not yet implemented in FFmpeg, patches welcome

Do not let that .at3 file fool you, it is definitely a MSF file.

Attachments (3)

bgm_menu.at3 (643.7 KB ) - added by Carl Eugen Hoyos 8 years ago.
ijike.at3 (208.5 KB ) - added by Carl Eugen Hoyos 8 years ago.
powerball_jump_48.msf (33.4 KB ) - added by Carl Eugen Hoyos 8 years ago.

Download all attachments as: .zip

Change History (5)

by Carl Eugen Hoyos, 8 years ago

Attachment: bgm_menu.at3 added

by Carl Eugen Hoyos, 8 years ago

Attachment: ijike.at3 added

by Carl Eugen Hoyos, 8 years ago

Attachment: powerball_jump_48.msf added

comment:1 by Carl Eugen Hoyos, 8 years ago

Component: undeterminedavformat
Keywords: msf atrac3 added
Priority: normalwish
Reproduced by developer: set
Status: newopen
Type: defectenhancement
Version: unspecifiedgit-master

comment:2 by Elon Musk, 8 years ago

Resolution: fixed
Status: openclosed

Fixed in 4d677c7ae37d1df57cc79ea7577c2e4cd1de8e3a.

The ijike.at3 is most likely atrac3+

Note: See TracTickets for help on using tickets.