-
Or how to enable it? I tried the encrytion options like this: |
Beta Was this translation helpful? Give feedback.
Answered by
jtzcode
May 31, 2023
Replies: 1 comment
-
Got an answer for myself. It supports that lib and for decrption I should put the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jtzcode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got an answer for myself. It supports that lib and for decrption I should put the
-decryption_key
param before-i
to make it work. The encryption part just follows the command above.ffmpeg.run('-decryption_key', key, '-i', name, outputFile);