Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从给定的输入视频文件中拆分audio和拆分。video在网上冲浪后,我知道可以使用ffmpeg。我将在 .in 中实现上述功能Android application。在 ffmpeg 中它有很多构建过程,所以我更喜欢MLT或任何其他可用的包。任何人请指导我关于我如何实现这些概念MLT或任何其他框架作品(如果可用)来实现这些概念。
audio
video
ffmpeg
Android application
MLT
给定输入视频文件(包含音频和视频)
预期的输出音频文件(仅包含音频不包含视频)
预期输出视频文件(仅包含视频不包含音频)
MLT 不提供简单的解复用或拆分功能。它将每个输入带入未压缩域,以便在处理后进行最终输出。我建议你使用 FFmpeg。