摘要:
FFmpeg中音视频数据基本上都有Packed和Planar两种存储方式,对于双声道音频来说,Packed方式为两个声道的数据交错存储;Planar方式为两个声道分开存储。假设一个L/R为一个采样点,数据存储的方式如下所示: Packed: L R L R L R L RPlanar: L L L 阅读全文
摘要:
1、备注缩进: ```phpstorm:是在Preferences->Editor->Code Style->PHP->Other里面取消Line comment at first column之前的勾选就行了!是在file->settings->Editor->Code Style->php->o 阅读全文