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
com.castlabs.dash dash.fragmencrypter 1.7.44-SNAPSHOT
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 19
at com.castlabs.dash.dashfragmenter.sequences.DashFileSetSequence.alignEditsToZero(DashFileSetSequence.java:1150)
at com.castlabs.dash.dashfragmenter.sequences.DashFileSetSequence.run(DashFileSetSequence.java:264)
at com.castlabs.dash.dashfragmenter.cmdlines.DashFileSetEncrypt.run(DashFileSetEncrypt.java:98)
at com.castlabs.dash.dashfragmenter.Main.main(Main.java:60)
About 5% of the videos in my collection failed. I am going to debug it tomorrow but any thoughts about this?
I am using the latest master.
The text was updated successfully, but these errors were encountered:
When running this command for some video file:
java -jar dashencrypt/dash.fragmencrypter-1.7.31-SNAPSHOT-exe.jar encrypt xxxx.mp4 -o xxxxt.mp4 --secretKey xxxxxxxxxx --uuid xxxxxxx
It failed with this error:
About 5% of the videos in my collection failed. I am going to debug it tomorrow but any thoughts about this?
I am using the latest master.
The text was updated successfully, but these errors were encountered: