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.
我基本上需要做4个步骤:
但我面临的最困难的事情是第 4 步。
我可以用来将二进制文件转换为视频文件的最简单方法是什么?
如果您尝试将文件转换为字节数组,那么这很容易
var bytes = File.ReadAllBytes(pathToFile)