简体   繁体   English

使用MediaMuxer和MediaCodec将wmv视频文件转换为mp4视频文件

[英]Converting wmv video file to mp4 video file using MediaMuxer and MediaCodec

I want to convert .wmv video file to mp4 video file. 我想将.wmv视频文件转换为mp4视频文件。 Is possible to using MediaMuxer and MediaCodec classes? 可以使用MediaMuxerMediaCodec类吗?

MediaMuxer is used to create .mp4 files. MediaMuxer用于创建.mp4文件。 It is not a format converter. 它不是格式转换器。

If you have a way to decode .wmv into video frames and a PCM audio stream, then you can feed that data to MediaCodec encoders, and direct that into MediaMuxer to construct an output file. 如果您有办法将.wmv解码为视频帧和PCM音频流,则可以将该数据提供给MediaCodec编码器,并将其导入MediaMuxer以构建输出文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM