登录
首页 » 加密解密 » x264编码一个可执行程序的x264.exe,因为我只修改X264算法…

x264编码一个可执行程序的x264.exe,因为我只修改X264算法…

于 2022-05-21 发布 文件大小:172.41 kB
0 165
下载积分: 2 下载次数: 1

代码说明:

一个x264编码的可执行程序 x264.exe,因为我只修改了 x264 的算法,未加入任何汇编,也没有修改x264的接口和功能,所以原版 x264 能运行的平台,此程序也应当能运行,且功能及调用方式不变。 执行命令方式为: -o 输出文件 输入文件 宽x高 -B 目标码率-X264 encoding an executable program x264.exe, because I only modified x264 algorithms, not to join any compilation, there is no modification of the interface and functionality of x264, the x264 can run the original platform, this procedure should also be able to run, and function and calls the same way. For the implementation of the order:-o output file input file width x high-B target rate

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PB使用MD5,可以有效决PB开发中登录码使用明文的问题
    PB使用MD5加密,可以有效解决PB开发中登录密码使用明文的问题-PB using MD5 encryption, can effectively resolve the PB Password development issue of the use of explicit
    2022-03-18 03:23:53下载
    积分:1
  • tea c算法源码,希望对大家有所帮助。
    tea c加密算法源码,希望对大家有所帮助。-tea c encryption algorithm source code, and they hope to be helpful to everyone.
    2022-01-28 21:54:08下载
    积分:1
  • AES候选算法,安全性高于3DES而速度快过DES
    AES候选算法,安全性高于3DES而速度快过DES-candidate for AES, 3DES and safe to speed faster than DES
    2022-01-26 04:57:24下载
    积分:1
  • 一个使用des传输的unix下的login程序的服务器端和客户端
    一个使用des加密传输的unix下的login程序的服务器端和客户端- Uses des to encrypt under the transmission unix login procedure server end and the customer end
    2023-07-17 23:40:03下载
    积分:1
  • vc环境下的pgp源码,pgp是目前很流行的一种算法,非常安全,正在发展中...
    vc环境下的pgp源码,pgp是目前很流行的一种加密算法,非常安全,正在发展中-vc environment of pgp source, pgp is a very popular encryption algorithm, very safe, developing
    2022-02-06 20:03:50下载
    积分:1
  • tablecrypt是一个文件工具。
    TableCrypt is a file encryption utility. The major difference with most file encryptors is that this program uses a generated table in combination with a password to encrypt a file. This way you need 2 variables to decrypt the file. This is how it works: Generate a 10kb table file and enter a password. The password is used to pick bytes from the table file which in their turn are used to encrypt the bytes of the inputfile with XOR encryption.
    2022-06-18 03:20:49下载
    积分:1
  • iPhone
    应用背景jhoom巴拉酒吧 ;jhoom巴拉酒吧关键技术在泰瑞MAA KI十字脉辛格
    2022-03-13 00:27:06下载
    积分:1
  • 对文件的试验程序。
    对文件加密的试验程序。-document encryption testing procedures.
    2022-07-13 18:22:08下载
    积分:1
  • AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于电子数据的规范...
    AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范-AES (The Advanced Encryption Standard) is the National Institute of Standards and Technology for the electronic data encryption standard
    2022-01-31 23:58:32下载
    积分:1
  • 代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
    What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over) -What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used (In VB- The same technique can be implemented in
    2023-06-18 10:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载