tuang

Results 2 comments of tuang

I've came into a relative problem while extracting audio from video. I was using JavaCV 1.4.1 with FFMpeg 3.4.2 in Windows x86 64 platform. The report file is below: ```...

Ok. ``` java private static void grabStreaming() { try { // the source file is a video in MP4 format. FFmpegFrameGrabber grabber = new FFmpegFrameGrabber(SOURCE_LOCAL_FILE); File outputFile = new File("./build/output.mp3");...