rec = new FFmpegFrameRecorder(VideoName, NativeWebcam.DEFAULT_IMAGE_WIDTH, NativeWebcam.DEFAULT_IMAGE_HEIGHT, 1);
rec.setFrameRate(15);
rec.setPixelFormat(0);
rec.start();
videoBitmap.copyPixelsToBuffer(ipImage.getByteBuffer());
rec.record(ipImage);
Hello , I want to have video from the set of images lets say 20 images, so for that can I use the file FFmpegFrameRecorder and I need the sound to be embedded to it. so please help in this as I am stuck from a week into what to use to make video from a set of images I have searched a lot but didnt find a good to go so I am asking this question here.
--
--- You received this message because you are subscribed to a topic in the Google Groups "javacv" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/javacv/GuapyiLAZSE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to javacv+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Samuel
--
--- You received this message because you are subscribed to a topic in the Google Groups "javacv" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/javacv/GuapyiLAZSE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to javacv+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Samuel
--
--- You received this message because you are subscribed to a topic in the Google Groups "javacv" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/javacv/GuapyiLAZSE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to javacv+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
recorder.setCodecID( CODEC_ID_H263);
recorder.setFormat("3gp");
recorder.setPixelFormat( PIX_FMT_YUV420P);
recorder.start();
I am getting an error in setCodecID an dsetPixelFormat
can I know why can this happen ?
Samuel
--
--- You received this message because you are subscribed to a topic in the Google Groups "javacv" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/javacv/GuapyiLAZSE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to javacv+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
When I tried to convert Bitmap to IplImage in Javacv Android app, I got an error: "Buffered not large enough for pixels"..
--
--- You received this message because you are subscribed to a topic in the Google Groups "javacv" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/javacv/GuapyiLAZSE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to javacv+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello
I solved this issue but now when I am trying to put audio in it the both are not in sync ?
Samuel
--
--- You received this message because you are subscribed to a topic in the Google Groups "javacv" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/javacv/GuapyiLAZSE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to javacv+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Samuel
--
--- You received this message because you are subscribed to a topic in the Google Groups "javacv" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/javacv/GuapyiLAZSE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to javacv+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--- You received this message because you are subscribed to a topic in the Google Groups "javacv" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/javacv/GuapyiLAZSE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to javacv+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.