Add transcode-hevc script for bulk H.264 to HEVC conversion
Resumable batch script that finds H.264 files, re-encodes to HEVC (libx265 CRF 24), verifies duration, and replaces originals. Tracks completed files in /var/lib/transcode-hevc/completed.log. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
df227ad173
commit
7fe1ccb8a7
2 changed files with 224 additions and 0 deletions
|
|
@ -17,6 +17,10 @@
|
|||
screen
|
||||
yt-dlp
|
||||
ghostty.terminfo
|
||||
(pkgs.writeShellScriptBin "transcode-hevc" ''
|
||||
export PATH="${pkgs.jellyfin-ffmpeg}/bin:${pkgs.coreutils}/bin:${pkgs.findutils}/bin:${pkgs.gnugrep}/bin:${pkgs.gawk}/bin:${pkgs.bc}/bin:$PATH"
|
||||
exec ${pkgs.bash}/bin/bash ${../scripts/transcode-hevc.sh} "$@"
|
||||
'')
|
||||
];
|
||||
|
||||
# Basic networking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue