【FFMPEG】从视频文件中抽取aac数据写成文件
admin
2024-02-06 14:29:05
0

这篇博客主要记录的是

  • 如何打开视频文件
  • 如何写文件
  • 如何从AVFormatContext中抽取aac数据
  • 如何写出AAC数据
  • 如何生成AAC Header
extern "C" {#include #include #include #include }#include #include int buildAdtsHeader(char *const header, const int dataLength, const int profile, const int samplerate, const int channels) {//采样率编号std::map samplerateMap;samplerateMap.insert(std::make_pair(96000, 0x0));samplerateMap.insert(std::make_pair(88200, 0x1));samplerateMap.insert(std::make_pair(64000, 0x2));samplerateMap.insert(std::make_pair(48000, 0x3));samplerateMap.insert(std::make_pair(44100, 0x4));samplerateMap.insert(std::make_pair(32000, 0x5));samplerateMap.insert(std::make_pair(24000, 0x6));samplerateMap.insert(std::make_pair(22050, 0x7));samplerateMap.insert(std::make_pair(16000, 0x8));samplerateMap.insert(std::make_pair(12000, 0x9));samplerateMap.insert(std::make_pair(11025, 0xa));samplerateMap.insert(std::make_pair(8000, 0xb));int samplerateCode = samplerateMap.find(samplerate)->second;//生成Headerint frameLength = dataLength + 7;header[0] = 0xff;  //syncword:0xffheader[1] = 0xf0;header[1] |= (0 << 3);  //MPEG Version: 0 MPEG-4, 1 MPEG-2, 1bitheader[1] |= (0 << 1);  //Layer: 0, 2bitheader[1] |= 1;  //protection absent: 1, 1bitheader[2] = (profile) << 6;  //profile: aac profile, 2bitheader[2] |= (samplerateCode & 0x0f) << 2;  //samplerate, 4bitheader[2] |= (0 << 1);  //private bit: 0, 1bitheader[2] |= (channels & 0x04) >> 2;  //channels, 1bitheader[3] = (channels & 0x03) << 6;  //channels, 2bitheader[3] |= (0 << 5);  //original: 0, 1bitheader[3] |= (0 << 4);  //home: 0, 1bitheader[3] |= (0 << 3);  //copyright id bit: 0, 1bitheader[3] |= (0 << 2);  //copyright id start: 0, 1bitheader[3] |= ((frameLength & 0x1800) >> 11);  //frame length part1, 2bitheader[4] = (uint8_t)((frameLength & 0x7f8) >> 3);  //frame length part2, 8bitheader[5] = (uint8_t)((frameLength & 0x7) << 5);  //frame length part3, 3bitheader[5] |= 0x1f;  //buffer fullness part1, 5bitheader[6] = 0xfc;  //‭buffer fullness part2, 6bitreturn 0;}int main() {char *inputFile = "G:/src.mp4";char *outputFile = "G:/dst.aac";FILE *aacFile = fopen(outputFile, "wb+");//打开视频文件AVFormatContext *avFormatContext = NULL;avformat_open_input(&avFormatContext, inputFile, NULL, NULL);//探测流信息avformat_find_stream_info(avFormatContext, NULL);//获取音频流int audioStreamIndex = av_find_best_stream(avFormatContext, AVMEDIA_TYPE_AUDIO, -1, -1, NULL, 0);AVStream *audioStream = avFormatContext->streams[audioStreamIndex];//创建并初始化AVPacketAVPacket *packet = av_packet_alloc();av_init_packet(packet);//读取文件,把aac数据写入文件while (av_read_frame(avFormatContext, packet) >= 0) {if (packet->stream_index != audioStreamIndex)continue;//创建AVPacket对应的头部char header[7] = {};buildAdtsHeader(header, packet->size, audioStream->codecpar->profile, audioStream->codecpar->sample_rate, audioStream->codecpar->channels);//写入AVPacket的Header和Body//如果是TS流的数据话,AVPacket本身已经携带Header了,不需要再写入fwrite(header, 1, 7, aacFile);fwrite(packet->data, 1, packet->size, aacFile);//解除一个引用计数av_packet_unref(packet);}//关闭和释放资源av_free_packet(packet);if (avFormatContext)avformat_close_input(&avFormatContext);if (aacFile)fclose(aacFile);return 0;}

相关内容

热门资讯

阿联酋最大银行及另两家中东银行... 观点网讯:5月8日,路透社报道指,阿联酋最大银行第一阿布扎比银行(First Abu Dhabi B...
深圳239亿地王易主,再造万象... 2017年,世茂集团豪掷239.43亿元拿下世茂深港国际中心地块,曾规划建筑高度达700米的深圳第一...
蔚来在安庆成立新能源科技公司 ... 天眼查App显示,近日,安庆蔚来新能源科技有限公司成立,法定代表人为姚蒀,注册资本500万人民币,经...
美国牛肉商期盼峰会重启对华出口 据路透社5月8日报道,美国牛肉生产商正期待特朗普与中国于5月14日至15日的峰会推动对华出口许可恢复...
创业板首家未盈利企业,市值突破... 5月8日,大普微总市值正式突破2000亿元大关。截至午间收盘,大普微涨14.07%,报493.1元/...
招商证券:董事长霍达因工作变动... 招商证券公告,公司董事长霍达因工作变动申请辞去董事长、执行董事等全部职务,辞任自辞呈送达董事会之日生...
原创 中... 【阅读须知】本文所引用的所有信息和数据,均为作者通过查阅官方资料与网络公开数据整理、分析而成,旨在为...
原创 从... 2026年5月5日,中国商务部发布了一项具有划时代意义的专项阻断禁令,这份公告让一向倚仗长臂管辖的美...
布米普特拉北京投资基金管理有限... 美国圣路易斯联邦储备银行总裁穆萨莱姆周三发出明确信号,美联储货币政策面临的潜在风险正在发生关键转向。...
加工的秘密:超精加工设备如何做... 你知道吗? 一根头发丝的直径大约0.07毫米,也就是70微米。 超精加工设备,可切出表面,其尺寸为0...
招商证券董事长霍达因工作变动离... 北京商报讯(记者 刘宇阳 实习生 王思奕)5月8日,招商证券发布关于公司董事长离任暨推举董事代行董事...
华帝股份营收创近3年新低,37... 乐居财经李兰近日,华帝股份(002035.SZ)发布2025年年度报告。 2025年,华帝股份实现营...
大模型融资杀疯了!月之暗面狂揽... 图源:视觉中国 5月7日,据华峰资本官微消息,国内头部大模型公司月之暗面(Kimi)于近日完成新一轮...
扎根长宁二十余载,仲利国际融资... 作为总部扎根上海长宁的优质台资金融企业,仲利国际融资租赁有限公司深耕融资租赁行业二十余载,始终坚守金...
估值210亿!李彦宏又将收获一... 来源:直通IPO,文/王非 国产GPU上市潮仍然汹涌,继两家登陆A股、两家登陆H股后,这家公司正推进...
基金“盲盒”拆了 公募基金正在迎来一场让投资者“看得懂”的变革。 近日,华夏、易方达、南方、招商等12家头部及特色基金...
原创 2... 前言 十年间,中国企业在印尼镍产业链累计砸下超过140亿美元,电厂、公路、码头和全套生产线,硬生生...
原创 欧... 俄罗斯卫星通讯社5月6日报道,欧盟宣布禁止欧洲银行为含有来自不可靠供应商的关键部件的可再生能源项目提...
原创 余... 2026年5月2日,在中国理财市场扎根十三年的余额宝,终于触碰到了一个让所有人错愕的数字——7日年化...
银华基金增聘谭普景共同管理银华... 来源:新浪基金∞工作室 5月8日,银华基金管理股份有限公司发布公告称,为银华中证机器人交易型开放式指...