while reading the demo class in readme file i see that framegraber grabes image, and framerecorder records them .
fine but where does the audio in the output file takes place?
thanks to ur support am able to compress the video but not with the audio.
any hint to grab the audio ?? :)
FrameRecorder recorder=
new FFmpegFrameRecorder(newfullpath, 240, 320,1);
recorder.setAudioCodec(avcodec.
AV_CODEC_ID_AAC);
recorder.setFrameRate(grabber.getFrameRate());
recorder.setSampleRate(grabber.getSampleRate());
recorder.setVideoCodec(avcodec.
AV_CODEC_ID_MPEG4);
Although, On all Samsung devices (not mentioning I have tons of trouble with camera intent also) , the audio after compression is distorted and freaky.!!!!!
I tried setting audiobitrate and sample rate with no result!!!
Please advice! ur the best :)