Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by Gale Andrews
Thu Mar 05, 2015 6:58 pm
Forum: macOS
Topic: How to fix or listen to broken m4a voice memo file
Replies: 20
Views: 11794

Re: How to fix or listen to broken m4a voice memo file

What happens if you import the bad file into Audacity by File > Import > Audio..., then choose "FFmpeg-compatible files" before selecting the file? When I tried this, the file says (file) is an Advanced Audio Coding file. Audacity cannot open this type of file. ...
by gabepsu
Thu Mar 05, 2015 5:28 pm
Forum: macOS
Topic: How to fix or listen to broken m4a voice memo file
Replies: 20
Views: 11794

Re: How to fix or listen to broken m4a voice memo file

What happens if you import the bad file into Audacity by File > Import > Audio..., then choose "FFmpeg-compatible files" before selecting the file? When I tried this, the file says (file) is an Advanced Audio Coding file. Audacity cannot open this type of file. ...
by Gale Andrews
Thu Mar 05, 2015 4:58 pm
Forum: Windows
Topic: AAC 6 Channels
Replies: 7
Views: 1690

Re: AAC 6 Channels

... v2.0.6, the file will not even be exported. If I export to AAC 2.0 I have no voice at all. 6 Channel AAC files are read by Audacity. Yes, the only FFmpeg build (version 2.2.2) we could recommend for 2.0.6 uses libvo_aacenc for AAC encoding, and libvo_aacenc is limited to two channels. See https://trac.ffmpeg.org/wiki/Encode/AAC ...
by DVDdoug
Thu Mar 05, 2015 4:34 pm
Forum: Windows
Topic: Unable to Export to ITunes
Replies: 8
Views: 725

Re: Unable to Export to ITunes

... WAV, MP3, or AAC. Then iTunes can take it from there. Here is a tutorial for Audacity with iTunes. For exporting to AAC you'll need the optional FFMPEG import/export library. For exporting to MP3, you'll need the optional LAME MP3 encoder. There are some minor issues with AAC encoding using Audacity, ...
by Gale Andrews
Thu Mar 05, 2015 3:37 am
Forum: macOS
Topic: How to fix or listen to broken m4a voice memo file
Replies: 20
Views: 11794

Re: How to fix or listen to broken m4a voice memo file

I tried importing again using Big endian and importing 100% and I still get noise and no waveform. I did check the FFmpeg settings as you mentioned and they are installed. What happens if you import the bad file into Audacity by File > Import > Audio..., then choose "FFmpeg-compatible ...
by gabepsu
Wed Mar 04, 2015 11:12 pm
Forum: macOS
Topic: How to fix or listen to broken m4a voice memo file
Replies: 20
Views: 11794

Re: How to fix or listen to broken m4a voice memo file

... of the detailed help, as well. I tried importing again using Big endian and importing 100% and I still get noise and no waveform. I did check the FFmpeg settings as you mentioned and they are installed. If the file is lacking the proper headers, is there anything I can do to correct this? Also ...
by neo2001
Wed Mar 04, 2015 10:20 pm
Forum: Windows
Topic: ~8h recording after export shows/plays only 1h19m
Replies: 6
Views: 503

Re: ~8h recording after export shows/plays only 1h19m

... expected! :) Also the FLAC file I exported before created some warnings ("sample/frame number mismatch in adjacent frames") when I used ffmpeg to transcode it to other formats. Now using the RF64 file as input these warnings are gone, too. Thank you very much!
by steve
Wed Mar 04, 2015 4:41 pm
Forum: Windows
Topic: ~8h recording after export shows/plays only 1h19m
Replies: 6
Views: 503

Re: ~8h recording after export shows/plays only 1h19m

... encoder/decoder to make it work reliably when the uncompressed size if greater than 4 GB, and as far as I'm aware it is still a bit flaky. using ffmpeg to convert back to WAV but please note that it still does not comply with the WAV format specification. If the resulting WAV file imports correctly ...
by neo2001
Wed Mar 04, 2015 3:32 pm
Forum: Windows
Topic: ~8h recording after export shows/plays only 1h19m
Replies: 6
Views: 503

~8h recording after export shows/plays only 1h19m

... length - but still can't play beyond the mentioned time. Finally I found a work-around by exporting as FLAC - which workes just fine (using ffmpeg to convert back to WAV - because that's what I need). But still I'm wondering what could be the problem? Software: Windows 7 x64, Audacity 2.0.6 ...
by Gale Andrews
Tue Mar 03, 2015 5:39 pm
Forum: Windows
Topic: [File Compression] Exported aac file too large
Replies: 9
Views: 2746

Re: [File Compression] Exported aac file too large

I strongly suspect that it would be easier to add libopus directly to Audacity than add explicit Opus support via FFmpeg, since libopus is not a moving target. I know that Martyn wanted to add native opus support - here is his thread about it on the Xiph.org lists http://lists.xiph.org/pipermail/opus/2013-February/001922.html ...