sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.75k stars 566 forks source link

Subtitling examples #345

Open pmguy opened 5 years ago

pmguy commented 5 years ago

I would like to add a subtitle track to a mp4 stream and it looks like mp4parser is just the job for this.

I am new to mp4 and so am looking at the examples module in the package, however all the example files I have looked at reference resources that are not included. For example, SubTitleExample.java references files in C:\dev and H264AACExample.java references files in /Users/sannies/dev/mp4parser.

Would it be possible to add these files to the repo please?