Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Always crashed when process some video files #30

Open
xlc opened this issue Jan 18, 2017 · 0 comments
Open

Always crashed when process some video files #30

xlc opened this issue Jan 18, 2017 · 0 comments

Comments

@xlc
Copy link

xlc commented Jan 18, 2017

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:

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant