Open rien opened 3 years ago
Add a simple way to add extra video filters to ffplay. I propose -e | --extra-filters which would set the next argument as the initial value for video_filters.
ffplay
-e | --extra-filters
video_filters
One use case for this would be to invert the video (see issue #69).
Add a simple way to add extra video filters to
ffplay
. I propose-e | --extra-filters
which would set the next argument as the initial value forvideo_filters
.One use case for this would be to invert the video (see issue #69).