mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-07 20:50:04 +03:00
Symphonia is not actually that slow...
This commit is contained in:
parent
e4522cc683
commit
00be6015f7
@ -23,9 +23,9 @@ unless these libraries are statically linked in.
|
||||
|
||||
`ffmpeg` whilst slower then `libavcodec` produces a more portable application.
|
||||
|
||||
`symphonia` also produced a more ortable application, but is *much* slower to decode
|
||||
`symphonia` also produced a more portable application, but is slower to decode
|
||||
files, and does not produce identical analysis results. Therefore, it is not advisable
|
||||
to mix files nalysed with `ffmpeg` (any varaint) and `sympnonia`.
|
||||
to mix files analysed with `ffmpeg` (any variant) and `symphonia`.
|
||||
|
||||
|
||||
## Build for 'ffmpeg' command-line usage
|
||||
|
@ -34,8 +34,8 @@ use any `ffmpeg` version.
|
||||
|
||||
If the package used ended with `-symphonia` then `bliss-analyser` has been built
|
||||
with the `symphonia` libraries. This allows a more portable binary, but at a
|
||||
*much* slower decdoding speed (and anlysis results are not the same as those
|
||||
produced by `ffmpeg`/`libav`).
|
||||
slower decoding speed and produces analysis results that are not the same as
|
||||
those produced by `ffmpeg`/`libav`.
|
||||
|
||||
|
||||
Quick guide
|
||||
|
Loading…
x
Reference in New Issue
Block a user