sannies / mp4parser

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

Getting an RunTimeException with H264TrackImpl h264Track = new H264TrackImpl(new FileDataSourceImpl(videoPath)) #292

Open abdullah-github opened 6 years ago

abdullah-github commented 6 years ago

I am getting this error while running above code: java.lang.RuntimeException: Sequence parameter set extension is not yet handled. Needs TLC. at com.googlecode.mp4parser.authoring.tracks.h264.H264TrackImpl.readSamples(H264TrackImpl.java:347) at com.googlecode.mp4parser.authoring.tracks.h264.H264TrackImpl.parse(H264TrackImpl.java:107) at com.googlecode.mp4parser.authoring.tracks.h264.H264TrackImpl.(H264TrackImpl.java:83) at com.googlecode.mp4parser.authoring.tracks.h264.H264TrackImpl.(H264TrackImpl.java:87) at com.googlecode.mp4parser.authoring.tracks.h264.H264TrackImpl.(H264TrackImpl.java:91) at abdullahhafeez.me.prototype2.Services.VideoBuildService.onHandleIntent(VideoBuildService.java:103)

lovepreetjassal commented 6 years ago

I am getting the same error! Did you find any solution?