forvur.blogg.se

Ubuntu install ffmpeg with libx264
Ubuntu install ffmpeg with libx264













No representations, warranties or guarantees whatsoever are made as to the accuracy, adequacy, reliability, completeness, suitability or applicability of the information to a particular situation. EDUTECH and also their parent Organizations, affiliates and associates shall not be liable, at any time for damages arising from sudden change / addition in the syllabus, or from any action taken (or refrained from being taken) as a result of using the Service or any such contents or for any failure of performance, error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus, communications line failure, theft or destruction or unauthorized access to, alteration of, or use of information contained on the Service. The information from or through the Service is provided on "AS IS" basis. ~/Development/ffmpeg_build $ sudo ldconfig ~/Development/ffmpeg_build $ sudo make install Nvresize V->N GPU accelerated video resizer. nvenc_h264 NVIDIA NVENC h264 encoder (codec h264)Ĭheck that FFmpeg has the NVRESIZE video filter. nvenc NVIDIA NVENC h264 encoder (codec h264) libx264rgb libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 RGB (codec h264) We can filter the list down to h.264 encoders with “grepĢ64”. If NVENC and libx264 built properly you should get ~/Development/ffmpeg_build $ make -j 4Ĭheck that FFmpeg works. ffmpeg/configure -enable-nonfree \īuild FFmpeg. ffmpeg_NVIDIA_gpu_acceleration.patchĬonfigure FFmpeg with NVENC, NVRESIZE and x264 support.

ubuntu install ffmpeg with libx264

~/Development/ $ wget Īpply the NVIDIA acceleration patch. ~/Development/ $ git clone git:///ffmpeg.gitĭownload the NVIDIA acceleration.

ubuntu install ffmpeg with libx264

Get x264 ~/Development $ git clone git:///x264.gitĬonfigure x264 ~/Development/x264 $.

ubuntu install ffmpeg with libx264

~/Development/ $ unzip cudautils.zipīuild the CUDA utility. ~/Development/ $ wget Ĭopy the CUDA utility to ~/Development/. Download and install a light-weight library to communicate with the CUDA display driver.















Ubuntu install ffmpeg with libx264