View Full Version : jpg a DV
lamola2003
5th July 2004, 16:52
I need a program for translate my photos into avi-dv.
With transitions, effects, etc.
I see memoriesontv but your output file is *.mpg only.
Thanks.
lamola
You can use AviSynth with ImageSource, e.g.
# Read files "100.jpeg" through "199.jpeg" into an NTSC clip
ImageSource("%d.jpeg", 100, 199, 29.97) # floating-point fps available from 2.56
and open the AVS script in your NLE.
If you want to create a slideshow, you should be able add your jpeg files to your NLE directly, too. Should work with most - if not all - NLE programs.
bb
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.