[theora] ogg movie out of png pics
Ralph Giles
giles at xiph.org
Mon Aug 28 11:29:15 PDT 2006
On Tue, Aug 29, 2006 at 06:53:15PM +0200, ZikZak wrote:
> mencoder "mf://*.png" -mf type=png:fps=5 -vf spp,scale -ovc lavc -o
> output.avi
>
> mkfifo -m 660 stream.yuv
> mplayer -vo yuv4mpeg -ao null -nosound -quiet output.avi > video.log &
> encoder_example -v 8 stream.yuv -o output.ogg
This is still going through a lossy avi stage. Just have mplayer read
the png sequence directly:
mkfifo -m 660 stream.yuv
mplayer -vo yuv4mpeg -ao null -nosound -quiet "mf://*.png" > video.log &
encoder_example -v 8 stream.yuv -o output.ogg
-r
More information about the theora
mailing list