On Thu, 2008-04-17 at 17:14 +0200, Al Bogner wrote:
> Am Mittwoch, 16. April 2008 15:14:26 schrieb Otto J. Makela:
> 
> > % transcode -i framelist -g 1920x1080 --use_rgb -x imlist,null -y ffmpeg -F
> > h264 --export_fps 50,6 -o video.avi
> 
> How must "framelist" look like?

you have to make a plain text file containing the path of all image
files that you want to use as input, one per line; a plain

$ ls *.jpeg > list.txt

will be enough.

then, you have to use it like that:

% transcode -i list.txt -g 1920x1080 --use_rgb -x imlist,null -y ffmpeg
-F h264 --export_fps 50,6 -o video.avi

WARNING: You'll have to set explicitely -g and -f options.

Bests,


-- 
Francesco Romani // Ikitt
[ Out of memory. ~ We wish to hold the whole sky, ~ But we never will. ]

Reply via email to