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.
我们正在将一堆 .RM 文件转换为 .MP4 并想知道最好的方法是什么。以下是详细信息:
这是在 Windows 系统上。你有为此推荐的免费工具吗?谢谢你。
ffmpeg 几乎是视频转码的事实上的标准应用程序。
http://www.ffmpeg.org/
转换为 h264/mp4:
ffmpeg.exe -i inputFile.rm -vcodec libx264 -s 320x240 -acodec libfaac outputFile.mp4