Looks like Crtl + B
From https://wiki.videolan.org/QtHotkeys/
Search found 9 matches
- Fri Jul 04, 2025 7:44 pm
- Forum: DVD discs
- Topic: VLC player: key combinations to create bookmarks?
- Replies: 1
- Views: 261
- Fri Jun 20, 2025 5:55 pm
- Forum: Blu-ray discs
- Topic: [Solved, thank you!] Decrypt AACS v82 disc
- Replies: 7
- Views: 1004
Re: Decrypt AACS v82 disc
Download from http://fvonline-db.bplaced.net/
- Sun May 12, 2024 7:02 am
- Forum: General MakeMKV discussion
- Topic: MakeMKV, just BUY it already.....
- Replies: 47
- Views: 35521
Re: MakeMKV, just BUY it already.....
- Wed Apr 24, 2024 12:10 pm
- Forum: MakeMKV for Linux
- Topic: Help MakeMKV with docker container
- Replies: 7
- Views: 11362
Re: Help MakeMKV with docker container
Do you run a firewall in Linux?
If you are using firewalld you need to create a policy add the docker interface to the ingress zone and whatever your LAN interface is to the egress zone, otherwise docker will have no internet access.
If you are using firewalld you need to create a policy add the docker interface to the ingress zone and whatever your LAN interface is to the egress zone, otherwise docker will have no internet access.
- Thu Feb 08, 2024 2:41 pm
- Forum: Advanced MakeMKV usage
- Topic: Dumb question ?
- Replies: 5
- Views: 9092
Re: Dumb question ?
In case you are using Linux (or someone who finds this question is), you can use mkisofs. The syntax is: mkisofs -udf -iso-level "3" -input-charset "utf-8" -o <name_of_file_to_create>.iso <source_directory> EDIT: Sorry, just read your question again. I don't think this method wou...
- Thu Nov 09, 2023 5:11 pm
- Forum: MakeMKV for Linux
- Topic: Flashing disc drives.
- Replies: 14
- Views: 14021
Re: Flashing disc drives.
The drive identifier doesn't look correct. What is the output of:
/usr/bin/makemkvcon f -l
It will be easier just to replace all spaces in the firmware name with underscores, otherwise you have to escape them with \
/usr/bin/makemkvcon f -l
It will be easier just to replace all spaces in the firmware name with underscores, otherwise you have to escape them with \
- Mon Nov 06, 2023 9:44 am
- Forum: MakeMKV for Linux
- Topic: Flashing disc drives.
- Replies: 14
- Views: 14021
Re: Flashing disc drives.
Here is how I flashed my drive a while ago (I had moved the sdf.bin and the firmware file to /tmp/asus): First get drive identifier (first section after 00:, e.g. dev_21:1): /usr/bin/makemkvcon f -l Then flash drive: /usr/bin/makemkvcon f -d 'dev_21:1' -f /tmp/asus/sdf.bin rawflash enc -i /tmp/asus/...
- Thu Jun 01, 2023 2:48 pm
- Forum: General MakeMKV discussion
- Topic: Converting to mp4 for plex direct playback
- Replies: 4
- Views: 3685
- Thu May 04, 2023 1:27 pm
- Forum: MakeMKV for Linux
- Topic: Does MakeMKV work on Arch Linux?
- Replies: 2
- Views: 7570
Re: Does MakeMKV work on Arch Linux?
I know it's not Arch, but I use the AUR package on Manjaro.