Closed GoogleCodeExporter closed 9 years ago
full code is simple...
public class TestRecording {
public static void main(String[] s) throws Exception{
OpenCVFrameGrabber grabber = new OpenCVFrameGrabber(0);
FFmpegFrameRecorder recorder = new FFmpegFrameRecorder
("c:\\output.avi", 320,240);
grabber.start();
recorder.start();
}
}
After I delete the "FFmpegFrameRecorder" line, program run just fine...
Original comment by bbsc...@9.cn
on 20 Dec 2011 at 6:19
Please try to use the FFmpeg binaries that are known to work according to the
README.txt file, thank you
Original comment by samuel.a...@gmail.com
on 27 Dec 2011 at 9:32
I compiled the latest release using those binaries for FFmpeg 0.7.1, so it
should work now! Thanks for reporting
Original comment by samuel.a...@gmail.com
on 8 Jan 2012 at 3:33
u must use this version of ffmpeg:
http://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-20121029-git-11d695d-win64-
shared.7z
i had ur problem but i searched the JavaCV readme file and i found that JavaCV
has been compiled with this version of ffmpeg
good luck
Original comment by jpourdei...@gmail.com
on 22 Feb 2013 at 8:24
Original issue reported on code.google.com by
bbsc...@9.cn
on 20 Dec 2011 at 6:16