]> git.sesse.net Git - vlc/commit
* v4l: updated, now it should grab (and compress if you want) the video.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 31 Mar 2003 03:46:11 +0000 (03:46 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 31 Mar 2003 03:46:11 +0000 (03:46 +0000)
commit8c1b605094b765439b3163986c9845ad524fbbef
treeb6292416f367e6030acd9ef03eb68b2143522cbb
parentf3dd07bb1f768e67574d77b62a94bce050065b9b
 * v4l: updated, now it should grab (and compress if you want) the video.
Audio grabbing part is commented out and untested.
 The syntax is like that:
  v4l:<device>[:option=value:...]
 options: channel,norm (pal, ntsc,secam), frequency (not really there is
          a factor), audio, size (WxH or subqcif,qsif,qcif,sif,cif,vga),
          codec (optional, mpeg1 or mpeg4 and need to have compiled the
          encoders modules)
 ex: v4l:/dev/video:channel=0:frequency=8052:norm=secam:size=vga
 Please test.
 * rawvideo.c: a pseudo decoder for raw video (I420).
 * packetizer/*, mux/*, stream_output.c: fixed (I hope) audio/video
synchro problems.
13 files changed:
configure.ac.in
modules/access/v4l/v4l.c
modules/codec/Modules.am
modules/codec/rawvideo.c [new file with mode: 0644]
modules/mux/avi.c
modules/mux/ogg.c
modules/packetizer/a52.c
modules/packetizer/copy.c
modules/packetizer/mpeg4audio.c
modules/packetizer/mpeg4video.c
modules/packetizer/mpegaudio.c
modules/packetizer/mpegvideo.c
src/stream_output/stream_output.c