ffmpeg - dlaczego nie uznaje "-vfilters"?
Bartosz Świątek
shadzik at gmail.com
Tue Dec 21 12:22:16 CET 2010
W dniu 21 grudnia 2010 12:01 użytkownik Jacek Osiecki
<joshua w hybrid.pl> napisał:
> Witam,
>
> sch:~# ffmpeg
> FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers
> built on Oct 19 2010 13:57:27 with gcc 4.5.1 20101015 (release)
> configuration: --arch=x86_64 --prefix=/usr --libdir=/usr/lib64
> --shlibdir=/usr/lib64 --mandir=/usr/share/man --cc=x86_64-pld-linux-gcc
>
> [ciach]
> --enable-avfilter --enable-gpl --enable-version3 --enable-libdc1394
> ^^^^^^^^^^^^^^^^^
>
> Niby libavfilter jest. Ale... Biorę pierwszy lepszy przykład z avfilters i:
>
> sch:~# ffmpeg -i test.avi -vfilters "crop=0:0:0:240" out.avi
> FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers
> built on Oct 19 2010 13:57:27 with gcc 4.5.1 20101015 (release)
> [ciach]
> Input #0, avi, from '../test.avi':
> Duration: 00:00:10.00, start: 0.000000, bitrate: 691 kb/s
> Stream #0.0: Video: indeo5, yuv410p, 340x344, 10 tbr, 10 tbn, 10 tbc
> Metadata:
> strn : bob.avi
> Unrecognized option 'vfilters'
> sch:~#
>
> Co jest grane? Czy jest jakaś możliwość by nasz ffmpeg był w pełni
> funkcjonalny?
Dokumentacja:
http://www.ffmpeg.org/ffmpeg-doc.html
faktycznie nie zna opcji -vfilters a jedynie:
`-filters'
Show available libavfilter filters.
--
"I'm living proof if you do one thing right in your career, you can
coast for a long time. A LOOOOONG time." -Guy Kawasaki
More information about the pld-devel-pl
mailing list