[x264-devel] commit: Add video filtering system to x264cli (Steven Walters )
Steven Walters
kemuri9 at gmail.com
Fri Jul 16 14:18:13 CEST 2010
> 1. Does this eval function?
> - It would be [ $swscale = "yes" ] && ...
I admit that this is a bit inconsistent with the other comparisons and
I should've caught this,
as the rest are in the form of [ "$swscale" = "yes" ]
but as it is now, it still works.
> 2. --disable-swscale
> - Does this disable whole filters?
>
> Takashi
no, as far as filters go it only disables the resize filter, this is
indicated somewhat with the logic of
filters="crop select_every"
[ $swscale = yes ] && filters="resize $filters"
but disabling the resize filter also disables ffms and lavf input
support as they depend on it at this time.
More information about the x264-devel
mailing list