Search found 6 matches
- Sun Apr 27, 2025 2:50 pm
- Forum: MakeMKV for Linux
- Topic: Compile error with new ffmpeg
- Replies: 1
- Views: 1686
Re: Compile error with new ffmpeg
I looked at the ffmpeg git repo, and found that avcodec_close() was deprecated, and now has been removed. Please see commit 0d48da2db in the ffmpeg source git: avcodec: remove deprecated FF_API_AVCODEC_CLOSE Deprecated since 2024-02-09. Signed-off-by: James Almer <jamrial@gmail.com> There is also th...
- Sun Apr 27, 2025 2:36 pm
- Forum: MakeMKV for Linux
- Topic: Compile error with new ffmpeg
- Replies: 1
- Views: 1686
Compile error with new ffmpeg
I just downloaded a new copy of the ffmpeg snapshot (2025-04-27). ffmpeg built properly, but when I tried building makemkv-oss-1.18.1 I got a few errors. I attached the build log, but here are the highlights: libffabi/src/ffabi.c:214:9: error: implicit declaration of function ‘avcodec_close’; did yo...
- Wed Jan 17, 2024 6:57 pm
- Forum: Advanced MakeMKV usage
- Topic: Problem with upgrade to 1.17.5
- Replies: 1
- Views: 6562
Re: Problem with upgrade to 1.17.5
I just tried 1.17.4 and it works ok also. So it appears my problem is caused by some change between 1.17.4 and 1.17.5.
- Wed Jan 17, 2024 4:51 pm
- Forum: Advanced MakeMKV usage
- Topic: Problem with upgrade to 1.17.5
- Replies: 1
- Views: 6562
Problem with upgrade to 1.17.5
I am using Fedora Linux, and I just tried upgrading to 1.17.5. It generally works; I was able to backup a blu-ray, but when I try selecting a custom profile to convert audio to AC3, I get errors: Saving 1 titles into directory /home/sfalco/Videos/Colossus- The Forbin Project using profile 'My AC3' f...
- Thu Oct 14, 2021 4:26 pm
- Forum: MakeMKV for Linux
- Topic: Fedora Linux converting to AAC fails - no library
- Replies: 2
- Views: 4938
Re: Fedora Linux converting to AAC fails - no library
Thanks - I'll give that a try.
- Wed Oct 13, 2021 4:57 pm
- Forum: MakeMKV for Linux
- Topic: Fedora Linux converting to AAC fails - no library
- Replies: 2
- Views: 4938
Fedora Linux converting to AAC fails - no library
I am trying to rip the main title from The Wizard of Oz 75th Anniversary BD, while converting audio to AAC using the AAC-stereo profile. I get the error "LIBMKV_TRACE: encoder 'libfdk_aac' not found in ffmpeg/libavcodec library" On my system, I apparently have two libfdk_aac libraries: /us...