Thank you,
that worked :)
nano ~/.MakeMKV/settings.conf
app_DefaultSelectionString = "-sel:all,+sel:(favlang|nolang),-sel:mvcvideo,=100:all,-10:favlang,+sel:attachment"
Also found this in the forum while searching around:
Changing default track selection
https://forum.makemkv.com/forum ...
Search found 18 matches
- Wed Oct 09, 2024 7:52 am
- Forum: MakeMKV for Linux
- Topic: Default profile does not select "Attachment" cover.jpg | CLI
- Replies: 2
- Views: 4885
- Tue Oct 08, 2024 1:34 pm
- Forum: MakeMKV for Linux
- Topic: Default profile does not select "Attachment" cover.jpg | CLI
- Replies: 2
- Views: 4885
Default profile does not select "Attachment" cover.jpg | CLI
I am trying to figure out how to back up a BD UHD disc from
the CLI.
But when looking at the GUI, the " Attachment jpeg 640x360 cover.jpg "
does not get automatically selected ....
Looking in the MakeMKV settings:
Advanced:
Options:
Default profile:
-sel:all,+sel:(favlang|nolang),-sel:mvcvideo ...
the CLI.
But when looking at the GUI, the " Attachment jpeg 640x360 cover.jpg "
does not get automatically selected ....
Looking in the MakeMKV settings:
Advanced:
Options:
Default profile:
-sel:all,+sel:(favlang|nolang),-sel:mvcvideo ...
- Tue Oct 08, 2024 12:15 pm
- Forum: MakeMKV for Linux
- Topic: SDFtool Flasher firmware backup
- Replies: 3
- Views: 5510
[SOLVED] Re: SDFtool Flasher firmware backup
I am playing around with what the tools that come part of MakeMKV can do,
and just wanted to back up the firmware if I can ..... on the drive ....
Thanx for the info
and just wanted to back up the firmware if I can ..... on the drive ....
Thanx for the info
- Tue Oct 08, 2024 11:49 am
- Forum: MakeMKV for Linux
- Topic: SDFtool Flasher firmware backup
- Replies: 3
- Views: 5510
SDFtool Flasher firmware backup
I am trying to backup firmware from my drive under Debian 12/MakeMKV 1.17.8
# Lists all available drives
sdftool --list
Found 1 drives(s)
00: dev_21:0, /dev/sr0, /dev/sr0
PIONEER_BD-RW___BDR-UD04_1.14_XyXyXyXyXyXy
# Dump drive firmware
sdftool -d /dev/sr0 dump -o $HOME/.MakeMKV/ -vvvv ...
# Lists all available drives
sdftool --list
Found 1 drives(s)
00: dev_21:0, /dev/sr0, /dev/sr0
PIONEER_BD-RW___BDR-UD04_1.14_XyXyXyXyXyXy
# Dump drive firmware
sdftool -d /dev/sr0 dump -o $HOME/.MakeMKV/ -vvvv ...
- Tue Oct 08, 2024 11:31 am
- Forum: MakeMKV for Linux
- Topic: Is There a Linux GUI for SDFTool Flasher?
- Replies: 3
- Views: 7954
Re: Is There a Linux GUI for SDFTool Flasher?
I prefer the CLI, but Is the
/usr/bin/sdftool --help
not part of the MakeMKV installation?
:/tmp/makemkv-oss-1.17.8$
sudo make install
/usr/bin/install -c -D -m 644 out/libdriveio.so.0 /usr/lib/libdriveio.so.0
/usr/bin/install -c -D -m 644 out/libmakemkv.so.1 /usr/lib/libmakemkv.so.1
/usr/bin ...
/usr/bin/sdftool --help
not part of the MakeMKV installation?
:/tmp/makemkv-oss-1.17.8$
sudo make install
/usr/bin/install -c -D -m 644 out/libdriveio.so.0 /usr/lib/libdriveio.so.0
/usr/bin/install -c -D -m 644 out/libmakemkv.so.1 /usr/lib/libmakemkv.so.1
/usr/bin ...
- Tue Oct 08, 2024 10:01 am
- Forum: MakeMKV for Linux
- Topic: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
- Replies: 11
- Views: 14143
[SOLVED] Re: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
In Debian 12, when building the FFMpeg, PATH
"/tmp/ffmpeg/lib/pkgconfig"
does not get created ........
Did you do make install on ffmpeg after it's finished compiling?
The files won't magically appear in the prefix by itself.
I missed your post...
Nope :(
And this is where the problem is ...
- Mon Oct 07, 2024 12:28 pm
- Forum: MakeMKV for Linux
- Topic: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
- Replies: 11
- Views: 14143
Re: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
As you can see from the below "asciinema" recordings on a brand new VPS
compiling of the latest FFMpeg 7.1 on Debian 12 results with the "bin" files
being compiled in the unpacked TAR archive DIR,
rather then specific location :(
View the recording at:
https://asciinema.org/a ...
compiling of the latest FFMpeg 7.1 on Debian 12 results with the "bin" files
being compiled in the unpacked TAR archive DIR,
rather then specific location :(
View the recording at:
https://asciinema.org/a ...
- Mon Oct 07, 2024 8:27 am
- Forum: MakeMKV for Linux
- Topic: makemkv for linux installation feedback -
- Replies: 1
- Views: 8305
Re: makemkv for linux installation feedback -
Compiling Guide for FFMpeg found here:
https://trac.ffmpeg.org/wiki/CompilationGuide
addresses this.
So if you are on Debian based distro, details are here:
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
and to get all the dependencies you will do:
sudo apt update -qq && sudo apt -y ...
https://trac.ffmpeg.org/wiki/CompilationGuide
addresses this.
So if you are on Debian based distro, details are here:
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
and to get all the dependencies you will do:
sudo apt update -qq && sudo apt -y ...
- Fri Oct 04, 2024 5:18 pm
- Forum: MakeMKV for Linux
- Topic: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
- Replies: 11
- Views: 14143
Re: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
I think I am getting the hang of it :)
The " MakeMKV 1.17.8 for Linux is available " guide says:
OPTIONAL: Building with latest " libavcodec "
Starting with version 1.8.6 MakeMKV links directly to libavcodec.
Please note that most distributions ship a very outdated version of libavcodec ...
The " MakeMKV 1.17.8 for Linux is available " guide says:
OPTIONAL: Building with latest " libavcodec "
Starting with version 1.8.6 MakeMKV links directly to libavcodec.
Please note that most distributions ship a very outdated version of libavcodec ...
- Fri Oct 04, 2024 3:39 pm
- Forum: Forum and Website discussions
- Topic: FAQ link from makemkv.com is broken
- Replies: 4
- Views: 56888
Re: FAQ link from makemkv.com is broken
Still broken :(
Also has the support for "Streaming" been removed from "makemkvcon"?
$ makemkvcon stream --upnp=1 --cache=128 --bindip=192.168.1.123 --bindport=51000 --messages=-none
Deprecated option ignored
Deprecated option ignored
Deprecated option ignored
Invalid command: stream
Also has the support for "Streaming" been removed from "makemkvcon"?
$ makemkvcon stream --upnp=1 --cache=128 --bindip=192.168.1.123 --bindport=51000 --messages=-none
Deprecated option ignored
Deprecated option ignored
Deprecated option ignored
Invalid command: stream
- Fri Oct 04, 2024 2:22 pm
- Forum: MakeMKV for Linux
- Topic: registering using makemkvcon
- Replies: 17
- Views: 48909
Re: registering using makemkvcon
Yes I know that:
nano ~/.MakeMKV/settings.conf
app_Key = "T-WaI15n3jLrzWU88y7liOljd7UIR0mormcZo2oO5xt_9CSj3Mg6mOxR1eUvU_CA569e" #end of October 2024
will store the KEY that is valid until the end of October 2024 .....
but wanted to check if it is now working in new version 1.17.8 from the ...
nano ~/.MakeMKV/settings.conf
app_Key = "T-WaI15n3jLrzWU88y7liOljd7UIR0mormcZo2oO5xt_9CSj3Mg6mOxR1eUvU_CA569e" #end of October 2024
will store the KEY that is valid until the end of October 2024 .....
but wanted to check if it is now working in new version 1.17.8 from the ...
- Fri Oct 04, 2024 11:26 am
- Forum: MakeMKV for Linux
- Topic: uninstall MakeMKV on Linux Debian
- Replies: 2
- Views: 15471
Re: uninstall MakeMKV on Linux Debian
Older versions of MakeMKV/Debian supported the flowing:
CD to a DIR where you compiled the MakeMKV....
cd ~/makemkv-bin-1.17.8
sudo make uninstall
cd ~/makemkv-oss-1.17.8
sudo make uninstall
#OR
sudo dpkg -r makemkv_v1.17.8_oss
sudo dpkg -r makemkv_v1.17.8_bin
I guess that MakeMKV installs ...
CD to a DIR where you compiled the MakeMKV....
cd ~/makemkv-bin-1.17.8
sudo make uninstall
cd ~/makemkv-oss-1.17.8
sudo make uninstall
#OR
sudo dpkg -r makemkv_v1.17.8_oss
sudo dpkg -r makemkv_v1.17.8_bin
I guess that MakeMKV installs ...
- Fri Oct 04, 2024 10:20 am
- Forum: MakeMKV for Linux
- Topic: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
- Replies: 11
- Views: 14143
Re: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
Thank you for taking your time and going through the setup again.
I have tried it on a brand new install of Debian 12.
View the recording at: https://asciinema.org/a/ZiwhBSrRuWyJy3SmOS0lMgJ7T
(Recordings uploaded from unrecognized systems, such as this one, are automatically
deleted 7 days after ...
I have tried it on a brand new install of Debian 12.
View the recording at: https://asciinema.org/a/ZiwhBSrRuWyJy3SmOS0lMgJ7T
(Recordings uploaded from unrecognized systems, such as this one, are automatically
deleted 7 days after ...
- Wed Oct 02, 2024 6:10 pm
- Forum: MakeMKV for Linux
- Topic: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
- Replies: 11
- Views: 14143
Re: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
When building the MakeMKV - "makemkv-oss" with support for FLAC encoder
it points to NONE EXISTENT PATH in FFMpeg build .....
PKG_CONFIG_PATH=......./tmp/ffmpeg/lib/pkgconfig.....
PKG_CONFIG_PATH=/tmp/ffmpeg/lib/pkgconfig ./configure
make
sudo make install
In Debian 12, when building the ...
it points to NONE EXISTENT PATH in FFMpeg build .....
PKG_CONFIG_PATH=......./tmp/ffmpeg/lib/pkgconfig.....
PKG_CONFIG_PATH=/tmp/ffmpeg/lib/pkgconfig ./configure
make
sudo make install
In Debian 12, when building the ...
- Wed Oct 02, 2024 11:30 am
- Forum: MakeMKV for Linux
- Topic: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
- Replies: 11
- Views: 14143
Re: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
The "~/ffmpeg-7.0.2" DIR was created after extracting
files from the "ffmpeg-7.0.2.tar.bz2" archive using
"tar -jxvf ffmpeg-7.0.2.tar.bz2"
The "/tmp/ffmpeg" DIR should have been created
when FFMpeg was build,
but is instead build in "~/ffmpeg-7.0.2" on Debian 12 .....
As i understand it, when ...
files from the "ffmpeg-7.0.2.tar.bz2" archive using
"tar -jxvf ffmpeg-7.0.2.tar.bz2"
The "/tmp/ffmpeg" DIR should have been created
when FFMpeg was build,
but is instead build in "~/ffmpeg-7.0.2" on Debian 12 .....
As i understand it, when ...