You can try using 'convert' command in the terminal.
convert *.jpg movie.mpg
Or, you can also try: (just replace the variable with '$' with true values)
mencoder mf://$PIC_DIR/\*.jpg -mf w=$WIDTH:h=$HEIGHT:fps=$FPS:type=jpg -ovc lavc -lavcopts vcodec=mpeg4 -oac copy -o $DEST_VIDEO
Hope that helps!
No comments:
Post a Comment