[vlc-devel] commit: Added new stream_out record module. (Laurent Aimar )
git version control
git at videolan.org
Wed Aug 27 00:21:03 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Aug 26 21:35:25 2008 +0200| [d4e0e64ed5bceec689ddc6f0ef3a6a045c087289] | committer: Laurent Aimar
Added new stream_out record module.
The record module:
- automatically selects the right muxer and filename extension by
looking the ES codec. In case it fails, it probes directly the
muxers and keeps the better one.
- removes all ES packets until the first key frame.
- truncates the ES without key frame to match the start time of
the other tracks.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d4e0e64ed5bceec689ddc6f0ef3a6a045c087289
---
modules/stream_out/Modules.am | 2 +
modules/stream_out/record.c | 557 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 559 insertions(+), 0 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=d4e0e64ed5bceec689ddc6f0ef3a6a045c087289
More information about the vlc-devel
mailing list