Getting an avi from stills » Cleaning & Organization » Forum
Forum
  Поиск   Users   Registration   Entrance
Today: 07.06.2025 - 05:30:32
Pages:  1  2  

Getting an avi from stills

Advertising

CROWD links from forums - 0,9 USD


MessageAuthor

Is there a way using avisynth? I noticed a plugin called "avisynth BMP Loader.dll" from dvd2svcd, but couldn't get it to work properly (at all) cheers

---------------------

rrroman

main-users




Statistics:
Messages: 16782
Registration: 21.11.2006
18.04.20 - 06:58:46
Message # 1
RE: Getting an avi from stills

Get the ImageSequence plugin See the FAQ on avisynth.org, or search here.

---------------------

Queen_Helena

main-users




Statistics:
Messages: 1
Registration: 25.01.2011
18.04.20 - 07:08:14
Message # 2
RE: Getting an avi from stills

Thanks a bundle! Allmost hits the spot :) I still have the problem of having bmp:s with a longer interval than 1 second apart (typically 6 seconds per image ... air traffic controller application), which is a problem since the framerate minimum of this plugin seems to be "1" or at least no fractions. But as I think of it maybe it should be possible to fix this problem with a smart combination of ChangeFPS and AssumeFPS (provided those functions accept fractions of course) thanks again cheers

---------------------

sanya13

main-users




Statistics:
Messages: 8
Registration: 06.05.2009
18.04.20 - 07:14:33
Message # 3
RE: Getting an avi from stills

AssumeFPS accepts floats.

---------------------
Это мое мнение, и я его разделяю

GoshaR

main-users




Statistics:
Messages: 29
Registration: 01.06.2011
18.04.20 - 07:23:08
Message # 4
RE: Getting an avi from stills

After a little thinking I realise i don't need fractions at all. LoadPlugin("c:\ImageSequence.dll") first_frame=0000 last_frame=0062 seconds_per_still=6 ImageSequence("S:\images2\r%.4d.bmp",first_frame,last_frame,1) bicubicresize(720,576) changeFPS(seconds_per_still*25) AssumeFPS(25) ... so the 1 picture per 6 seconds gets to be a proper 25 fps stream with the right duration ready for DVD encoding. Thanks for the support cheers

---------------------

arczi13_90

main-users




Statistics:
Messages: 203
Registration: 16 lip 2007, 11:46
18.04.20 - 07:28:23
Message # 5
RE: Getting an avi from stills

Logic thinking always helps :)

---------------------
Аренда посуды для кенди-бара и фуршетного стола.

Lumino4ka

main-users




Statistics:
Messages: 1983
Registration: 19.03.2011
18.04.20 - 07:36:23
Message # 6
RE: Getting an avi from stills

No success with the proposed script 

---------------------

YomaX

main-users




Statistics:
Messages: 3032
Registration: 03.06.2004
18.04.20 - 07:42:58
Message # 7
RE: Getting an avi from stills

No it works fine on my computer, it's pasted directly from a working script. Would you care to state the error message? What format are your pictures in? I use the latest (2.06) version for this, but that shouldn't be necessary. Did you get the plugin? (Had to ask). IMGLIB.DLL goes in the windows\system directory if you're using w98 or below, windows\system32 otherwise. cheers

---------------------
http://forum.gorod.dp.ua/showthread.php?t=362836

Ksenija

main-users




Statistics:
Messages: 44
Registration: 06.05.2009
18.04.20 - 07:47:49
Message # 8
RE: Getting an avi from stills

Here's a script that I am using to create a sequence from a single 24bit picture. This also works with .BMP files, as long as they are 24bit color depth. #LoadPlugin("D:\Program Files\HOLDER\ImageSequence.dll") #ImageSequence("path",firstframe,lastframe,fps) ImageSequence("D:\Program Files\HOLDER\BLUE1.tga",1,1,24).loop(200) FI=reverse(fadeout2(36)) # "FADEIN2" function fadeout2(FI,36) # FADEOUT2 function

---------------------
Если ты споткнулся и упал, это еще не значит, что идешь не туда.

dr-lines

main-users




Statistics:
Messages: 9
Registration: 05.10.2008
18.04.20 - 07:52:52
Message # 9
RE: Getting an avi from stills

Slideshow = Avisynth 2.06 

---------------------

Ed Salas

main-users




Statistics:
Messages: 323
Registration: 05.26.2001
18.04.20 - 07:57:17
Message # 10
RE: Getting an avi from stills
Why didn't Reaper Make this? : Previous topicNext topic: Strange MIDI item editing behavior
Pages:  1  2  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants