Add preset
This commit is contained in:
parent
a63215a267
commit
4908e034fd
@ -121,13 +121,13 @@ Encoding stuff but with a set bitrate and using hevc (cause VP9 is kinda unsuppo
|
||||
Bitrate of 20 Mib/20480 kib
|
||||
```
|
||||
ffmpeg -y -i "/mnt/storage/MediaLibrary/Shows/To Your Eternity (2021)/Seaso
|
||||
n 01/S01E01 - The Last One [1080p].mkv" -c:v libx265 -b:v 20480k -map 0:v:0 -x265-params pass=1 -f null /d
|
||||
n 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 /d
|
||||
ev/null && \
|
||||
|
||||
ffmpeg -i "/mnt/storage/MediaLibrary/Shows/To Your Eternity (2021)/Seas
|
||||
on 01/S01E01 - The Last One [1080p].mkv" \
|
||||
|
||||
-c:v libx265 -b:v 20480k -map 0:v:0 -x265-params pass=2 \
|
||||
-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.mkv"
|
||||
|
Loading…
Reference in New Issue
Block a user