# ffmpeg_Linux **Repository Path**: fishami/ffmpeg ## Basic Information - **Project Name**: ffmpeg_Linux - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## this project use ffmpeg to handle video ## download ffmpge cmd cd /usr/local mkdir ffmpge cd ffmpge wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz ## exact package xz -d ffmpeg-release-64bit-static.tar.xz tar -xvf ffmpeg-release-64bit-static.tar ## configure /etc/profile #set ffmepg environment export FFMPEG_HOME=/usr/local/ffmpeg/ffmpeg-4.1-64bit-static export PATH=$FFMPEG_HOME/:$PATH source /etc/profile reboot