- Joined
- Jul 2, 2025
I'm also a big FFMpeg fan. FFMpeg is used during the conversion as well, as far as I know. Widevine isn't the name for the program but the name of the DRM used by a lot of websites. I recommend all the things in the post because those are the defaults without needing configuration. n_m3u8dl-re can be set to use FFMpeg, you can try it out and show your results.Is there some quirk in WideVine that uses weird/unsupported m3u8 features or something?
This is an example code you'll get:
Code:
N_m3u8DL-RE "drm.shinonomehousehold.jp/blablabla/wordswordswords/nano?=shinonome" -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:145.0) Gecko/20100101 Firefox/145.0" -H "Accept: */*" -H "Referer: https://www.shinonomehousehold.jp/" -H "Origin: https://www.shinonomehousehold.jp" --key h454k3:5h1n0n0me --use-shaka-packager -M format=mkv
n-m3u8dl-re has the flag
--decryption-engine <FFMPEG|MP4DECRYPT|SHAKA_PACKAGER> : Set the third-party program used for decryption [default: MP4DECRYPT]. You can set it to FFMpeg if you like and would replace the Bento4 tools.