Skip to content

Does ffmpeg.wasm support libavformat to support video encrption/decrytion for now? #499

Closed Answered by jtzcode
jtzcode asked this question in Q&A
Discussion options

You must be logged in to vote

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);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jtzcode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant