Site Map - skip to main content

Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes every weekday Monday through Friday.
This page was generated by The HPR Robot at


hpr3294 :: Update to MakeMKV to back up media

Update to MakeMKV to back up media, now on Raspberry Pi

<< First, < Previous, , Latest >>

Thumbnail of Archer72
Hosted by Archer72 on 2021-03-18 is flagged as Clean and is released under a CC-BY-SA license.
dvd, blu-ray, backup, nnn. (Be the first).
The show is available on the Internet Archive at: https://archive.org/details/hpr3294

Listen in ogg, spx, or mp3 format. Play now:

Duration: 00:06:18

general.

This is an update on my previous episode hpr3179 :: MakeMKV to back up media.

In the past month, MakeMKV.com has been updated to include Raspberry Pi support.

Sources:

It was a very uneventful "It's here"

MakeMV on Raspberry Pi (ARM)
MakeMV on Raspberry Pi (ARM)
Click the thumbnail to see the full-sized image

wget https://www.makemkv.com/download/makemkv-bin-1.16.1.tar.gz
wget https://www.makemkv.com/download/makemkv-oss-1.16.1.tar.gz

Unpack both packages and starting from source package and do the following steps:

For makemkv-oss package:

./configure
make
sudo make install

For makemkv-bin package:

make
sudo make install

Install ccextractor and necessary packages

sudo apt install libtesseract-dev autoconf sysconftool

git clone https://github.com/CCExtractor/ccextractor.git
cd ccextractor/linux/
./build

nnn: command line file browser with vim-like keybindings

https://github.com/jarun/nnn

Script to rip TV episodes

makemkv.tv.sh

#!/bin/bash
#echo "Series?"
series=Battlestar
echo "Series: $series"
echo "What Season is this?"
read season
echo "Season: $season"
echo "Which disc # is this?"
read disknum
echo "This is disk #$disknum"
echo "Starting with which episode?"
read episode

eject -x20
mkdir ""disc."$disknum"
makemkvcon mkv --progress=-same --minlength=2100 disc:0 all ""disc."$disknum"
cd ""disc."$disknum"

#episode=1
episode=$episode
for track in *.mkv
do
  mv $track $series"_S"$season"_D"$disknum"_E"$episode.mkv
  episode=$((episode+1))
done

cd ..

Script to convert multiple episodes

mkv2mkv_mult.sh

#!/bin/bash
mkdir encoded
for i in *.mkv
do
  HandBrakeCLI --first-subtitle --subtitle-default=none -i $i -o "encoded"/"`basename -s .mkv $i`.mkv"
done

Before and after the rename loop

Before rename
Before rename

After rename
After rename


Comments

Subscribe to the comments RSS feed.

Leave Comment

Note to Verbose Commenters
If you can't fit everything you want to say in the comment below then you really should record a response show instead.

Note to Spammers
All comments are moderated. All links are checked by humans. We strip out all html. Feel free to record a show about yourself, or your industry, or any other topic we may find interesting. We also check shows for spam :).

Provide feedback
Your Name/Handle:
Title:
Comment:
Anti Spam Question: What does the letter P in HPR stand for?
Are you a spammer?
What is the HOST_ID for the host of this show?
What does HPR mean to you?