salsaman / LiVES

LiVES is a feature rich application which combines elements of VJ and video editing software. The current version runs on Linux / BSD. Check_out_the_new_discussion_area https://github.com/salsaman/LiVES/discussions
http://lives-video.com
GNU General Public License v3.0
90 stars 11 forks source link

Startup checks fail #45

Closed juanitotc closed 2 years ago

juanitotc commented 2 years ago

Lives start-up checks fail:

If mpv is present, but not mplayer the check will fail If mplayer and mpv are present, it only checks if mplayer can convert to png (sox was not present0

lives_error

juanitotc commented 2 years ago

Ah - the other tests fail if sox is not present - OK now

salsaman commented 2 years ago

Not sure, what is happening here...sox being present is highly recommended (still used to convert some external audio formats), but if not it will fall back to a limited functionality using mplayer/mplayer2/mpv. Also sox / mplayer at one time could be used as the audio player, however with the current addition of pulse and jack, this is no longer supported. So it looks like sox is not being detected, then mplayer/mplayer2/mpv is found but not being correctly located, hence the 'null' in the output. Anyway, installing sox will fix this as noted.