码迷,mamicode.com
首页 >  
搜索关键字:codec    ( 1206个结果
Alsa驱动snd_soc_read的底层实现
soc/codec目录中的源码,有些提供了read/write回调,有些没有提供,WHY???
分类:其他好文   时间:2015-01-27 23:25:52    阅读次数:1646
使用FFMPEG从MP4封装中提取视频流到.264文件 (转载)
命令行:ffmpeg -i 20130312_133313.mp4 -codec copy -bsf: h264_mp4toannexb -f h264 20130312_133313.264说明:-i 20130312_133313.mp4 :是输入的MP4文件-codec copy:从MP4封装...
分类:其他好文   时间:2015-01-27 21:34:55    阅读次数:175
The Codec Engine product package
1    /* --COPYRIGHT--,BSD      2     * Copyright (c) $(CPYYEAR), Texas Instruments Incorporated      3     * All rights reserved.      4     *      5     * Redistribution and use in source and bin...
分类:其他好文   时间:2015-01-21 16:37:27    阅读次数:244
Codec Engine 的集成(完结)
本文翻译自TI的手册,该手册是学习GPP+DSP开发的金典文档,希望对各位入门有所帮助,有理解不当之处望请赐教。  Codec Engine Application Developer User's Guide.pdf (Literature Number: SPRUE67D) 《Codec Engine 应用开发使用手册》              http://blog.c...
分类:其他好文   时间:2015-01-12 09:28:56    阅读次数:302
使用 Codec Engine 的 API 函数(八)
本文翻译自TI的手册,该手册是学习GPP+DSP开发的金典文档,希望对各位入门有所帮助,有理解不当之处望请赐教。  Codec Engine Application Developer User's Guide.pdf (Literature Number: SPRUE67D) 《Codec Engine 应用开发使用手册》              http://blog.c...
分类:Windows程序   时间:2015-01-11 16:17:43    阅读次数:376
使用 Codec Engine 的 API 函数(七)
本文翻译自TI的手册,该手册是学习GPP+DSP开发的金典文档,希望对各位入门有所帮助,有理解不当之处望请赐教。  Codec Engine Application Developer User's Guide.pdf (Literature Number: SPRUE67D) 《Codec Engine 应用开发使用手册》           http://blog.csdn.net/dyz...
分类:Windows程序   时间:2015-01-10 18:16:15    阅读次数:220
Python疑难杂症02----解决UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 0
我的Linux服务器的Python版本是2.*,在将中文encode(UTF-8)的时候出现了UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 0: ordinal not in range(128)的问题。而在3.*中没有问题。 解决方法: 在代码前端加入 import sys reload(s...
分类:编程语言   时间:2015-01-09 15:41:10    阅读次数:286
(转)FFMPEG:H264解码-SDL显示(RGB32、RGB24、YUV420P、YUV422)
FFMpeg对视频文件进行解码的大致流程1. 注册所有容器格式: av_register_all()2. 打开文件: av_open_input_file()3. 从文件中提取流信息: av_find_stream_info()4. 穷举所有的流,查找其中种类为CODEC_TYPE_VIDEO5. ...
分类:其他好文   时间:2015-01-08 19:29:17    阅读次数:179
Qt中gb2312/GBK的URL编解码函数
编码函数:QByteArray encodeURI(QString str){ QByteArray array; QTextCodec *codec=QTextCodec::codecForName("GBK"); QByteArray tmpArray; tmpArray...
分类:Web程序   时间:2015-01-06 13:25:39    阅读次数:240
使用 Codec Engine 的 API 函数(二)
本文翻译自TI的手册,该手册是学习GPP+DSP开发的金典文档,希望对各位入门有所帮助,有理解不当之处望请赐教。  Codec Engine Application Developer User's Guide.pdf (Literature Number: SPRUE67D) 《Codec Engine 应用开发使用手册》           http://blog.csdn.net/dyz...
分类:Windows程序   时间:2015-01-03 09:29:57    阅读次数:477
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!