csaag
7th December 2004, 22:23
Goal is to take a series of pictures from a digital camera and make a NTSC DVD slideshow to play on a fullframe TV.
According to an article here:
http://www.uwasa.fi/~f76998/video/conversion/
I should take my original pictures, crop them to a 4:3 ratio, resize them to 704x480, then add 8 pixels of black border to each side to make it 720x480.
So I'm trying to find a way to do all that.
Cropping is easy enough, although time consuming but I don't want to crop each picture at the same place so I think I'm stuck here cropping each photo seperately. I downloaded Irfanview which makes batch resampling to any size easy (Under advanced options, check resize & enter the desired size and also check the resample box)
So now I have a bunch of 704x480 JPG files. Now how do I make them 720x480 with 8 pixels of black borders on each size? Any way to do it with an automatic process rather than edit each picture individually? Can AviSynth be used to open a series of photos and resize/add borders and save the photos in JPG? I know it has addborder & several resize functions, but I'm quite a newbie with AviSynth and not sure how accomplish that even if thois can be done with Avisynth.
According to an article here:
http://www.uwasa.fi/~f76998/video/conversion/
I should take my original pictures, crop them to a 4:3 ratio, resize them to 704x480, then add 8 pixels of black border to each side to make it 720x480.
So I'm trying to find a way to do all that.
Cropping is easy enough, although time consuming but I don't want to crop each picture at the same place so I think I'm stuck here cropping each photo seperately. I downloaded Irfanview which makes batch resampling to any size easy (Under advanced options, check resize & enter the desired size and also check the resample box)
So now I have a bunch of 704x480 JPG files. Now how do I make them 720x480 with 8 pixels of black borders on each size? Any way to do it with an automatic process rather than edit each picture individually? Can AviSynth be used to open a series of photos and resize/add borders and save the photos in JPG? I know it has addborder & several resize functions, but I'm quite a newbie with AviSynth and not sure how accomplish that even if thois can be done with Avisynth.