/ 雑記帳

ffmpeg.spec

$ diff -u ffmpeg.spec.ori ffmpeg.spec > ffmpeg.patch
$ cat ffmpeg.patch
--- ffmpeg.spec.ori 2013-06-21 18:34:46.000000000 +0900
+++ ffmpeg.spec 2013-07-20 13:06:57.000000000 +0900
@@ -114,7 +114,7 @@
--mandir=%{_mandir} ¥¥¥
--arch=%{_target_cpu} ¥¥¥
--optflags="$RPM_OPT_FLAGS" ¥¥¥
- %{?_with_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3} ¥¥¥
+ --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3 ¥¥¥
--enable-bzlib ¥¥¥
%{!?_with_crystalhd:--disable-crystalhd} ¥¥¥
%{!?_without_frei0r:--enable-frei0r} ¥¥¥
@@ -124,7 +124,7 @@
%{!?_without_celt:--enable-libcelt} ¥¥¥
--enable-libdc1394 ¥¥¥
%{?_with_dirac:--enable-libdirac} ¥¥¥
- %{?_with_faac:--enable-libfaac --enable-nonfree} ¥¥¥
+ --enable-libfaac --enable-nonfree ¥¥¥
%{!?_with_jack:--disable-indev=jack} ¥¥¥
--enable-libfreetype ¥¥¥
--enable-libgsm ¥¥¥
@@ -140,8 +140,8 @@
--enable-libtheora ¥¥¥
--enable-libvorbis ¥¥¥
--enable-libv4l2 ¥¥¥
- %{!?_without_vpx:--enable-libvpx} ¥¥¥
- %{!?_without_x264:--enable-libx264} ¥¥¥
+ --enable-libvpx ¥¥¥
+ --enable-libx264 ¥¥¥
--enable-libxvid ¥¥¥
--enable-x11grab ¥¥¥
--enable-avfilter ¥¥¥

— posted by くま at 09:49 pm   pingTrackBack [0]

 

ffmpeg 現状(2)

$ rpm -qa --last | grep ffmpeg-
ffmpeg-libs_0.6-0.6.6-3.el6.x86_64 2013年07月20日 17時24分52秒
ffmpeg-devel-1.2.1-3.el6.x86_64 2013年07月20日 17時20分22秒
ffmpeg-1.2.1-3.el6.x86_64 2013年07月20日 17時20分20秒
ffmpeg-libs-1.2.1-3.el6.x86_64 2013年07月20日 17時20分19秒
gstreamer-ffmpeg-0.10.11-1.el6.rf.x86_64 2011年08月28日 19時54分05秒
ffmpeg-spice-libs-0.4.9-0.15.5spice.20080908.el6.x86_64 2011年08月28日 03時29分37秒
src.rpmからスペックファイルを取り出して無効になっているオプションを有効にしてリビルド、インストールした。
この方法だとdevelファイルも一緒に作成インストールが出来る。他のソースをコンパイルする時に有利である。

— posted by くま at 09:26 pm   pingTrackBack [0]

 

ffmpeg 現状(1)

$ ffmpeg
ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers
built on Jul 20 2013 13:22:02 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-3)
configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3 --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libcdio --enable-libdc1394 --enable-libfaac --enable-nonfree --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpu
 libavutil 52. 18.100 / 52. 18.100
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.104 / 54. 63.104
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 42.103 / 3. 42.103
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

— posted by くま at 09:21 pm   pingTrackBack [0]

<< 2013.8 >>
SMTWTFS
    123
4 567 8910
1112 1314151617
181920 21 222324
25 2627 28 2930 31
 
























T: Y: ALL: Online:
ThemePanel
Created in 0.0946 sec.