[MacPorts] #53438: Audacity can't find ffmpeg
MacPorts
noreply at macports.org
Mon Jan 30 16:41:15 UTC 2017
#53438: Audacity can't find ffmpeg
--------------------------+----------------------
Reporter: rpspringuel | Owner: RJVB
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: audacity |
--------------------------+----------------------
Comment (by RJVB):
What OS version are you seeing this on?
I updated my port:ffmpeg to the current 3.2.2 and audacity immediately saw
the new ffmpeg libraries. m4a import still works.
FWIW, I have a personal ffmpeg-2 port that's active. When I open the
Audacity log (under the Help menu), I see this:
{{{
17:38:19: Trying to load FFmpeg libraries...
17:38:19: mLibAVFormatPath
('/opt/local/lib/libavformat-2.56.40.101.dylib') is not empty. Loading
from it.
17:38:19: Checking for monolithic avformat from
'/opt/local/lib/libavformat-2.56.40.101.dylib'.
17:38:19: avformat not monolithic
17:38:19: Loading avutil from
'/opt/local/lib/libavutil-2.54.31.100.dylib'.
17:38:19: Loading avcodec from
'/opt/local/lib/libavcodec-2.56.60.100.dylib'.
17:38:19: Loading avformat from
'/opt/local/lib/libavformat-2.56.40.101.dylib'.
17:38:19: Actual avutil path /opt/local/lib/libavutil-2.54.31.100.dylib
17:38:19: Actual avcodec path /opt/local/lib/libavcodec-2.56.60.100.dylib
17:38:19: Actual avformat path
/opt/local/lib/libavformat-2.56.40.101.dylib
17:38:19: Importing symbols...
17:38:19: All symbols loaded successfully. Initializing the library.
17:38:19: Retrieving FFmpeg library version numbers:
17:38:19: AVCodec version 0x383c64 - 56.60.100 (built against 0x393065
- 57.48.101)
17:38:19: AVFormat version 0x382865 - 56.40.101 (built against 0x392964
- 57.41.100)
17:38:19: AVUtil version 0x361f64 - 54.31.100 (built against 0x371c64 -
55.28.100)
17:38:19: Error: AVCodec version mismatch = -1
17:38:19: Error: AVFormat version mismatch = -1
17:38:19: Error: AVUtil version mismatch = -1
17:38:19: Error: Version mismatch. FFmpeg libraries are unusable.
17:38:19: Trying to load FFmpeg libraries from default path,
'/opt/local/lib/libavformat.57.dylib'.
17:38:19: Checking for monolithic avformat from
'/opt/local/lib/libavformat.57.dylib'.
17:38:19: avformat not monolithic
17:38:19: Loading avutil from '/opt/local/lib/libavutil.55.34.100.dylib'.
17:38:19: Loading avcodec from
'/opt/local/lib/libavcodec.57.64.101.dylib'.
17:38:19: Loading avformat from '/opt/local/lib/libavformat.57.dylib'.
17:38:19: Actual avutil path /opt/local/lib/libavutil.55.34.100.dylib
17:38:19: Actual avcodec path /opt/local/lib/libavcodec.57.64.101.dylib
17:38:19: Actual avformat path /opt/local/lib/libavformat.57.56.100.dylib
17:38:19: Importing symbols...
17:38:19: All symbols loaded successfully. Initializing the library.
17:38:19: Retrieving FFmpeg library version numbers:
17:38:19: AVCodec version 0x394065 - 57.64.101 (built against 0x393065
- 57.48.101)
17:38:19: AVFormat version 0x393864 - 57.56.100 (built against 0x392964
- 57.41.100)
17:38:19: AVUtil version 0x372264 - 55.34.100 (built against 0x371c64 -
55.28.100)
17:38:19: FFmpeg libraries loaded successfully.
}}}
If you continue to see your issue, please copy the audacity log here
(inline if it's short or else as an attachment).
--
Ticket URL: <https://trac.macports.org/ticket/53438#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list