Reputation: 4006
Just wanted to know whether the filters used in ffplay are really important or can I just disable the CONFIG_AV_FILTER and use it?
Also wanted to know the significance of the CONFIG_AV_FILTER.
Upvotes: 0
Views: 1160
Reputation: 21906
Filters are only significant if you plan on using them. Have a look at what the filters do and then decide for yourself.
If all you do is just watch videos with ffplay
then it's likely you won't need them. If you use ffmpeg
for things like analog to digital conversion, re-encoding of videos then it's likely you will need them.
Upvotes: 1