sannies / mp4parser

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

Cannot merge the videos of different heights #274

Open aloklearning opened 7 years ago

aloklearning commented 7 years ago

The problem is in this part of code of AppendTrack class, it is not doing anything but returning null. if (vse1.getHeight() == vse2.getHeight()) { vse.setHeight(vse1.getHeight()); } else { LOG.logError("height differs"); return null; }

santhoshrao519 commented 7 years ago

Hi Alok, I'm also facing same issue, any overcome/solution for it. Please do share your thought