Show
Ignore:
Timestamp:
27/08/08 00:00:33 (3 months ago)
Author:
Laurent Aimar <fenrir@videolan.org>
git-committer:
Laurent Aimar <fenrir@videolan.org> 1219788033 +0200
git-parent:

[919002be3c4e9bc75d6c9a869f43d4db5904d8f5]

git-author:
Laurent Aimar <fenrir@videolan.org> 1219779325 +0200
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/stream_out/Modules.am

    r8124e6f rd4e0e64  
    1212SOURCES_stream_out_mosaic_bridge = mosaic_bridge.c 
    1313SOURCES_stream_out_autodel = autodel.c 
     14SOURCES_stream_out_record = record.c 
    1415 
    1516libvlc_LTLIBRARIES += \ 
     
    2526    libstream_out_mosaic_bridge_plugin.la \ 
    2627    libstream_out_autodel_plugin.la \ 
     28    libstream_out_record_plugin.la \ 
    2729    $(NULL) 
    2830