Skip to content

Instantly share code, notes, and snippets.

View cshimmin's full-sized avatar

Chase cshimmin

  • Yale University
  • New Haven, CT
View GitHub Profile
@kiyoon
kiyoon / ffmpeg_nvidia_conda_install.sh
Last active July 19, 2024 11:45
Install nvidia accelerated ffmpeg in a conda environment.
git clone https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
cd nv-codec-headers
vi Makefile # change the first line to PREFIX = ${CONDA_PREFIX}
make install
cd ..
git clone https://git.ffmpeg.org/ffmpeg.git
cd ffmpeg
git checkout n4.2.2
conda install nasm