[MEncoder-users] 5s video from one picture (jpg)
GeBu
gebu at seznam.cz
Fri Mar 10 01:02:35 CET 2006
I will do it this way:
mkdir temp
FOR /L %%G IN (1,1,125) DO copy uvod.jpg temp\uvod%%G.jpg
cd temp
C:\Programs\mplayer\mencoder.exe mf://uvod*.jpg -ovc lavc -lavcopts
vcodec=mpeg4:mbd=2:trell -oac copy -o ..\uvod.avi
cd ..
rmdir /S /Q temp
Jirka (GeBu)
GeBu napsal(a):
> How can I use pictures in directory in mencoder? "mf://temp\uvod*.jpg"
> does not work for me.
More information about the MEncoder-users
mailing list