Skip to content

Conversation

@aptalca
Copy link
Member

@aptalca aptalca commented Dec 1, 2025

No description provided.

@aptalca aptalca requested a review from a team December 1, 2025 13:36
@LinuxServer-CI LinuxServer-CI moved this to PRs Ready For Team Review in Issue & PR Tracker Dec 1, 2025
@LinuxServer-CI
Copy link
Collaborator

I am a bot, here is the pushed image/manifest for this PR:

ghcr.io/linuxserver/lspipepr-ffmpeg:8.0.1-cli-pkg-c6e2e8b6-dev-5803a9b64fe18d0634740a3fb57037a7be1b56ac-pr-119

Copy link
Member

@thelamer thelamer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested vaapi nvenc and a couple of plain transcodes

docker run --rm -it \
  --runtime=nvidia \
  -v $(pwd):/config \
  ghcr.io/linuxserver/lspipepr-ffmpeg:8.0.1-cli-pkg-c6e2e8b6-dev-5803a9b64fe18d0634740a3fb57037a7be1b56ac-pr-119 \
  -hwaccel nvdec \
  -i /config/input.mkv \
  -c:v h264_nvenc \
  -b:v 4M \
  -vf scale=1280:720 \
  -c:a copy \
  /config/output.mkv
  
docker run --rm -it \
  --device=/dev/dri:/dev/dri \
  -v $(pwd):/config \
  ghcr.io/linuxserver/lspipepr-ffmpeg:8.0.1-cli-pkg-c6e2e8b6-dev-5803a9b64fe18d0634740a3fb57037a7be1b56ac-pr-119 \
  -vaapi_device /dev/dri/renderD128 \
  -i /config/input.mkv \
  -c:v h264_vaapi \
  -b:v 4M \
  -vf 'format=nv12|vaapi,hwupload,scale_vaapi=w=1280:h=720' \
  -c:a copy \
  /config/output.mkv

All working.

@github-project-automation github-project-automation bot moved this from PRs Ready For Team Review to PRs Approved in Issue & PR Tracker Dec 1, 2025
@aptalca aptalca merged commit c01a2f7 into master Dec 1, 2025
6 checks passed
@aptalca aptalca deleted the 8.0.1 branch December 1, 2025 15:26
@LinuxServer-CI LinuxServer-CI moved this from PRs Approved to Done in Issue & PR Tracker Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

4 participants