Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

解决mp4decrypt对中文文件名支持不佳问题 #524

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

nilaoda
Copy link
Owner

@nilaoda nilaoda commented Nov 29, 2024

思路:

修改调用文件时的工作目录,然后将加密文件改名为随机的不带特殊字符的文件名,然后进行正常解密,解密完再恢复原始文件名。


Idea:

Modify the working directory when calling the file, then rename the encrypted file to a random name without special characters. Proceed with normal decryption, and after decryption, restore the original file name.


Fix #233 #507

@nilaoda nilaoda force-pushed the fix/mp4decrypt-chinese-filename branch from cd01d54 to ecfd7dc Compare November 29, 2024 16:18
@nilaoda nilaoda force-pushed the fix/mp4decrypt-chinese-filename branch from ecfd7dc to ca1c387 Compare November 29, 2024 16:19
@nilaoda nilaoda merged commit e96514a into main Nov 29, 2024
@nilaoda nilaoda deleted the fix/mp4decrypt-chinese-filename branch November 29, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible bug with mp4decrypt and save-name
1 participant