[MPlayer-dev-eng] [PATCH] Video mixer with mencoder Part 5/1
Ötvös Attila
oattila at chello.hu
Wed Jan 2 20:16:58 CET 2008
Hi All!
This patch is big because download from:
http://onebithq.com/root/mplayer/videomixer/download/20080102
Patch file: stream.patch
Depend: none
I rewrited my shmem stream handle and new pipe mode to sync read/write:
stream_shmem.c
I create raw video and raw audio encoder to shmem (based ae_pcm & ve_raw):
ae_shmem.c and ve_shmem.c
I create muxer and demuxer to shmem stream:
muxer_shmem.c and demux_shmem.c
The mencoder can encoding video/audio to shmem.
The mencoder or mplayer can read from shmem.
Example:
mencoder file.avi -o shmem://1
mplyer shmem://1
Best regards!
Attila
More information about the MPlayer-dev-eng
mailing list