a-schild / jave2

The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project
GNU General Public License v3.0
1.2k stars 245 forks source link

Surround with try/catch of getInfo for ffmpeg 4.4.x #209

Open jhsea3do opened 2 years ago

jhsea3do commented 2 years ago

to fix the ffmpeg 4.4.x did not accept "-i textfile" arguments #178

a-schild commented 2 years ago

This does not seem correct to me. Yes, it works arround the problem, but basically we should not call the getInfos() on non-multimedia files in the first place. So when doing concats we would need to skip that call.

Currently I'm not that deep into the code to see how this could be implemented, but perhaps you have an idea?