本文介绍了如何将视频转换为二进制形式,以便能够将其作为一系列哔声发送,如二进制摩尔斯电码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在尝试使用一系列只有接收器可以听到的高音调噪声将视频发送到小型接收器,但我找不到将视频转换为二进制的方法,因此它是一个文本文件。如果它不是二进制的,那么它很好,但二进制是首选,只要它是文本格式,而不是视频。能够扭转这一过程也是有帮助的。感谢您的所有工作。



我尝试过:



我试过从Windows 10+中的文件浏览器中读取代码,但我似乎无法找到代表视频的文本文件。

I have been trying to send a video to a small receiver using a series of high pitched noises that only the receiver can hear, but I can't find a way to convert the video into binary so that it is a text file. It is fine if it is in anything other than binary, but binary is preferred, as long as it is in a text format, not a video. It would also be helpful to be able to reverse the process. Thank you for all of your work.

What I have tried:

I have tried reading the code from the file explorer in Windows 10+ but I can't seem to find the text file representing the video.

推荐答案



这篇关于如何将视频转换为二进制形式,以便能够将其作为一系列哔声发送,如二进制摩尔斯电码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 20:45