User Tools

This is an old revision of the document!


useradd -d /data/daemons/unmanic -m unmanic -g media

enable pip

su - unmanic

python3 -m pip install unmanic

in bashrc export PATH=~/.local/bin:$PATH

unmanic

browser su 8888

missing plugins?

git clone https://github.com/Unmanic/unmanic-plugins.git cd unmanic-plugins/ ./generate_repository.py cp -a repo/ ~/.unmanic/plugins/official

Best solution, bash script:

#!/bin/bash
#
CODEC="-c:v libsvtav1 -crf 38 -vf scale=1280:720"
 
OIFS=$IFS
IFS=$(echo -en "\n\b")
for i in *.mkv 
do
        O=${i/1080/720}
        echo ffmpeg -i \"$i\" $CODEC \"$O\"
        ffmpeg -i "$i" -c:v libsvtav1 -crf 38 -vf "scale=1280:720" "$O"
done

ffmpeg use flags on etc*portage/package.use/ffmpeg:

ffmpeg
media-video/ffmpeg x264 v4l jpeg2k lzma vpx webp x265 xvid mp3 openal opencl opus twolame vorbis wavpack svt-av1

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information