User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
services:unmanic [2024/02/23 14:29] – created willyservices:unmanic [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
  
- 
-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: 
-<code bash> 
-#!/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 
-</code> 
- 
-ffmpeg use flags on **etc*portage/package.use/ffmpeg**: 
-<file - ffmpeg> 
-media-video/ffmpeg x264 v4l jpeg2k lzma vpx webp x265 xvid mp3 openal opencl opus twolame vorbis wavpack svt-av1 
-</file> 

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