The program is called MakeMKV, not MakeMP4. That's not configurable.
Auto dvd ripping
Re: Auto dvd ripping
Plex can handle MKV files. The auto-rip-and-eject is your issue.
DVDs are less likely to have names embedded in them than BDs, so you are going to have to manually handle them in any case.
DVDs are less likely to have names embedded in them than BDs, so you are going to have to manually handle them in any case.
MakeMKV Frequently Asked Questions
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
Re: Auto dvd ripping
Take a pic with a cheap webcam, name both the pic and the directory with a common timestamp then name them later.
Code: Select all
now=$(date +%s,%N)
mkdir "$now" # make the directory to rip to
makemkvcon backup --decrypt --cache=16 --noscan -r --progress=-same disc:0 "${now}/"
eject /dev/sr0
sleep 8 # wait for tray to open
ffmpeg -f video4linux2 -s 1920x1080 -i /dev/video0 -ss 0:0:2 -frames 1 "${now}.jpg"
Re: Auto dvd ripping
You're a robot.
LLM's need a disclaimer, otherwise it's automated trolling.
LLM's need a disclaimer, otherwise it's automated trolling.