jcodec Questions
2
I'm trying to use JCodec to turn a series of images into a video inside of a Java SE desktop application. The few methods I've tried all resulted in a video that Windows Media Player could not play...
4
Solved
My goal is to do a couple things:
Use OpenCV and the JavaCameraView to process frames from the phone's camera feed
Enable recording of that processed video as it happens
I have both of them wor...
0
I am using JCODEC to create a video of my screen activities. I don’t want to use android NDK as I want to do it in JAVA. I am running a for loop to encode images using SequenceEncoder. The problem ...
1
Solved
I created a h264 raw video file, and I was able to mux it with Android MediaMuxer on Android 4.3 and up. Now I need to support Android versions 4.1 and 4.2. I found Jcodec. And there is an example ...
2
i have some troubles with writing mp4 files on Android using MediaRecorder and Jcodec, here is my code
public class SequenceEncoder {
private final static String CLASSTAG = SequenceEncoder.class....
1
© 2022 - 2024 — McMap. All rights reserved.