联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 多媒体编程(4) 
按平台查找All Visual Basic(4) 

[多媒体编程] FLV-MergeVideo

  这是一个可以将从网上下载的零碎小片断的FLV视频,合并成一个文件的小程序。   合并FLV文件的注意事项最重要的有三点:   1.只有第一个FLV文件才需要保留脚本标签,删除后面的FLV文件的脚本标签。   2.更改第一个FLV文件脚本标签中的持续时间值(把后面的FLV文件的持续时间值累加上去)。这里要注意的是:FLV文件与VB的双精度值的字节顺序是相反的。   3.后面的FLV文件中,所有视频标签和音频标签中的时间戳,要加上第一个FLV文件中的“持续时间”这个元素值,再加上56(视频标签时间戳)或26(音频标签时间戳,加26是因为FLV的音频类型基本上都是mp3,而mp3每帧的时长都是26ms)。   附件中的程序代码已经做了适当的注释,不过,想要完全弄明白,请参阅笔者写的《FLV文件数据结构》一文。
This is a can be downloaded from the Internet the small fragments of the FLV video, merged into one document small program. Notes with FLV files is the most important of the three point: 1 only the first FLV file only needs to retain the script tag, delete the back FLV file script tags. 2 change the duration of the first FLV file script tag value (the last time behind the FLV file values accumulated.). It should be noted here is: sequential byte double precision FLV file and the value of VB is the opposite of. After the 3 FLV files, all video and audio timestamp tag label, with the first FLV file in the "duration" of the element value, plus 56 (video label timestamp) or 26 (audio tags timestamp, plus 26 is because the FLV audio types on the basis of are MP3 and MP3, each frame duration is 26ms). In the annex to the program code has to do the appropriate annotations, however, want to fully understand, please refer to the author to write "FLV" a text file data structure. (2013-05-08, Visual Basic, 12KB, 下载10次)

http://www.pudn.com/Download/item/id/2233624.html

[多媒体编程] xxhz

学校小组合作计分器,可展示当堂成绩并自动排序
The school team cooperation scoring, to show when the Church results and automatically sort (2013-03-29, Visual Basic, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/2178187.html

[多媒体编程] flashplayeryuandaima

从网络上搜集的资料整理编写的双窗口(控制&播放)FLASH播放器,最近把一些BUG解决了,里面含有所有源代码和一个经UPXShell压缩过的编译好的EXE文件,本代码开源,欢迎指正不足。
The information collected from the network and write dual-window (Control & Play) FLASH player, recently settled a number of BUG, which contains all the source code and a compressed through UPXShell compiled EXE file, the code is open source, please correct me enough. (2009-09-04, Visual Basic, 19KB, 下载36次)

http://www.pudn.com/Download/item/id/900767.html

[多媒体编程] qx

使用类来操作曲线,使用双缓冲还实现曲线不闪,代码如下(VB2005),这是一个类,新建一个类,就可以在整个程序里调用这个类,调用方法很简单:比如:这个类名为tcdj 就可以写dim XXXX as new tcdj,然后在程序里使用XXXX.属性....... 操作就可以了
To operate the use of curves, use double buffering is also the realization of curves do not flash, the code is as follows (VB2005), this is a category, create a new category, you can call the whole process in this class, call the method is simple: For example: the class name for tcdj can write dim XXXX as new tcdj, and then use the procedure XXXX. ....... operation can attribute the (2008-12-09, Visual Basic, 3KB, 下载21次)

http://www.pudn.com/Download/item/id/599878.html
总计:4