Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
how can i create a video from some slides?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
siro
Tux's lil' helper
Tux's lil' helper


Joined: 20 Mar 2004
Posts: 102

PostPosted: Tue Nov 09, 2004 4:37 pm    Post subject: how can i create a video from some slides? Reply with quote

does anybody know a tool that can make a video from a set of slides?
I mean, i have each frame of the video as a single jpg saved in a directory
and i would like to put them all toguether in a .avi o .mpg video.

thx for ur help guys
Back to top
View user's profile Send private message
blueworm
l33t
l33t


Joined: 09 May 2003
Posts: 962

PostPosted: Tue Nov 09, 2004 8:03 pm    Post subject: Reply with quote

transcode can do it text mode.
If you want a GUI you can use cinelerra.
Back to top
View user's profile Send private message
Hauser
l33t
l33t


Joined: 27 Dec 2003
Posts: 650
Location: 4-dimensional hyperplane

PostPosted: Tue Nov 16, 2004 2:23 pm    Post subject: Reply with quote

emerge mjpegtools-1.6.1.90
then you can use the following command to create the video file:
Code:
$ img2mpg -d 4 -w sound.wav -o slideshow.mpg -i /path/to/*.jpg

_________________
AMD Athlon XP 2600+; 512M RAM;
nVidia FX5700LE; Hitachi 120Gb
2.6.9-nitro4, reiser4, linux26-headers+nptl

Do I like to compile everything?
Positive definite!
Back to top
View user's profile Send private message
Hauser
l33t
l33t


Joined: 27 Dec 2003
Posts: 650
Location: 4-dimensional hyperplane

PostPosted: Tue Nov 16, 2004 6:59 pm    Post subject: Reply with quote

If you've installed mplayer, you can also use mencoder to encode all *.jpg files in the current dir like this:
Code:
mencoder "mf://*.jpg" -mf fps=25 -o output.avi -ovc divx4

_________________
AMD Athlon XP 2600+; 512M RAM;
nVidia FX5700LE; Hitachi 120Gb
2.6.9-nitro4, reiser4, linux26-headers+nptl

Do I like to compile everything?
Positive definite!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum