Opened 9 years ago

Closed 5 years ago

#4553 closed enhancement (fixed)

Support G.729 stereo files

Reported by: Carl Eugen Hoyos Owned by:
Priority: wish Component: avcodec
Version: git-master Keywords: g729
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/193145
A user uploaded a stereo G.729 file that is currently unsupported.

$ ffmpeg -i g729stereo.wav
ffmpeg version N-72081-gec38a1b Copyright (c) 2000-2015 the FFmpeg developers
  built with gcc 4.7 (SUSE Linux)
  configuration: --enable-gpl
  libavutil      54. 23.101 / 54. 23.101
  libavcodec     56. 38.101 / 56. 38.101
  libavformat    56. 33.101 / 56. 33.101
  libavdevice    56.  4.100 / 56.  4.100
  libavfilter     5. 16.101 /  5. 16.101
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  3.100 / 53.  3.100
[g729 @ 0x2897e80] Only mono sound is supported (requested channels: 2).
[wav @ 0x2897460] Failed to open codec in av_find_stream_info
[g729 @ 0x2897e80] Only mono sound is supported (requested channels: 2).
Guessed Channel Layout for  Input Stream #0.0 : stereo
Input #0, wav, from 'g729stereo.wav':
  Duration: 00:00:14.14, bitrate: 8 kb/s
    Stream #0:0: Audio: g729 ([131][0][0][0] / 0x0083), 8000 Hz, 2 channels, 16 kb/s
At least one output file must be specified

Attachments (3)

g729stereo.wav (13.9 KB ) - added by Carl Eugen Hoyos 9 years ago.
reference.wav (221.0 KB ) - added by Carl Eugen Hoyos 9 years ago.
302001014794094.wav (284.6 KB ) - added by Carl Eugen Hoyos 6 years ago.

Download all attachments as: .zip

Change History (6)

by Carl Eugen Hoyos, 9 years ago

Attachment: g729stereo.wav added

by Carl Eugen Hoyos, 9 years ago

Attachment: reference.wav added

comment:1 by compn, 9 years ago

this file decodes now in mplayer r37400
http://samples.ffmpeg.org/drivers32/new/G729DecoderDMO.dll

audiocodec g729dmo

info "verint g729"
status working
format 0x83
format 0xA104 ;untested
driver dmo
dll "G729DecoderDMO.dll"
guid 0xe1d97f0c, 0x47d0, 0x416b, 0x97, 0xc6, 0xcd, 0xf5, 0xdc, 0x30, 0xd6, 0xf4

comment:2 by Carl Eugen Hoyos, 6 years ago

by Carl Eugen Hoyos, 6 years ago

Attachment: 302001014794094.wav added

comment:3 by Carl Eugen Hoyos, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.