Page 1 of 1

Mosaic on local screen

Posted: 08 Jul 2005 08:51
by spider84
can VLC show mosaicon local screen? And how?
I it posible, can VLC record avi file and show mosaic in same time?

Posted: 08 Jul 2005 10:25
by dionoea
using :display instead of :std at the end of the mosaic sout chain would display it. If you want to display and save it at the same time, you could use somthing like :duplicate{dst=display,dst=std{access=file,mux=avi,url=/path/to/file.avi}}

beware that the avi muxer isn't working great ...

Posted: 12 Jul 2005 10:14
by Spider
what if I want save each channel to different files?

Posted: 12 Jul 2005 13:37
by dionoea
you would need to add std{access=file,mux=<chose a mux>,url=<file you widh to save to>} to each channel's command line

Posted: 21 Jul 2005 11:36
by Spider
What about add time to each frame?

Posted: 21 Jul 2005 12:09
by Spider
What about add time to each frame?