Log in

View Full Version : Need to help about conversion


GHOSTMAN77
21st April 2023, 17:52
Hi
thnx for all the users of this forum

and
i need help for some questions

can i convert a image to video with format factory 2.20 !!

StainlessS
21st April 2023, 20:43
Dont know Format Factory, but avisynth can create video from image,
can then save to eg AVI via VirtualDub2 or encode to mkv or mp4 via eg MEGUI.

Avisynth script


ImageSource(".\Untitled.jpg",end=0) # end=0 for single frame
nFrames = 100 # Required number of frames
Loop(Times=nFrames, start=0,End=0)

Return last


Loop:- http://avisynth.nl/index.php/Loop
ImageSource:- http://avisynth.nl/index.php/ImageSource
VirtualDub2:- https://forum.doom9.org/showthread.php?t=172021

GHOSTMAN77
24th April 2023, 11:35
oh thnx much
i will educat how it work