juGGaKNot
22nd June 2009, 21:08
From what i see avisynth ImageSource ( for a stream of pictures ) and avs2avi for making it avi is about 4 times slower than vdub ..
Why ?
How can i speed it up ?
@Echo off
COLOR 0c
cd > "dir.txt"
set /p mypath=<"dir.txt"
del "%mypath%\dir.txt"
set mymovie=movie
cls
echo.
set /P mymovie2=Drag the first image of the stream into this window !
echo.
set /P myfps=Enter the FPS you used to capture the stream :
echo.
set /P frms=Enter the number of total FRAMES ( look at the name of the last file ) :
cls
echo.
echo ImageSource(file = LeftStr("%mymovie2%", Strlen("%mymovie2%")-9)+"%%05d.bmp", start = 0, end = %frms%, fps = %myfps%, use_DevIL = false, info = false, pixel_type = "RGB24") >> "%mypath%\@bmp2avi.avs"
"%myfiles%\avs2avi.exe" "%mypath%\@bmp2avi.avs" "%mypath%\@%mymovie%MadeAVI.avi" -w -c NULL
thnx, cheers.
Why ?
How can i speed it up ?
@Echo off
COLOR 0c
cd > "dir.txt"
set /p mypath=<"dir.txt"
del "%mypath%\dir.txt"
set mymovie=movie
cls
echo.
set /P mymovie2=Drag the first image of the stream into this window !
echo.
set /P myfps=Enter the FPS you used to capture the stream :
echo.
set /P frms=Enter the number of total FRAMES ( look at the name of the last file ) :
cls
echo.
echo ImageSource(file = LeftStr("%mymovie2%", Strlen("%mymovie2%")-9)+"%%05d.bmp", start = 0, end = %frms%, fps = %myfps%, use_DevIL = false, info = false, pixel_type = "RGB24") >> "%mypath%\@bmp2avi.avs"
"%myfiles%\avs2avi.exe" "%mypath%\@bmp2avi.avs" "%mypath%\@%mymovie%MadeAVI.avi" -w -c NULL
thnx, cheers.