Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krzemienski/ffmpeg-nvenc-bento4
Container to transcode and package hls and dash assets leveraging accelerated gpu for transcoding
https://github.com/krzemienski/ffmpeg-nvenc-bento4
bento4 cuda dash docker encoding ffmpeg hls mp4 nvenc nvidia video
Last synced: 23 days ago
JSON representation
Container to transcode and package hls and dash assets leveraging accelerated gpu for transcoding
- Host: GitHub
- URL: https://github.com/krzemienski/ffmpeg-nvenc-bento4
- Owner: krzemienski
- Created: 2020-01-15T17:21:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T03:47:44.000Z (almost 5 years ago)
- Last Synced: 2024-11-11T01:35:00.458Z (3 months ago)
- Topics: bento4, cuda, dash, docker, encoding, ffmpeg, hls, mp4, nvenc, nvidia, video
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ffmpeg-nvenc-bento4
docker build -t ffmpeg-nvenc-bento4:latest .
docker run --runtime=nvidia -ti -i /patch/to/input.mov:/data ffmpeg-nvenc-bento4 ffmpeg -y -i bbc-hdr-test-asset.mov -hwaccel cuvid -b:v 18000000 -pass 1 \
-pix_fmt yuv420p10le \
-color_primaries 9 -color_trc 16 -colorspace 9 -color_range 1 \
-maxrate 26800000 -minrate 8040000 -profile:v main10 -vcodec libx265 -f mp4 /dev/null && \
ffmpeg -i /patch/to/input.mov -b:v 18000000 -pass 2 \
-pix_fmt yuv420p10le \
-color_primaries 9 -color_trc 16 -colorspace 9 -color_range 1 \
-maxrate 26800000 -minrate 8040000 -profile:v main10 -vcodec libx265 \
hdr-test.mp4