Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions jtt808/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ mkdir -p /home/docker-compose/opt
# Enter directory
cd /home/docker-compose/opt
# Download
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
wget https://github.com/TranscodeGroup/docker/releases/download/v1.0.7/ffmpeg-n8.1.1-117-g7aecd49777-linux64-gpl-8.1.tar.xz
# Decompress
tar -xvf ffmpeg-release-amd64-static.tar.xz
tar -xvf ffmpeg-n8.1.1-117-g7aecd49777-linux64-gpl-8.1.tar.xz
# Copy bin files
cp ./ffmpeg-*-amd64-static/ffmpeg ./ffmpeg-*-amd64-static/ffprobe /home/docker-compose/opt/
cp ./ffmpeg-n8.1.1-117-g7aecd49777-linux64-gpl-8.1/bin/ffmpeg ./ffmpeg-n8.1.1-117-g7aecd49777-linux64-gpl-8.1/bin/ffprobe /home/docker-compose/opt/
# Test
./ffmpeg -version
```
Expand Down