Star Brilliant
Star Brilliant
你还在关注这个项目吗?最近这几天似乎很多外国人开始关注这个项目。 我是没有时间继续开发了。但是如果你想实现数据载体,给你一个提示(不需要使用 DCT 变换的,但是能达到比较“能用”的结果): 1. 载体视频每 8x8 像素,取平均值(相当于只保留 DCT 结果数组的 [0, 0] 位) 2. LVDO 的 --qmin 参数使用比 0 大的值 3. 把 LVDO 的输出和取平均值之后的视频相加起来 4. 尽量让帧率低,比如图片幻灯片,而不是动图 更好的方法是第一步用真正的 DCT 来替代取平均,这样你可以利用 [0,...
I have already written something on [README.md#Future](https://github.com/m13253/lvdo/blob/master/README.md#future) but I do not think it is enough. @jabbany @cnbeining Please share your ideas and opinions.
I once successfully uploaded one, but when I download it back, I can not decode the file either. So it's okay for you to get a failure from YouTube. Maybe...
> cool project anyway... If you are interested in this project, or if you know anyone who is interested in this project, are you willing to continue developing this project?...
Submit your opinions please, @jabbany
Guaranteed data loss is unable to get. However `lvdoenc` provides how many bytes are there in a frame. It depends on your current settings. ``` ./lvdoenc -s 640x480 -b 8...
可以看一下类似 WinRAR “自我修复”的功能。 现代无线电通信也在使用这样的功能。 那就是,100% 的数据包,成功接收到其中任意 90% 的数据包(这个阈值可控),就可以修复损坏的数据,并且解码出全部的数据。 如果你感兴趣可以试着实现它。
> I actually did implement this feature in Python that links to my LVDO Windows fork. I am very happy to see friends from all over the world who pay...
希望推荐一些 ed 的进阶文章 比如《Ed is the standard Unix text editor》之类的经典作品
First, build the program using Go compiler by typing: ``` ./build.sh ``` The resulting program will be in `./build/ipip`. You can move it to other paths at your convenience. On...