Why do I receive an error when I export to an FFmpeg format?
If you receive a “cannot find audio codec” error when exporting to an FFmpeg format, the FFmpeg library you are linking to does not support this codec. To export to this format, you will need a build of the FFmpeg library that supports this codec. Distributable libraries will not include support for AMR narrow band or wide band, due to licensing issues. Exporting to AMR will return the error “FFmpeg cannot find audio codec 0x12000” (or “0x 12001” in the case of wide band). To obtain AMR export (and import) support, you could build FFmpeg yourself from source and enable libamr_nb and/or libamr_wb in the configure step. Other Frequently Asked Questions…
Related Questions
- I get an error when downloading the release version of the Macintosh software in StuffIt format. Why would I get an error if I had no trouble with the demo version download?
- Although I can export a small file, I cannot export my large raster to BMP / TIFF / GeoTIFF format. Is this an error?
- I want to export a PDF file into RTF/Word format. What is the quickest way of doing this?