Search found 12 matches
- Wed Mar 19, 2025 5:55 pm
- Forum: MakeMKV for Linux
- Topic: Fix libmakemkv1 tight versioned dependency on libavcodec due to call to private function
- Replies: 1
- Views: 484
Fix libmakemkv1 tight versioned dependency on libavcodec due to call to private function
I made this patch to import code from private libavcodec mpegaudiodecheader avpriv_mpegaudio_decode_header in libmakemkv1 instead of calling this libavcodec private function. https://salsa.debian.org/BenTheTechGuy/makemkv-oss/-/merge_requests/1/diffs#diff-content-8fb0fe30a4ea7c333689fe282070804d6e3f...
- Wed Feb 05, 2025 9:55 pm
- Forum: MakeMKV for Linux
- Topic: Unofficial packaging for Debian available
- Replies: 23
- Views: 46056
Re: Unofficial packaging for Debian available
I made a debian patch to bring the private function call code into the makemkv library (and thus avoid debian pacakge build tool dh_shlibs from setting a very tight versioned dependency. https://salsa.debian.org/BenTheTechGuy/makemkv-oss/-/merge_requests/1 I believe it is good for upstream makemkv t...
- Thu Dec 12, 2024 1:37 am
- Forum: DVD discs
- Topic: Drive won't work on Debian
- Replies: 5
- Views: 2086
Re: Drive won't work on Debian
Do you mean in your first unsuccessful attempt, you installed makemkv as a deb package? Mind if a program is installed as a deb there are no switches to turn on to give the container access because there is no container (be it snap, flatpak, etc). If you can play the dvd from the drive it means your...
- Thu Dec 12, 2024 1:12 am
- Forum: DVD discs
- Topic: OS Error when ripping certain DVDs
- Replies: 3
- Views: 1245
Re: MKV Error when Reading DVDs
I got an ASUS BW-16D1HT - ultra-fast 16X Blu-ray burner with M-DISC on my PC when I put the DVD in the Drive it read the DVD said 3 Episodes but there are 4 Episodes out of 6 DVDs I am missing 6 Episodes can I get some HELP :?: :?: :?: :!: Please open a new thread for your issue unrelated to this t...
- Tue Nov 19, 2024 4:28 pm
- Forum: DVD discs
- Topic: makemkv cannot rip DVD Avatar WoW EAN 8717418615499 but brasero can
- Replies: 0
- Views: 1233
makemkv cannot rip DVD Avatar WoW EAN 8717418615499 but brasero can
When I attempt to rip to an iso the dvd of "Avatar : La Voie de l'eau (2022)- EAN 8717418615499" (French edition) I get (with debug): 005072:0000 Sauvegarde du disque dans le dossier "<xxxx> RIP issues/A/Avatar : La Voie de l'eau (2022) - DVD - EAN 8717418615499/Avatar_ The Way of Wat...
- Fri Aug 16, 2024 1:14 pm
- Forum: MakeMKV for Linux
- Topic: Unofficial packaging for Debian available
- Replies: 23
- Views: 46056
Re: Unofficial packaging for Debian available
Should I report the issue that makemkv uses a private call somewhere else than this forum ? A hack is to build libmakemkv1 without this avpriv_mpegaudio_decode_header call, bit I am afraid makemkvconv might misbehave randomly. Maybe the private ffmpeg function code could be copied to libmakemkv1 to ...
- Tue Jun 04, 2024 7:57 pm
- Forum: DVD discs
- Topic: MEDIUM ERROR:L-EC UNCORRECTABLE ERROR
- Replies: 23
- Views: 144712
Re: MEDIUM ERROR:L-EC UNCORRECTABLE ERROR
Necromancy, but might be of help to surfers. Had this on a brand new DVD 21:23:05 cyclope kernel: scsi_io_completion_action: 27 callbacks suppressed juin 04 21:23:05 cyclope kernel: sr 5:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=3s juin 04 21:23:05 cyclope kernel...
- Mon Jun 03, 2024 3:25 pm
- Forum: MakeMKV for Linux
- Topic: Could the call to ffmpeg private avpriv_mpegaudio_decode_header symbol be replaced to avoid getting tight dependency
- Replies: 2
- Views: 5340
Re: Could the call to ffmpeg private avpriv_mpegaudio_decode_header symbol be replaced to avoid getting tight dependency
EDIT: I miss understood the actual question so, unless the ffmpeg file is replaced before makemkvcon builds against it, it's pointless. I'm also not sure why it is assumed that only this header routine is what requires full ffmpeg. avpriv_...() is a getter function while ff_mpa_...() is a (useless?...
- Mon Jun 03, 2024 12:15 am
- Forum: MakeMKV for Linux
- Topic: Could the call to ffmpeg private avpriv_mpegaudio_decode_header symbol be replaced to avoid getting tight dependency
- Replies: 2
- Views: 5340
Could the call to ffmpeg private avpriv_mpegaudio_decode_header symbol be replaced to avoid getting tight dependency
As I reported in https://forum.makemkv.com/forum/viewtopic.php?p=151247#p151247, the use of avpriv_mpegaudio_decode_header in libffabi/src/ffabi.c ffm_mpa_decode_header, make the deb to depends on the full ffmpeg version (ie exactly7:6.1.1-3 hen build against ffmpeg 7:6.1.1-3). I did not investigate...
- Wed Apr 03, 2024 12:43 pm
- Forum: MakeMKV for Linux
- Topic: Unofficial packaging for Debian available
- Replies: 23
- Views: 46056
Re: Unofficial packaging for Debian available
I'm not a debian packaging expert, but I think the issue is that you have libmakemkv1 depending directly on the upstream reversion of libavcodec60 (=7:6.1.1-1) and not a slightly more generic version (>=7:6.1.1), i.e. drop the -1 so that the dmo package -dmo1 can be used, as you have for libavutil5...
- Sat Mar 16, 2024 5:53 am
- Forum: MakeMKV for Linux
- Topic: Unofficial packaging for Debian available
- Replies: 23
- Views: 46056
Re: Unofficial packaging for Debian available
Thanks. It turns out I just rebuilt the packages from your sources against the unstable repository and the dependencies were updated accordingly. Only libssl3t64 dependency has changed so on next upgrade all packages were set back to your repository versions instead of my local builds except libmake...
- Wed Mar 13, 2024 12:45 am
- Forum: MakeMKV for Linux
- Topic: Unofficial packaging for Debian available
- Replies: 23
- Views: 46056
Re: Unofficial packaging for Debian available
Could you provide sid/unstable packages taking into account the 64-bit time_t transition (t64 suffix) in sid/unstable currently in progress?