Skip to content

Commit

Permalink
Drop ffprobe
Browse files Browse the repository at this point in the history
  • Loading branch information
justin025 committed Sep 11, 2024
1 parent fa77082 commit 7c07124
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ cd onthespot
./build_linux.sh
```
If you want builds with ffmpeg embedded download ffmpeg binaries for your os from [Here](https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z).
The script will prompt you to add the binaries to 'OnTheSpot.AppDir/usr/bin', ffmpeg, ffprobe, and ffplay are required for onthespot properly parse songs.
The script will prompt you to add the binaries to 'OnTheSpot.AppDir/usr/bin', ffmpeg and ffplay are required for onthespot properly parse songs.
After the command completes, you should have a 'dist' directory in repository root containing built 'onthespot_linux' binary.

### 2.1.2. On Windows
Expand All @@ -94,7 +94,7 @@ cd onthespot
```
If you do not have git installed you can also download the Project source zip from github, extract it and open cmd on repository root.
If you want builds with ffmpeg embedded download ffmpeg binaries for your os from [Here](https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z).
Create a new directory named 'ffbin_win' in repository root directory. Copy three files 'ffmpeg.exe', 'ffprobe.exe', 'ffplay.exe' from downloaded archive to just created 'ffbin_win' directory then run;
Create a new directory named 'ffbin_win' in repository root directory. Copy'ffmpeg.exe' and 'ffplay.exe' from downloaded archive to just created 'ffbin_win' directory then run;
```cmd
build_winC1.bat
build_winC2.bat
Expand All @@ -112,7 +112,7 @@ cd onthespot
```

If you want builds with ffmpeg embedded download ffmpeg binaries for your os from [Here](https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z).
Create a new directory named 'ffbin_mac' in repository root directory. Copy three files 'ffmpeg', 'ffprobe', 'ffplay' from the downloaded archive to the newly created 'ffbin_mac' directory then run:
Create a new directory named 'ffbin_mac' in repository root directory. Copy 'ffmpeg' and 'ffplay' from the downloaded archive to the newly created 'ffbin_mac' directory then run:
```bash
./build_mac.sh
```
Expand Down
2 changes: 1 addition & 1 deletion build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export SSL_CERT_FILE="${APPDIR}/opt/_internal/certs.pem"
chmod +x OnTheSpot.AppDir/AppRun

echo ' '
echo ' # ffmpeg, ffprobe, and ffplay need to be manually added to OnTheSpot.AppDir/usr/bin.'
echo ' # ffmpeg and ffplay need to be manually added to OnTheSpot.AppDir/usr/bin.'
echo ' # Make sure to run chmod +x on each, binaries can be found here:'
echo ' # https://johnvansickle.com/ffmpeg/'
echo ' '
Expand Down

0 comments on commit 7c07124

Please sign in to comment.