Opened 5 years ago

Closed 5 years ago

#7670 closed defect (duplicate)

Unsupported Vorbis in .wav

Reported by: bagdenisov Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

How to reproduce:

% ffmpeg -i "707 Crash.wav" -codec pcm_s16le "707 Crash_pcm.wav"
ffmpeg version N-92944-g395e8a53fa Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 8.2.1 (GCC) 20181201
  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
  libavutil      56. 25.100 / 56. 25.100
  libavcodec     58. 43.100 / 58. 43.100
  libavformat    58. 25.100 / 58. 25.100
  libavdevice    58.  6.101 / 58.  6.101
  libavfilter     7. 47.100 /  7. 47.100
  libswscale      5.  4.100 /  5.  4.100
  libswresample   3.  4.100 /  3.  4.100
  libpostproc    55.  4.100 / 55.  4.100
[wav @ 0000016fe4d32940] Could not find codec parameters for stream 0 (Audio: none (Og[0][0] / 0x674F), 44100 Hz, 1 channels, 112 kb/s): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Guessed Channel Layout for Input Stream #0.0 : mono
Input #0, wav, from '707 Crash.wav':
  Metadata:
    encoder         : Edison
  Duration: 00:00:01.28, bitrate: 131 kb/s
    Stream #0:0: Audio: none (Og[0][0] / 0x674F), 44100 Hz, mono, 112 kb/s
Stream mapping:
  Stream #0:0 -> #0:0 (? (?) -> pcm_s16le (native))
Decoder (codec none) not found for input stream #0:0
% ffprobe "707 Crash.wav"
ffprobe version N-92944-g395e8a53fa Copyright (c) 2007-2019 the FFmpeg developers
  built with gcc 8.2.1 (GCC) 20181201
  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
  libavutil      56. 25.100 / 56. 25.100
  libavcodec     58. 43.100 / 58. 43.100
  libavformat    58. 25.100 / 58. 25.100
  libavdevice    58.  6.101 / 58.  6.101
  libavfilter     7. 47.100 /  7. 47.100
  libswscale      5.  4.100 /  5.  4.100
  libswresample   3.  4.100 /  3.  4.100
  libpostproc    55.  4.100 / 55.  4.100
[wav @ 000001d325cf5e00] Could not find codec parameters for stream 0 (Audio: none (Og[0][0] / 0x674F), 44100 Hz, 1 channels, 112 kb/s): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, wav, from '707 Crash.wav':
  Metadata:
    encoder         : Edison
  Duration: 00:00:01.28, bitrate: 131 kb/s
    Stream #0:0: Audio: none (Og[0][0] / 0x674F), 44100 Hz, 1 channels, 112 kb/s
Unsupported codec with id 0 for input stream 0
ffplay "707 Crash.wav"
ffplay version N-92944-g395e8a53fa Copyright (c) 2003-2019 the FFmpeg developers
  built with gcc 8.2.1 (GCC) 20181201
  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
  libavutil      56. 25.100 / 56. 25.100
  libavcodec     58. 43.100 / 58. 43.100
  libavformat    58. 25.100 / 58. 25.100
  libavdevice    58.  6.101 / 58.  6.101
  libavfilter     7. 47.100 /  7. 47.100
  libswscale      5.  4.100 /  5.  4.100
  libswresample   3.  4.100 /  3.  4.100
  libpostproc    55.  4.100 / 55.  4.100
[wav @ 0000015240744700] Could not find codec parameters for stream 0 (Audio: none (Og[0][0] / 0x674F), 44100 Hz, 1 channels, 112 kb/s): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, wav, from '707 Crash.wav':
  Metadata:
    encoder         : Edison
  Duration: 00:00:01.28, bitrate: 131 kb/s
    Stream #0:0: Audio: none (Og[0][0] / 0x674F), 44100 Hz, 1 channels, 112 kb/s
No decoder could be found for codec none
Failed to open file '707 Crash.wav' or configure filtergraph

MediaInfo Lite v0.7.95

General
Complete name               : 707 Crash.wav
Format                      : Wave
File size                   : 20.5 KiB
Duration                    : 1 s 495 ms
Overall bit rate mode       : Variable
Overall bit rate            : 113 kb/s
Writing application         : Edison

Audio
Format                      : Vorbis
Format version              : Mode 1
Format settings, Floor      : 1
Codec ID                    : 674F
Duration                    : 1 s 495 ms
Bit rate mode               : Variable
Bit rate                    : 110 kb/s
Channel(s)                  : 1 channel
Sampling rate               : 44.1 kHz
Compression mode            : Lossy
Stream size                 : 20.4 KiB (100%)
Writing application         : vorbis.acm
Writing library             : libVorbis 20090709 (UTC 2009-07-09)

File grabbed from FL Studio 12. I try grabbed this file

Attachments (1)

707 Crash.wav (20.5 KB ) - added by bagdenisov 5 years ago.

Download all attachments as: .zip

Change History (2)

by bagdenisov, 5 years ago

Attachment: 707 Crash.wav added

comment:1 by Carl Eugen Hoyos, 5 years ago

Resolution: duplicate
Status: newclosed

See ticket #1690.

Note: See TracTickets for help on using tickets.