/var/www/yatta47.log

/var/www/yatta47.log

やったのログ置場です。スクラップみたいな短編が多いかと。

HandbrakeCLIをCentOSにインストールするのに調べたこと

HandBrake

普段WindowsPC上で動画を扱うときによく使っているHandbrake。それをLinux上でも使いたいと思って、HandbrakeCLIをインストールしようとしています。

そのうえで調べたURLをメモ書きしておく。

やりたいことは動画のチャプタごとにファイルを作りたいんだけど、GUIで一つずつキューに突っ込んでいくのがめんどくさくてこんなことを考えてます。

http://wiki.princo.org/?CentOS6%A4%C7HandBrakeCLI%A4%F2%BB%C8%A4%A6

HandBrakeCLI 解説 - HandBrake 解説 @Wiki - atwiki(アットウィキ)

bash for ループでインデックス番号を使うやりかた3つまとめ - それマグで!

CentOS 6.6 64bit に HandBrake CLI をインストール - にせねこメモ

ちょっとやってみたんだけど、以下のようになって進めない。なんでだろう。

[root@localhost HandBrake-0.10.5]# ./configure --launch --disable-gtk
probe: host tuple...(pass) x86_64-unknown-linux-gnu
compute: available architectures...(pass) x86_64
find: ar...(pass) /usr/bin/ar
find: cp...(pass) /bin/cp
find: curl...(pass) /usr/bin/curl
find: gcc...(pass) /usr/bin/gcc
find: gmake...(pass) /usr/bin/gmake
find: m4...(pass) /usr/bin/m4
find: mkdir...(pass) /bin/mkdir
find: gpatch...(pass) /usr/bin/patch
find: rm...(pass) /bin/rm
find: ranlib...(pass) /usr/bin/ranlib
find: strip...(pass) /usr/bin/strip
find: gtar...(pass) /bin/gtar
find: wget...(pass) /usr/bin/wget
find: yasm...(pass) /usr/local/bin/yasm
find: autoconf...(pass) /usr/bin/autoconf
find: automake...(pass) /usr/bin/automake
find: cmake...(pass) /usr/bin/cmake
find: libtool...(pass) /usr/bin/libtool
find: pkg-config...(pass) /usr/bin/pkg-config
find: xcodebuild...(fail) not found
find: lipo...(fail) not found
select: fetch...(pass) wget (/usr/bin/wget)
compute: build tuple...(pass) x86_64-unknown-linux-gnu
probe: number of CPU cores...(pass) 1
probe: repo info...(fail) code 128
probe: version.txt...(fail)
compute: project data...Traceback (most recent call last):
  File "./make/configure.py", line 1529, in <module>
    action.run()
  File "./make/configure.py", line 274, in run
    self._action()
  File "./make/configure.py", line 821, in _action
    m = re.match( '^([0-9]+)\.([0-9]+)\.([0-9]+)-?(.*)?$', repo.tag )
  File "/usr/lib64/python2.6/re.py", line 137, in match
    return _compile(pattern, flags).match(string)
  File "/usr/lib64/python2.6/re.py", line 245, in _compile
    raise error, v # invalid expression
sre_constants.error: nothing to repeat

上記内容は絶賛調査中。

ここが関係しそうな気がする・・・・

[SOLVED] Instaling HandBrake CLI (video transcoder) fails from source... - CentOS

解決したら別途記事を起こそうと思います。