[x264-devel] commit: Add video filtering system to x264cli (Steven Walters )
Takashi Mochizuki
mochi at da2.so-net.ne.jp
Fri Jul 16 06:02:00 CEST 2010
Hello,
from configure:
//
filters="crop select_every"
[ $swscale = yes ] && filters="resize $filters"
cat > conftest.log <<EOF
Platform: $ARCH
System: $SYS
asm: $asm
avs: $avs
lavf: $lavf
ffms: $ffms
gpac: $gpac
pthread: $pthread
filters: $filters
debug: $debug
gprof: $gprof
PIC: $pic
shared: $shared
visualize: $vis
bit depth: $bit_depth
EOF
//
1. Does this eval function?
- It would be [ $swscale = "yes" ] && ...
2. --disable-swscale
- Does this disable whole filters?
Takashi
On 2010/07/15, at 21:14, git at videolan.org wrote:
> x264 | branch: stable | Steven Walters <kemuri9 at gmail.com> | Mon Jul 5 17:37:47 2010 -0400| [d797a1bc3f4410e45670b79381bfdce677646d48] | committer: Jason Garrett-Glaser
>
> Add video filtering system to x264cli
> Similar to mplayer's -vf system.
> Supports some basic operations like resizing and cropping. Will support more in the future.
> See the help for more details.
>
>> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=d797a1bc3f4410e45670b79381bfdce677646d48
> ---
More information about the x264-devel
mailing list