Hi
I'm using Using FFmpeg with NVIDIA GPU Hardware Acceleration :: NVIDIA Video Codec SDK Documentation <https://docs.nvidia.com/video-technologies/video-codec-sdk/ffmpeg-with-nvid ia-gpu/> for Windows 10 All goes well until I hit the last three commands: * Goto nv-codec-headers directory and install ffnvcodec make install PREFIX=/usr * Go to the FFmpeg installation folder and run the following command. ./configure --enable-nonfree -disable-shared --enable-cuda-sdk --enable-libnpp --toolchain=msvc --extra-cflags=-I../nv_sdk --extra-ldflags=-libpath:../nv_sdk * Compile the code by executing the following command. make -j 8 I cannot get the 'make' command to work - I get 'make' is not recognized as an internal or external command, operable program or batch file. I did try the next command, the ./configure one, this was also rejected. Can anyone please help with this? Derek Clements _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
