Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docker/common/install_ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#!/bin/bash
set -xeuo pipefail # Exit immediately if a command exits with a non-zero status

FFMPEG_VERSION=7.0.1
FFMPEG_VERSION=8.0.1
NVCODEC_VERSION=12.1.14.0

for i in "$@"; do
Expand Down Expand Up @@ -49,6 +49,7 @@ apt-get install -y \
libvorbis-dev \
libvpx-dev \
libwebp-dev \
nasm \
pkg-config \
vainfo \
wget \
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/video.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To use NeMo Curator's video curation capabilities, ensure your system meets thes
- Reduced configuration (lower batch sizes, FP8): ~21GB VRAM

#### Software Dependencies
* **FFmpeg 7.0+** with H.264 encoding support
* **FFmpeg 8.0+** with H.264 encoding support
- GPU encoder: `h264_nvenc` (recommended for performance)
- CPU encoders: `libopenh264` or `libx264` (fallback options)

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/infrastructure/container-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The primary container includes comprehensive support for all curation modalities
- NeMo Curator with all optional dependencies (`[all]` extras)
- CUDA 12.8.1 with cuDNN
- Python 3.12 with uv package manager
- FFmpeg 7+ with NVENC support (for video processing)
- FFmpeg 8+ with NVENC support (for video processing)
- Ray, Dask, and distributed computing frameworks
- NVIDIA optimized Python packages

Expand Down
Loading