欢迎访问我的独立博客
摘要: http://files.cnblogs.com/elesos/ffmpeg(stream_copy).pdfhttp://files.cnblogs.com/elesos/transcode(stream_copy).pdf个人边调试边用visio整理的。 阅读全文
posted @ 2013-03-29 21:25 github.com/starRTC 阅读(649) 评论(0) 推荐(0) 编辑
摘要: 调试参数: ffmpeg -ss 00:00:00 -i D:\media\Linux.mpg -vcodec copy -acodec copy -t 00:01:00 C:\Users\a\Desktop\half.mpg 一共16个参数 find_option找到了我们传递的参数选项,如ss /* Register a function to be called when `exit' is called. */ int atexit (void (*__func) (void)) strchr strchr查找字符串s中首次出现字符c的位置 返回首... 阅读全文
posted @ 2013-03-29 16:48 github.com/starRTC 阅读(2201) 评论(0) 推荐(0) 编辑