雷鸣大什么时候军训回来啊[/ku] ,帮忙看看为什么转换出错。。。
D:\easyflv>cd /d D:\easyflv\
D:\easyflv>move avs\*.* temp
D:\easyflv\avs\1.avs
D:\easyflv>for %a in (temp\*.avs) do call temp\venc.bat "%a"
D:\easyflv>call temp\venc.bat "temp\1.avs"
D:\easyflv>avs2avi "temp\1.avs" -w -p 0 -l "..\conf\1p200f.cfg"
AVS2AVI v1.39 (c) 2002-2004:
Christophe Paris, David Leatherdale, int21h, Moitah
http://www.avs2avi.org/Source:
* Filename: "D:\easyflv\temp\1.avs"
* FourCC: YV12
* Frames: 11235
* Resolution: 480x352
* Frame rate: 25.000 FPS
Error: Unable to open compressor with FourCC "vp62".
D:\easyflv>for %a in ("D:\easyflv"\temp\*.avs) do call temp\aenc.bat "%a"
D:\easyflv>call temp\aenc.bat "D:\easyflv\temp\1.avs"
D:\easyflv>bepipe --script "import(^D:\easyflv\temp\1.avs^)" | lame --preset cb
r 80 --resample 44100 -m j -f - "D:\easyflv\temp\1.avs".mp3
Assuming raw pcm input file
LAME 3.97 32bits (
http://www.mp3dev.org/)
CPU features: MMX (ASM used), SSE (ASM used), SSE2
Using polyphase lowpass filter, transition band: 12981 Hz - 13515 Hz
Encoding
to D:\easyflv\temp\1.avs.mp3
Encoding as 44.1 kHz 80 kbps j-stereo MPEG-1 Layer III (17.6x) qval=7
D:\easyflv>for %c in (temp\*.avs) do ffmpegflv.exe -i "%~dpnc.avi" -i "%c.mp3" -
acodec copy -vcodec copy -vtag VP6F -f flv %c.flv
D:\easyflv>ffmpegflv.exe -i "D:\easyflv\temp\1.avi" -i "temp\1.avs.mp3" -acodec
copy -vcodec copy -vtag VP6F -f flv temp\1.avs.flv
FFmpeg version SVN-r6373, Copyright (c) 2000-2004 Fabrice Bellard
FLV VP6 mux version. Patch by Benjamin Larsson, compile by Klaus Post
configuration: --enable-memalign-hack --enable-avisynth --enable-swscaler --e
nable-mp3lame --enable-gpl
libavutil version: 49.0.1
libavcodec version: 51.16.0
libavformat version: 50.5.0
built on Sep 29 2006 19:38:14, gcc: 3.4.5 (mingw special)
D:\easyflv\temp\1.avi: I/O error occured
Usually that means that input file is truncated and/or corrupted.
D:\easyflv>move .\temp\*.flv .\output
存在一个重名文件,或是找不到文件。
D:\easyflv>echo Y | del temp
D:\easyflv\temp\*, 是否确认(Y/N)? Y
D:\easyflv>pause
请按任意键继续. . .