Closed GoogleCodeExporter closed 9 years ago
Here's the merge.
Original comment by jo...@sparklingzoo.se
on 9 Dec 2013 at 10:04
Attachments:
[deleted comment]
I opened the original wav and the mp4 in Audacity and check this out. What am I
doing wrong here?
Original comment by jo...@sparklingzoo.se
on 9 Dec 2013 at 10:30
Attachments:
The problem is that Untitled-1.mp4 also contains audio frames. Since it's
mostly silence though we can easily fix that by ignoring them, with a condition
like this:
if (frameVideo.image != null)
recorder.record(frameVideo);
So, it's not an issue with JavaCV... Please post your questions on the mailing
list next time if possible, thanks!
Original comment by samuel.a...@gmail.com
on 15 Dec 2013 at 6:41
Original issue reported on code.google.com by
jo...@sparklingzoo.se
on 9 Dec 2013 at 10:01Attachments: