Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 2.57 KB

File metadata and controls

40 lines (36 loc) · 2.57 KB

简体中文

全部更新日志 更新日期
更新了翻译,优化了文件结构 2023.08.21
修复了一点小bug,并且添加了输入视频解码的选项 2023.08.17
改进了翻译,添加了tip的翻译 2023.08.11
增加了指定输出视频质量,指定视频/音频解码器,查看支持的解码器,debug 2023.08.11
尝试添加WPA功能,浏览器打开本地文件无效 2023.08.10
更新readme文件,优化显示效果,将更新日志独立成文 2023.08.08
添加繁体中文和日语翻译,更新translation文件 2023.08.07
添加显示编码进度,选择是否输出音视频功能 2023.08.07
完成语言选择功能 2023.08.05
成功使用websocket实现将指令发送到后端服务器运行。1 2023.08.03
添加预设选择,一键式生成指令。添加视频分辨率设置。 2023.08.02
尝试添加语言选择 2023.08.01
提高可用性,让文件地址可以包含空格,修正bug,让复制按钮可用 2023.08.01
git init和基础功能(输出文件和输出文件名,选择视频比特率和帧数) 2023.07.22

English

full update log update time
Update translations, optimised file structure 2023.08.21
fix a bug, add a input video deocder select 2023.08.17
imporve translations, add translations for tip 2023.08.11
Added specify output video quality, specify video/audio codec, view supported codecs 2023.08.11
try to add WPA function, it is useless when open in local file 2023.08.10
Update the readme file, optimise the display, and put the update log into a separate article. 2023.08.08
add trad_Chinese and japanese translation, update translation file 2023.08.07
add show encoding progress, select whether to output video/audio 2023.08.07
complete language select function 2023.08.05
use websocket to send the command to the local server and run successfully.2 2023.08.03
add preset options, generate command in single-click. add video resolution settings 2023.08.02
try to add language select 2023.08.01
Improve usability by making it possible for file addresses to contain spaces, and fix bugs by making the copy button usable 2023.08.01
git init and have basic functions(output dir and filename, video byterate and fps) 2023.07.22

Footnotes

  1. 运行python服务器需要使用websockets库,请提前安装。

  2. the python server needs websockets lib, please install.