- PR -

AviSynth のlinux 版はありませんか?

1
投稿者投稿内容
うえだ
ベテラン
会議室デビュー日: 2006/01/21
投稿数: 52
投稿日時: 2006-08-11 10:34
Debian GNU/Linux 2.6.17.7
を使っているのですが、
そこでmplayer を起動させるとavisynth.dllが無いと怒られます。
一度Seek faild させてしまえばその後は正常に動くのですが
根本的な解決では無く、できればavisynth.dllをインストールするか
avisynth.dllをmplayerから見ないようにしたいのですが
何か良い方法は無いでしょうか?
うえだ
ベテラン
会議室デビュー日: 2006/01/21
投稿数: 52
投稿日時: 2006-08-14 16:43
少しだけ状況が変化しましたので、お分かりになる方がいらっしゃるかも知れないと思い、
再度、質問致します。

表題のAviSynthが悪さをしていると思っていたのですが、どうも違うようです。
mplayer の出力ですが、ファイルをパイプを通して出力する場合と直接出力する場合では
動作が異なるようです。
パイプを通す場合、始めの数メガが出力失敗します。

しかし、直接出力の場合失敗無く出力できます。
この違いは何が原因で、どのようにすればパイプで失敗無く出力できるものでしょうか?
同種の原因でお悩みになられた方はいらっしゃいませんか?
宜しくお願い致します。
以下、ログ↓

パイプ出力の場合
ーーーー
$ cat ezsm04.mpg |mplayer -vo x11 -

MPlayer 1.0pre8-3.4.6 (C) 2000-2006 MPlayer Team
CPU: Geode(TM) Integrated Processor by AMD PCS (Family: 5, Model: 10, Stepping: 2)
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx


Playing -.
Reading from stdin...
Cannot seek backward in linear streams!
Seek failed
Cannot seek backward in linear streams!
Seek failed
Cannot seek backward in linear streams!
Seek failed
Cannot seek backward in linear streams!
Seek failed
Cannot seek backward in linear streams!
Seek failed
Cannot seek backward in linear streams!
Seek failed
Cannot seek backward in linear streams!
Seek failed
Cannot seek backward in linear streams!
Seek failed
Win32 LoadLibrary failed to load: avisynth.dll, /usr/lib/codecs/avisynth.dll, /usr/lib/win32/avisynth.dll, /usr/local/lib/win32/avisynth.dll
Cannot seek backward in linear streams!
Seek failed
Cannot seek backward in linear streams!
Seek failed
Cannot seek backward in linear streams!
Seek failed
Cannot seek backward in linear streams!
Seek failed
Cannot seek backward in linear streams!
Seek failed
MPEG-PS file format detected.
VIDEO: MPEG2 704x480 (aspect 6) 29.970 fps 9558.0 kbps (1194.8 kbyte/s)
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 48000 Hz, 2 ch, s16le, 256.0 kbit/16.67% (ratio: 32000->192000)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 704 x 480 (preferred colorspace: Mpeg PES)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try adding the scale filter, e.g. -vf spp,scale instead of -vf spp.
VDecoder init failed
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2))
==========================================================================
[AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory
AO: [null] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 704 x 480 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [x11] 704x480 => 704x480 Planar YV12
SwScaler: using unscaled Planar YV12 -> BGRA special converter
A: 3.4 V: 2.3 A-V: 1.063 ct: -0.157 53/ 53 101% 62% 14.1% 50 0
ーーーー まで

直接出力
ーーーーー
$mplayer -vo x11 ezsm04.mpg
MPlayer 1.0pre8-3.4.6 (C) 2000-2006 MPlayer Team
CPU: Geode(TM) Integrated Processor by AMD PCS (Family: 5, Model: 10, Stepping: 2)
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx


Playing ezsm04.mpg.
MPEG-PS file format detected.
VIDEO: MPEG2 704x480 (aspect 6) 29.970 fps 9558.0 kbps (1194.8 kbyte/s)
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 48000 Hz, 2 ch, s16le, 256.0 kbit/16.67% (ratio: 32000->192000)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 704 x 480 (preferred colorspace: Mpeg PES)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try adding the scale filter, e.g. -vf spp,scale instead of -vf spp.
VDecoder init failed
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2))
==========================================================================
[AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory
AO: [null] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 704 x 480 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [x11] 704x480 => 704x480 Planar YV12
SwScaler: using unscaled Planar YV12 -> BGRA special converter
A: 3.6 V: 1.9 A-V: 1.753 ct: 0.051 52/ 52 101% 73% 39.0% 50 0
1

スキルアップ/キャリアアップ(JOB@IT)