Walk a directory tree encoding video as HEVC
10K+
Walks through video files and re-encodes them as HEVC.
Primarily a project about learning some new languages (Rust).
media with user and password media (or whatever, it's passed as an argument)schema.sqlroots table for directories that should be walkedRuns as a docker container:
docker run -d \
--name reencoder \
--privileged \
-e RUST_LOG=reencoder=info \
scan-to-postgres \
--host tularemia.local
--password media \
--username media \
--modules 'clean,scan,reencode'
Content type
Image
Digest
Size
751.1 MB
Last updated
about 7 years ago
docker pull waisbrot/reencoder