本文介绍了从mp3,wav,avi,mpeg文件中提取嵌入式图像.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要从各种音频/视频文件中提取嵌入式图像,而无需使用任何外部库.我已经通过读取二进制文件从MP3文件(从Id3v2标头)中提取了图像.
但是我找不到其他格式的方法.我试图浏览标题以查找有关图像的信息.
请帮忙.
谢谢!
Hi,
I need to extract embedded images from various audio/video files without using any external libraries. I have already extracted image from MP3 file (from the Id3v2 header) by reading it in binary.
But I am not able to find way to do the same for other formats. I am trying to lokk into the headers to find information on image.
Kindly help.
Thank you!
推荐答案
这篇关于从mp3,wav,avi,mpeg文件中提取嵌入式图像.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!