搜索资源列表
wmvcopy
- This sample shows the necessary code to copy a WMV file. It demonstrates how to read compressed samples, write compressed samples, read header attributes and scr ipts, and modify header attributes.-This sample shows the necessary code to cop
StreamMediaServer
- 本人用ACE+FFMPEG写的 视频监控系统的几个模块,支持海康,大华.映佳等. 包括视频监控,流媒体视频转发,多种码流格式的转码服务,以及电视墙服务器,报警服务端,视频文件回放.等.希望大家多提-I use the ACE+ FFMPEG video surveillance system to write several modules to support Haikang, UOB. Encore and so on. Including video surveillance, st
libx264console
- 使用libx264.lib中的函数进行x264编码,从文件中提取每一帧,逐帧分别编码,写入到输出文件-The function uses libx264.lib x264 encoded files extracted from each frame, frame by frame coding, respectively, to write to output file
rpl.tar
- /* * ARMovie/RPL demuxer * Copyright (c) 2007 Christian Ohm, 2008 Eli Friedman * * This file is part of FFmpeg. * * FFmpeg is free software you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publ
mxf
- /* * MXF demuxer. * Copyright (c) 2006 SmartJog S.A., Baptiste Coudurier <baptiste dot coudurier at smartjog dot com>. * * This file is part of FFmpeg. * * FFmpeg is free software you can redistribute it and/or * modify it
wenjianliu-duxie
- 一个对文件流的读写操作程序,程序清晰,思路顺畅-Clear a file stream read and write operations, programs, ideas smoothly
FLV-MergeVideo
- 这是一个可以将从网上下载的零碎小片断的FLV视频,合并成一个文件的小程序。 合并FLV文件的注意事项最重要的有三点: 1.只有第一个FLV文件才需要保留脚本标签,删除后面的FLV文件的脚本标签。 2.更改第一个FLV文件脚本标签中的持续时间值(把后面的FLV文件的持续时间值累加上去)。这里要注意的是:FLV文件与VB的双精度值的字节顺序是相反的。 3.后面的FLV文件中,所有视频标签和音频标签中的时间戳,要加上第一个FLV文件中的“持续时间”这个元素值,再加上