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.
我想知道是否有像 Apache Commons 之类的库或类似的东西来帮助将媒体文件(例如 avi、mkv、mp4 等)任意转换为任意?例如,InputFile 的格式为 .avi,OutputFile 的格式为 mp4。
请参阅以下任一内容以在一系列格式之间进行转换。
我知道的唯一库是ffmpeg,但您必须通过 JNI 运行它。