Search found 68 matches
- Sun Nov 03, 2024 9:59 pm
- Forum: Blu-ray discs
- Topic: Title selection for extras from Deadpool/Wlverine BluRaydisc
- Replies: 1
- Views: 305
Title selection for extras from Deadpool/Wlverine BluRaydisc
I purchased the BD from a local walmart. I have an LG Bluray player abd it will play the extras just fine, but once the movie stars you get this really awful audio corruption -- the best I can explain it, anyway. A LOT louder than the vase audio and adds this terrible screeching noise. I have been a...
- Tue May 21, 2024 8:30 pm
- Forum: MakeMKV for Linux
- Topic: 1.17.7 build errors on Linux Mint 21.3
- Replies: 7
- Views: 5703
Re: 1.17.7 build errors on Linux Mint 21.3
It appeared to create the necessary binaries ... Went all the way back to 1.17.3 and the same errors do not appear, but other errors do: Are these of concern? gcc -c -g -O2 -D_linux_ -D_GNU_SOURCE -D_REENTRANT -otmp/libffabi/src/ffabi.c.o -I./libabi/inc -I./libffabi/inc \ -DHAVE_BUILDINFO_H -Itmp -I...
- Tue May 21, 2024 8:07 pm
- Forum: MakeMKV for Linux
- Topic: 1.17.7 build errors on Linux Mint 21.3
- Replies: 7
- Views: 5703
Re: 1.17.7 build errors on Linux Mint 21.3
I'm on :
openssl 3.0.2-0ubuntu1.15
openssl 3.0.2-0ubuntu1.15
- Tue May 21, 2024 5:59 pm
- Forum: MakeMKV for Linux
- Topic: 1.17.7 build errors on Linux Mint 21.3
- Replies: 7
- Views: 5703
1.17.7 build errors on Linux Mint 21.3
Apologies for the wall-o-text, but hopefully someone has seen this and it's just something dumb I'm missing. As you can imagine I can't open BluRays after installling this version. configure: creating ./config.status config.status: creating Makefile config.status: creating libffabi/src/ffabicfg.h co...
- Tue Apr 04, 2023 4:42 pm
- Forum: MakeMKV for Linux
- Topic: Errors
- Replies: 3
- Views: 8427
Errors
Desktop Linux Mint 21.1 MATE installing 1.17.3.
running configure on the OSS package throws a lot of errors -- some samples follow.
Is this just normal, or should I be concerned?
gcc -c -g -O2 -D_linux_ -D_GNU_SOURCE -D_REENTRANT -otmp/libffabi/src/ffabi.c.o -I./libabi/inc -I./libffabi/inc \
-DHAVE_BUILDINFO_H -Itmp -I/usr/include/x86_64-linux-gnu -fPIC libffabi/src/ffabi.c
libffabi/src/ffabi.c: In function ‘ffm_audio_decode_put_data’:
libffabi/src/ffabi.c:334:9: warning: ‘av_init_packet’ is deprecated [-Wdeprecated-declarations]
334 | av_init_packet(&avpkt);
| ^~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/bsf.h:30,
from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:44,
from libffabi/src/ffabi.c:22:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:488:6: note: declared here
488 | void av_init_packet(AVPacket *pkt);
| ^~~~~~~~~~~~~~
libffabi/src/ffabi.c: In function ‘ffm_audio_encode_init’:
libffabi/src/ffabi.c:427:5: warning: ‘av_init_packet’ is deprecated [-Wdeprecated-declarations]
427 | av_init_packet(&ctx->pck);
| ^~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/bsf.h:30,
from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:44,
from libffabi/src/ffabi.c:22:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:488:6: note: declared here
488 | void av_init_packet(AVPacket *pkt);
| ^~~~~~~~~~~~~~
and later, this:
makemkvgui/src/mainwnd.cpp:38:5: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
38 | 0;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1299,
from makemkvgui/src/qtgui.h:18,
from makemkvgui/src/mainwnd.cpp:15:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
And
gcc -g -O2 -D_linux_ -I./mmgpl -I./mmgpl/dvdnav -I./mmgpl/dvdread -I./makemkvgui/inc -I./libmakemkv/inc \
-I./libdriveio/inc -I./libabi/inc -DLOG_DEBUG=1 -DTRACE=1 -DDVDNAV_NO_CACHE=1 -DDVDNAV_NO_LOCKING=1 -DDVDNAV_NO_TXTDT=1 -DDVDNAV_NO_ERRSTR=1 -D_GNU_SOURCE -Dstl=std -oout/mmgplsrv.full mmgpl/mmgpl.cpp mmgpl/dvdnavsrv.cpp mmgpl/dvdread.cpp mmgpl/navapi.cpp makemkvgui/src/clt_pipe.cpp mmgpl/dvdread/bitreader.c mmgpl/dvdread/ifo_read.c mmgpl/dvdread/logger.c mmgpl/dvdread/nav_read.c mmgpl/dvdnav/dvdnav.c mmgpl/dvdnav/highlight.c mmgpl/dvdnav/logger.c mmgpl/dvdnav/navigation.c mmgpl/dvdnav/settings.c mmgpl/dvdnav/vm/decoder.c mmgpl/dvdnav/vm/getset.c mmgpl/dvdnav/vm/play.c mmgpl/dvdnav/vm/rand.cpp mmgpl/dvdnav/vm/vm.c mmgpl/dvdnav/vm/vmcmd.c mmgpl/dvdnav/vm/vmget.c makemkvgui/src/api_posix.cpp makemkvgui/src/api_linux.cpp -lc -lstdc++ \
-ffunction-sections -Wl,--gc-sections -Wl,-z,defs
mmgpl/dvdread/ifo_read.c: In function ‘ifoRead_PGCIT_internal’:
mmgpl/dvdread/ifo_read.c:1943:21: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
1943 | ifoFree_PGC(&pgcit->pgci_srp[j].pgc);
| ^~~~~~~~~~~~~~~~~~~~~~~
mmgpl/dvdread/ifo_read.c: In function ‘ifoFree_PGCIT_internal’:
mmgpl/dvdread/ifo_read.c:1969:19: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
1969 | ifoFree_PGC(&(*pgcit)->pgci_srp.pgc);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
mmgpl/dvdread/ifo_read.c: In function ‘ifoRead_PGCI_UT’:
mmgpl/dvdread/ifo_read.c:2101:32: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
2101 | ifoFree_PGCIT_internal(&pgci_ut->lu[j].pgcit);
| ^~~~~~~~~~~~~~~~~~~~~
mmgpl/dvdread/ifo_read.c:2114:32: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
2114 | ifoFree_PGCIT_internal(&pgci_ut->lu[j].pgcit);
| ^~~~~~~~~~~~~~~~~~~~~
mmgpl/dvdread/ifo_read.c: In function ‘ifoFree_PGCI_UT’:
mmgpl/dvdread/ifo_read.c:2137:30: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
2137 | ifoFree_PGCIT_internal(&ifofile->pgci_ut->lu.pgcit);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running configure on the OSS package throws a lot of errors -- some samples follow.
Is this just normal, or should I be concerned?
gcc -c -g -O2 -D_linux_ -D_GNU_SOURCE -D_REENTRANT -otmp/libffabi/src/ffabi.c.o -I./libabi/inc -I./libffabi/inc \
-DHAVE_BUILDINFO_H -Itmp -I/usr/include/x86_64-linux-gnu -fPIC libffabi/src/ffabi.c
libffabi/src/ffabi.c: In function ‘ffm_audio_decode_put_data’:
libffabi/src/ffabi.c:334:9: warning: ‘av_init_packet’ is deprecated [-Wdeprecated-declarations]
334 | av_init_packet(&avpkt);
| ^~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/bsf.h:30,
from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:44,
from libffabi/src/ffabi.c:22:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:488:6: note: declared here
488 | void av_init_packet(AVPacket *pkt);
| ^~~~~~~~~~~~~~
libffabi/src/ffabi.c: In function ‘ffm_audio_encode_init’:
libffabi/src/ffabi.c:427:5: warning: ‘av_init_packet’ is deprecated [-Wdeprecated-declarations]
427 | av_init_packet(&ctx->pck);
| ^~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/bsf.h:30,
from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:44,
from libffabi/src/ffabi.c:22:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:488:6: note: declared here
488 | void av_init_packet(AVPacket *pkt);
| ^~~~~~~~~~~~~~
and later, this:
makemkvgui/src/mainwnd.cpp:38:5: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
38 | 0;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1299,
from makemkvgui/src/qtgui.h:18,
from makemkvgui/src/mainwnd.cpp:15:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
And
gcc -g -O2 -D_linux_ -I./mmgpl -I./mmgpl/dvdnav -I./mmgpl/dvdread -I./makemkvgui/inc -I./libmakemkv/inc \
-I./libdriveio/inc -I./libabi/inc -DLOG_DEBUG=1 -DTRACE=1 -DDVDNAV_NO_CACHE=1 -DDVDNAV_NO_LOCKING=1 -DDVDNAV_NO_TXTDT=1 -DDVDNAV_NO_ERRSTR=1 -D_GNU_SOURCE -Dstl=std -oout/mmgplsrv.full mmgpl/mmgpl.cpp mmgpl/dvdnavsrv.cpp mmgpl/dvdread.cpp mmgpl/navapi.cpp makemkvgui/src/clt_pipe.cpp mmgpl/dvdread/bitreader.c mmgpl/dvdread/ifo_read.c mmgpl/dvdread/logger.c mmgpl/dvdread/nav_read.c mmgpl/dvdnav/dvdnav.c mmgpl/dvdnav/highlight.c mmgpl/dvdnav/logger.c mmgpl/dvdnav/navigation.c mmgpl/dvdnav/settings.c mmgpl/dvdnav/vm/decoder.c mmgpl/dvdnav/vm/getset.c mmgpl/dvdnav/vm/play.c mmgpl/dvdnav/vm/rand.cpp mmgpl/dvdnav/vm/vm.c mmgpl/dvdnav/vm/vmcmd.c mmgpl/dvdnav/vm/vmget.c makemkvgui/src/api_posix.cpp makemkvgui/src/api_linux.cpp -lc -lstdc++ \
-ffunction-sections -Wl,--gc-sections -Wl,-z,defs
mmgpl/dvdread/ifo_read.c: In function ‘ifoRead_PGCIT_internal’:
mmgpl/dvdread/ifo_read.c:1943:21: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
1943 | ifoFree_PGC(&pgcit->pgci_srp[j].pgc);
| ^~~~~~~~~~~~~~~~~~~~~~~
mmgpl/dvdread/ifo_read.c: In function ‘ifoFree_PGCIT_internal’:
mmgpl/dvdread/ifo_read.c:1969:19: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
1969 | ifoFree_PGC(&(*pgcit)->pgci_srp.pgc);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
mmgpl/dvdread/ifo_read.c: In function ‘ifoRead_PGCI_UT’:
mmgpl/dvdread/ifo_read.c:2101:32: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
2101 | ifoFree_PGCIT_internal(&pgci_ut->lu[j].pgcit);
| ^~~~~~~~~~~~~~~~~~~~~
mmgpl/dvdread/ifo_read.c:2114:32: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
2114 | ifoFree_PGCIT_internal(&pgci_ut->lu[j].pgcit);
| ^~~~~~~~~~~~~~~~~~~~~
mmgpl/dvdread/ifo_read.c: In function ‘ifoFree_PGCI_UT’:
mmgpl/dvdread/ifo_read.c:2137:30: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
2137 | ifoFree_PGCIT_internal(&ifofile->pgci_ut->lu.pgcit);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Tue Apr 04, 2023 4:32 pm
- Forum: MakeMKV for Linux
- Topic: Does makemkv call home on each invocation?
- Replies: 2
- Views: 4107
Does makemkv call home on each invocation?
Or just an unfortunate choice of error code? Tried to start it up on my Mint desktop today and I got a popup with this message: "NO_ANSWER_FROM_MAKEMKVCON" If I start it from the cli, I also see it failing to open /usr/bin/makemkvcon: error while loading shared libraries: libcrypto.so.1.1 ...
- Sat Apr 30, 2022 2:33 pm
- Forum: MakeMKV for Linux
- Topic: Really dumb question about MakeMKV icons
- Replies: 1
- Views: 3766
Re: Really dumb question about MakeMKV icons
Replying to my own post, but while I have not _solved_ this, I do have a work around.
I mounted the drive from my previous install and copied the icon from the hicolor/128x128/app directory over to the new icons folder, and it works.
Maybe the icons from the 1.16.7 install are corrupted?
Dunno.
I mounted the drive from my previous install and copied the icon from the hicolor/128x128/app directory over to the new icons folder, and it works.
Maybe the icons from the 1.16.7 install are corrupted?
Dunno.
- Sat Apr 30, 2022 2:27 pm
- Forum: MakeMKV for Linux
- Topic: Really dumb question about MakeMKV icons
- Replies: 1
- Views: 3766
Really dumb question about MakeMKV icons
I run MakeMKV in Linux (Thank you _everyone_ that makes this possible!!). Edit: MakeMKV ver 1.16.7 I just updated to Mint 20.3 with a MATE desktop. MakeMKV is all installed, registered and working fine - no complaints there. But for the life of me I can't get any of the makemkv icons to work in eith...
- Thu Mar 30, 2017 11:53 am
- Forum: DVD discs
- Topic: manchester by the sea
- Replies: 3
- Views: 11052
Re: manchester by the sea
I have the US commercial BD+DVD package and the DVD gives these errors on opening and Title #5 fails to rip, but the movie is title #6. MakeMKV v1.10.5 linux(x64-release) started Debug logging enabled, log will be saved as /home/~/MakeMKV_log.txt Using direct disc access mode Title #1 has length of ...
- Sat Mar 25, 2017 11:16 pm
- Forum: Blu-ray discs
- Topic: Allied - - on Linux
- Replies: 0
- Views: 10344
Allied - - on Linux
Mint MATE desktop: 4.4.0-67-generic #88-Ubuntu SMP Wed Mar 8 16:34:45 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux 1.10.4 of MakeMKV. Rip hasn't finished yet, but I don't anticipate good things. Any fix for this? Saving 12 titles into directory /home/dale/Videos/Allied DEBUG: Code 2147483647 at "!?m...
- Sun Feb 05, 2017 11:12 pm
- Forum: Blu-ray discs
- Topic: Mechanic: Resurrection-Correct playlist?
- Replies: 31
- Views: 80080
Re: Mechanic: Resurrection-Correct playlist?
I have a Blu-Ray + DVD combo from The Movie Trading Company.
UPC 31398 25290 0 80
Not a single one of the 405 potential output files has a segment map that begins with 510.
Anyone have a hint as to which one may correct?
UPC 31398 25290 0 80
Not a single one of the 405 potential output files has a segment map that begins with 510.
Anyone have a hint as to which one may correct?
- Sat Dec 03, 2016 4:04 am
- Forum: Blu-ray discs
- Topic: Nerve -- and the selection/deselction process
- Replies: 1
- Views: 1344794
Nerve -- and the selection/deselction process
in the MakeMKV GUI. I just unselected everyone of the options for the movie Nerve. Any chance the MakeMKV user interface might get some basic mass selection/deselection functions? "Select All" or "Deslect All"? I saw elsewhere someone had luck with 887.mpls. I'm trying that now a...
- Sat Sep 17, 2016 7:08 pm
- Forum: MakeMKV for Linux
- Topic: makemkvcon and headless operation
- Replies: 6
- Views: 38125
makemkvcon and headless operation
I have been digging around and can't find any good information on building or moving makemkvcon on a headless, CLI only system for scripted only operation. I'm looking to use makemkvcon an a minimal server installation of Ubuntu LTS (currently 14 but it will eventually move to 16, whcih means a kern...
- Thu Aug 11, 2016 1:34 am
- Forum: MakeMKV for Linux
- Topic: How to extract keys for use in VLC?
- Replies: 1
- Views: 8413
How to extract keys for use in VLC?
Is there a way to extract the information needed to add to the KEYDB.cfg file for VLC?
- Sun Aug 07, 2016 8:55 pm
- Forum: MakeMKV for Linux
- Topic: Selecting a "Playlist" in Linux
- Replies: 1
- Views: 10098
Selecting a "Playlist" in Linux
I am trying to extract "Dirty Grandpa" and it is one of the LionsGate titles that presents many multiple of 31.5GB movie titles. I find reference on the board here to selecting "Playlist 573", however there is nothing in the interface that even distinguishes one track from anothe...