[MPlayer-users] howoto convert single still.png graphic to short raw.dv ?
RC
rcooley at spamcop.net
Thu Apr 21 00:50:11 CEST 2005
On Wed, 20 Apr 2005 14:20:00 -0400
Heitzso <heitzso at growthmodels.com> wrote:
> Could someone recommend a command sequence to
> go from a single still.png graphic file (generated using
> Gimp in 720x480) to a 10 second raw.dv file that I
> can then use with kino and intermix with other (true
> video captured with dvgrab) raw.dv files?
How about something along the lines of this to get the 10 second avi of
the png:
mencoder mf://still.png -mf fps=0.1 -ofps 30 -o clip.avi
Then you'll need to use some other program to convert it into DV
format... ffmpeg would probably do the job.
More information about the MPlayer-users
mailing list