All Projects → hostsoft → ffmpegtoolkit

hostsoft / ffmpegtoolkit

Licence: other
CentOS 8.x 64bit ffmpeg auto installer scripts

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to ffmpegtoolkit

TailCalibX
Pytorch implementation of Feature Generation for Long-Tail Classification by Rahul Vigneswaran, Marc T Law, Vineeth N Balasubramaniam and Makarand Tapaswi
Stars: ✭ 32 (-48.39%)
Mutual labels:  nvidia
constant-memory-waveglow
PyTorch implementation of NVIDIA WaveGlow with constant memory cost.
Stars: ✭ 36 (-41.94%)
Mutual labels:  nvidia
c7pxeserver
CentOS PXE Server
Stars: ✭ 20 (-67.74%)
Mutual labels:  centos7
purge-nvda
Optimize external graphics for macs with discrete NVIDIA GPUs.
Stars: ✭ 91 (+46.77%)
Mutual labels:  nvidia
Optimizing-SGEMM-on-NVIDIA-Turing-GPUs
Optimizing SGEMM kernel functions on NVIDIA GPUs to a close-to-cuBLAS performance.
Stars: ✭ 78 (+25.81%)
Mutual labels:  nvidia
hashcat-benchmark-comparison
Hashcat Benchmark Comparison
Stars: ✭ 22 (-64.52%)
Mutual labels:  nvidia
tacotron2
Multispeaker & Emotional TTS based on Tacotron 2 and Waveglow
Stars: ✭ 102 (+64.52%)
Mutual labels:  nvidia
monkey-master
A deno tool for buying hot GPUs in JD, such as RTX3080 rx6800, a thick-skinned orange!
Stars: ✭ 180 (+190.32%)
Mutual labels:  nvidia
nvidia-jetson-rt
Real-Time Scheduling with NVIDIA Jetson TX2
Stars: ✭ 38 (-38.71%)
Mutual labels:  nvidia
mpu
A shim driver allows in-docker nvidia-smi showing correct process list without modify anything
Stars: ✭ 27 (-56.45%)
Mutual labels:  nvidia
dofbot-jetson nano
Yahboom DOFBOT AI Vision Robotic Arm with ROS for Jetson NANO 4GB B01
Stars: ✭ 24 (-61.29%)
Mutual labels:  nvidia
unity-fracture
Fracture any mesh at runtime
Stars: ✭ 634 (+922.58%)
Mutual labels:  nvidia
CTS
php ffmpeg transcoding system
Stars: ✭ 30 (-51.61%)
Mutual labels:  ffmpeg-gpu
faucon
NVIDIA Falcon Microprocessor Suite
Stars: ✭ 28 (-54.84%)
Mutual labels:  nvidia
awesome-rtx
Curated collection of projects leveraging NVIDIA RTX technology (OptiX, DXR, VKR)
Stars: ✭ 73 (+17.74%)
Mutual labels:  nvidia
docker-notes
Docker Notes For Fresh Learner
Stars: ✭ 53 (-14.52%)
Mutual labels:  centos7
linux-l4t
Linux kernel 3.10 forked from Nvidia Linux4Tegra for the TX1. Branches for L4T 24.2.1. Also available: 23.1 (DEPRECATED), 24.1 (DEPRECATED).
Stars: ✭ 21 (-66.13%)
Mutual labels:  nvidia
metalnetes
Create and manage multiple Kubernetes clusters using KVM on a bare metal Fedora 29 server. Includes helm + rook-ceph + nginx ingress + the stock analysis engine (jupyter + redis cluster + minio + automated cron jobs for data collection) - works on Kubernetes version v1.16.0 - 1.16.3 was not working
Stars: ✭ 37 (-40.32%)
Mutual labels:  centos7
tensorflow-builds
Tensorflow binaries and Docker images compiled with GPU support and CPU optimizations.
Stars: ✭ 15 (-75.81%)
Mutual labels:  nvidia
Install-VScode-On-TX2
How to install VScode on Nvidia TX2
Stars: ✭ 24 (-61.29%)
Mutual labels:  nvidia

FFMPEG Toolkit

The script is written in Bash language
it's can automatically install ffmpeg and related on you system Current version V2

Notice: Current Only Work CentOS 8 64bit, other system include centos 7 not testing

Requirements

Name Version
CentOS 8 or higher

Features

  • install ffmpeg ffprobe qt-faststart
  • install mp4box flvtool2 yamdi
  • install mediainfo neroaccenc
  • install imagemagick

Changelog

  • remove mplayer mencoder (v2)
  • add libass support (16/03/2018)
  • add NVIDIA CUDA (New versions wait add it)
  • add aom
  • add x265
  • add x264
  • add libvpx
  • update something soft and library to latest version

Usage

yum install -y git wget
cd /opt
git clone https://github.com/hostsoft/ffmpegtoolkit.git ffmpegtoolkit
cd ffmpegtoolkit
bash install.sh

Verify

  • verify and check path, included ImageMagick
which {ffmpeg,ffprobe,qt-faststart,mplayer,mencoder,flvtool2,MP4Box,yamdi,mediainfo,neroAacEnc}  
  • Return
[root@dev ~]# which {ffmpeg,ffprobe,qt-faststart,neroAacEnc,x264,x265}
/usr/local/bin/ffmpeg
/usr/local/bin/ffprobe
/usr/local/bin/qt-faststart
/usr/local/bin/neroAacEnc
/usr/local/bin/x264
/usr/local/bin/x265
      
[root@dev ~]# which {identify,convert,composite}
/usr/bin/identify
/usr/bin/convert
/usr/bin/composite

[root@dev ~]# ffmpeg
ffmpeg version N-102560-g4718d74c58 Copyright (c) 2000-2021 the FFmpeg developers
  built with gcc 8 (GCC)
  configuration: --prefix=/usr/local/ffmpegtoolkit --bindir=/usr/local/ffmpegtoolkit/bin --pkg-config-flags=--static --extra-libs=-lpthread --extra-libs=-lm --extra-cflags='-I/usr/local/include -I/usr/local/cuda/include -I/include' --extra-ldflags='-L/usr/local/lib -L/usr/local/cuda/lib64' --enable-cross-compile --disable-debug --enable-fontconfig --enable-gray --enable-gpl --enable-version3 --enable-cuvid --enable-libnpp --enable-nvenc --enable-nvdec --enable-nonfree --enable-runtime-cpudetect --enable-shared --enable-pthreads --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libsoxr --enable-libmp3lame --enable-libfdk-aac --enable-libdav1d --enable-libkvazaar --enable-vaapi --enable-libfreetype --enable-libfribidi --enable-libzimg --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libaom --enable-libxvid --enable-libwebp --enable-postproc --enable-swscale --enable-avfilter --enable-libass --enable-libaribb24 --enable-libxml2
  libavutil      57.  0.100 / 57.  0.100
  libavcodec     59.  1.100 / 59.  1.100
  libavformat    59.  2.100 / 59.  2.100
  libavdevice    59.  0.100 / 59.  0.100
  libavfilter     8.  0.101 /  8.  0.101
  libswscale      6.  0.100 /  6.  0.100
  libswresample   4.  0.100 /  4.  0.100
  libpostproc    56.  0.100 / 56.  0.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'


[root@dev ~]# ls /usr/local/ffmpegtoolkit/bin -l
total 14340
-rwxr-xr-x. 1 root root   38440 May 18 09:32 a52dec
-rwxr-xr-x. 1 root root   23048 May 18 09:33 amrnb-decoder
-rwxr-xr-x. 1 root root   22200 May 18 09:33 amrnb-decoder-etsi
-rwxr-xr-x. 1 root root   22648 May 18 09:33 amrnb-decoder-if2
-rwxr-xr-x. 1 root root   25896 May 18 09:33 amrnb-encoder
-rwxr-xr-x. 1 root root   25560 May 18 09:33 amrnb-encoder-etsi
-rwxr-xr-x. 1 root root   25560 May 18 09:33 amrnb-encoder-etsi-vad2
-rwxr-xr-x. 1 root root   25816 May 18 09:33 amrnb-encoder-if2
-rwxr-xr-x. 1 root root   25816 May 18 09:33 amrnb-encoder-if2-vad2
-rwxr-xr-x. 1 root root   25896 May 18 09:33 amrnb-encoder-vad2
-rwxr-xr-x. 1 root root   23312 May 18 09:33 amrwb-decoder
-rwxr-xr-x. 1 root root   22920 May 18 09:33 amrwb-decoder-if2
-rwxr-xr-x. 1 root root   25488 May 18 09:33 amrwb-encoder
-rwxr-xr-x. 1 root root   25440 May 18 09:33 amrwb-encoder-if2
-rwxr-xr-x. 1 root root  600696 May 18 09:57 aomdec
-rwxr-xr-x. 1 root root  628328 May 18 09:58 aomenc
-rwxr-xr-x. 1 root root  238840 May 18 09:47 cwebp
-rwxr-xr-x. 1 root root  131280 May 18 09:47 dwebp
-rwxr-xr-x. 1 root root   17912 May 18 09:32 extract_a52
-rwxr-xr-x. 1 root root  269680 May 18 09:36 faad
-rwxr-xr-x. 1 root root  259696 May 18 10:16 ffmpeg
-rwxr-xr-x. 1 root root  144056 May 18 10:16 ffprobe
-rwxr-xr-x. 1 root root 1023248 May 18 09:40 flac
-rwxr-xr-x. 1 root root  106320 May 18 09:47 gif2webp
-rwxr-xr-x. 1 root root  181792 May 18 09:47 img2webp
-rwxr-xr-x. 1 root root  130920 May 18 09:41 kvazaar
-rwxr-xr-x. 1 root root  514176 May 18 09:41 lame
-rwxr-xr-x. 1 root root    2411 May 18 09:47 libwmf-config
-rwxr-xr-x. 1 root root   13143 May 18 09:47 libwmf-fontmap
-rwxr-xr-x. 1 root root  677544 May 18 09:40 metaflac
-rwxr-xr-x. 1 root root  514624 May 18 09:41 mp3rtp
-rwxr-xr-x. 1 root root  369584 May 18 09:44 ogg123
-rwxr-xr-x. 1 root root   48768 May 18 09:44 oggdec
-rwxr-xr-x. 1 root root  279392 May 18 09:44 oggenc
-rwxr-xr-x. 1 root root  117888 May 18 09:44 ogginfo
-rwxr-xr-x. 1 root root   22440 May 18 09:41 oggz
-rwxr-xr-x. 1 root root  142288 May 18 09:41 oggz-chop
-rwxr-xr-x. 1 root root   68504 May 18 09:41 oggz-codecs
-rwxr-xr-x. 1 root root   84776 May 18 09:41 oggz-comment
-rwxr-xr-x. 1 root root    5671 May 18 09:41 oggz-diff
-rwxr-xr-x. 1 root root   89280 May 18 09:41 oggz-dump
-rwxr-xr-x. 1 root root  100056 May 18 09:41 oggz-info
-rwxr-xr-x. 1 root root   18848 May 18 09:41 oggz-known-codecs
-rwxr-xr-x. 1 root root   75616 May 18 09:41 oggz-merge
-rwxr-xr-x. 1 root root   76168 May 18 09:41 oggz-rip
-rwxr-xr-x. 1 root root   70544 May 18 09:41 oggz-scan
-rwxr-xr-x. 1 root root   75968 May 18 09:41 oggz-sort
-rwxr-xr-x. 1 root root   83128 May 18 09:41 oggz-validate
-rwxr-xr-x. 1 root root   69616 May 18 09:43 speexdec
-rwxr-xr-x. 1 root root   86512 May 18 09:43 speexenc
-rwxr-xr-x. 1 root root     797 May 18 09:30 srt-ffplay
-rwxr-xr-x. 1 root root 1125448 May 18 09:31 srt-file-transmit
-rwxr-xr-x. 1 root root 1122072 May 18 09:31 srt-live-transmit
-rwxr-xr-x. 1 root root 1151416 May 18 09:31 srt-tunnel
-rwxr-xr-x. 1 root root   54904 May 18 09:44 vcut
-rwxr-xr-x. 1 root root  118400 May 18 09:44 vorbiscomment
-rwxr-xr-x. 1 root root   77464 May 18 09:47 vwebp
-rwxr-xr-x. 1 root root  139680 May 18 09:47 webpinfo
-rwxr-xr-x. 1 root root  106200 May 18 09:47 webpmux
-rwxr-xr-x. 1 root root   47824 May 18 09:47 wmf2eps
-rwxr-xr-x. 1 root root   44896 May 18 09:47 wmf2fig
-rwxr-xr-x. 1 root root   44264 May 18 09:47 wmf2gd
-rwxr-xr-x. 1 root root   44696 May 18 09:47 wmf2svg
-rwxr-xr-x. 1 root root   47000 May 18 09:47 wmf2x
-rwxr-xr-x. 1 root root 2565704 May 18 10:01 x264
-rwxr-xr-x. 1 root root  164592 May 18 10:05 x265


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].