I tried both with this one
http://ffmpeg.zeranoe.com/builds/win32/ ... shared.zip
and also this one too
http://ffmpeg.zeranoe.com/builds/win64/ ... shared.zip
Gale Andrews wrote:What does this code typed into FFmpeg CLI return?
That's a bash script. As said I'm on Windows, but since I always have cygwin installed I was able to run it.
Here's the result with a zeranoe 3.3.1 for win32:
Code: Select all
$ ./ffmpeg -encoders | grep -i "g\."
ffmpeg version 3.3.1 Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 6.3.0 (GCC)
configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --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-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-zlib
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
libswscale 4. 6.100 / 4. 6.100
libswresample 2. 7.100 / 2. 7.100
libpostproc 54. 5.100 / 54. 5.100
A..... g722 G.722 ADPCM (codec adpcm_g722)
A..... g726 G.726 ADPCM (codec adpcm_g726)
A..... g723_1 G.723.1
A..... pcm_alaw PCM A-law / G.711 A-law
A..... pcm_mulaw PCM mu-law / G.711 mu-law
And this is the result for the ffmpeg 2.2.2 that's linked on Audacity's help page:
Code: Select all
$ ./ffmpeg -encoders | grep -i "g\."
ffmpeg version 2.2.2 Copyright (c) 2000-2014 the FFmpeg developers
built on May 22 2014 19:56:44 with gcc 4.8.2 (GCC)
configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
libavutil 52. 66.100 / 52. 66.100
libavcodec 55. 52.102 / 55. 52.102
libavformat 55. 33.100 / 55. 33.100
libavdevice 55. 10.100 / 55. 10.100
libavfilter 4. 2.100 / 4. 2.100
libswscale 2. 5.102 / 2. 5.102
libswresample 0. 18.100 / 0. 18.100
libpostproc 52. 3.100 / 52. 3.100
A..... g722 G.722 ADPCM (codec adpcm_g722)
A..... g726 G.726 ADPCM (codec adpcm_g726)
A..... g723_1 G.723.1
A..... pcm_alaw PCM A-law / G.711 A-law
A..... pcm_mulaw PCM mu-law / G.711 mu-law
Gale Andrews wrote:In any case I just noticed your aim is to convert to ADPCM so the objective of FFmepg writing G.729 is just if it could remove the WAV packaging which seems to be the stumbling block importing with older FFmpeg.
Exactly, my aim is to convert
and edit some parts with Audacity.
Gale Andrews wrote:As I said in my post before this, you can point Audacity to other FFmpeg versions (EXE file) for exporting, but for importing you are tied to FFmpeg 2.2.2 on Windows.
Oh...Ok. That's a real pity. Even because with the latest security issues, I'd really like to stick to maintained and up-to-date versions of software installed on my PC. I mean, 2.2.2 is really old and I checked FFmpeg's changelog and you can really see some pretty nasty vulnerabilities in there, even in not that old releases.
Gale Andrews wrote:Did the file you converted to PCM online sound OK? If so that is one solution.
Yea, the file I got from that website is just fine. The only real issue is a privacy one. I'm not a security freak but this is company's calls and there's nothing keeping that website from hearing these phone calls or simply posting them on their website.
Gale Andrews wrote:With what application are you playing these files now, so you know what they sound like?
To be honest, I using windows media player because that's what comes with this PC install.
Tried VLC (from PortableApps.com too) with these G.729 wrapped in WAV and it works fine too.
I guess this is working because for professional reasons I had to install some software that comes bundled with some G.729 decoder, probably the call recording software. Otherwise I think neither WMP not VLC would play it. Unless they work
because it's wrapped in WAV?
Gale Andrews wrote:I don't mind if you also want to PM your sample file to me, under the same terms, but I can't guarantee I'll be able to do any more than Steve can when he gets to Windows.
Sure, will do just that in a few minutes.
Thank you both for your support.
Cheers