From 0282739fad8d5ec86495064d2392b2ca378110a7 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 22 May 2022 11:47:13 +0200 Subject: [PATCH] Idk, encoding stuff --- arch-config/Dokumente/ffmpeg-encoding-stuff.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/arch-config/Dokumente/ffmpeg-encoding-stuff.md b/arch-config/Dokumente/ffmpeg-encoding-stuff.md index e4c36dd4..909c9ef8 100644 --- a/arch-config/Dokumente/ffmpeg-encoding-stuff.md +++ b/arch-config/Dokumente/ffmpeg-encoding-stuff.md @@ -120,11 +120,7 @@ for i in (seq -w 1 37); ffmpeg -i Death\ Note\ {$i}.mkv -map 0:s:0 -metadata:s:s Encoding stuff but with a set bitrate and using hevc (cause VP9 is kinda unsupported still) Bitrate of 20 Mib/20480 kib ``` -ffmpeg -y -i "/mnt/storage/MediaLibrary/Shows/To Your Eternity (2021)/S -eason 01/S01E01 - The Last One [1080p].mkv" -c:v libx265 -b:v 20480k -preset fast -map 0:v:0 -x265-params -pass=1 -f null /dev/null && \ - ffmpeg -i "/mnt/storage/MediaLibrary/Shows/To Your Eternity (2021)/ -Season 01/S01E01 - The Last One [1080p].mkv" -c:v libx265 -b:v 20480k -preset fast -map 0:v:0 -x265-params - pass=2 -c:a copy -map 0:a -c:s copy -map 0:s "/mnt/storage/MediaLibrary/output/To Your Eternity/S01E01.mk +ffmpeg -y -i "/mnt/storage/MediaLibrary/Shows/To Your Eternity (2021)/Season 01/S01E01 - The Last One [1080p].mkv" -c:v libx265 -b:v 20480k -preset fast -map 0:v:0 -x265-params pass=1 -f null /dev/null && \ + ffmpeg -i "/mnt/storage/MediaLibrary/Shows/To Your Eternity (2021)/Season 01/S01E01 - The Last One [1080p].mkv" -c:v libx265 -b:v 20480k -preset fast -map 0:v:0 -x265-params pass=2 -c:a copy -map 0:a -c:s copy -map 0:s "/mnt/storage/MediaLibrary/output/To Your Eternity/S01E01.mk v" ```