You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to decrypta video file and use "-decryption_key" for ffplay, just like what I mention below: ffplay 10M00S.mp4_enc.mp4 -decryption_key 76a6c65c5ea762046bd749a2e632ccbb
Hi silverman2012,
You could modify the native code as below and rebuild the dll for your customization.
In line 63 of ViveMediaDecoder/NativeCode/DecoderFFmpeg.cpp,
av_dict_set(&opts, "decryption_key", "76a6c65c5ea762046bd749a2e632ccbb", 0);
Thanks.
Hi,
I want to decrypta video file and use "-decryption_key" for ffplay, just like what I mention below:
ffplay 10M00S.mp4_enc.mp4 -decryption_key 76a6c65c5ea762046bd749a2e632ccbb
You can read about my idea here:
https://stackoverflow.com/questions/44939166/ffmpeg-how-to-produce-mp4-cenc-common-encryption-videos/44949160#44949160
The text was updated successfully, but these errors were encountered: