When you install the ffmpeg package ffplay isnt installed
Looking at the ffmpeg freshports page there is a comment for ffplay
@comment bin/ffplay
I may be wrong but i think ffplay requires sdl which is off by default in the config options
SDL=off: Simple Direct Media Layer support
Can anyone confirm that to install ffplay that ffmpeg needs to be built with SDL=on
And which version of sdl should be installed sdl or sdl2
The reason i need to install ffplay is to test audio filters for recordings,
and use the ffplay ebu128 realtime graph
I presume just installing sdl or sdl2 and then reinstalling ffmpeg wouldnt work
Would i be right thinking i would need to use poudriere to build ffmpeg with SDL=on to enable ffplay
I have already set up poudriere to build packages
Do i need to uninstall the current version of ffmpeg and all packages that depend on ffmpeg
then build and install a new ffmpeg package with poudriere with SDL=on
And then reinstall all the packages i uninstalled that require ffmpeg again
Or is there a easier way
Its a real shame ffplay isnt installed with ffmpeg as its very useful for testing audio and video filters
If building ffmpeg with poudriere is the only option to enable ffplay,
then i will do a full write up of the steps involved
If anyone could shed some light on how to get ffplay installed id be very gratefull
Cheers
Looking at the ffmpeg freshports page there is a comment for ffplay
@comment bin/ffplay
I may be wrong but i think ffplay requires sdl which is off by default in the config options
SDL=off: Simple Direct Media Layer support
Can anyone confirm that to install ffplay that ffmpeg needs to be built with SDL=on
And which version of sdl should be installed sdl or sdl2
The reason i need to install ffplay is to test audio filters for recordings,
and use the ffplay ebu128 realtime graph
Bash:
ffplay -f lavfi -i "amovie=input.mp3,ebur128=video=1:meter=18 [out0][out1]"
I presume just installing sdl or sdl2 and then reinstalling ffmpeg wouldnt work
Would i be right thinking i would need to use poudriere to build ffmpeg with SDL=on to enable ffplay
I have already set up poudriere to build packages
Do i need to uninstall the current version of ffmpeg and all packages that depend on ffmpeg
then build and install a new ffmpeg package with poudriere with SDL=on
And then reinstall all the packages i uninstalled that require ffmpeg again
Or is there a easier way
Its a real shame ffplay isnt installed with ffmpeg as its very useful for testing audio and video filters
If building ffmpeg with poudriere is the only option to enable ffplay,
then i will do a full write up of the steps involved
If anyone could shed some light on how to get ffplay installed id be very gratefull
Cheers