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...
Mchail asked 22/4, 2014 at 13:4

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...
Traipse asked 22/2, 2015 at 22:6

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 ...
Mckenziemckeon asked 20/5, 2014 at 15:58

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 ...
Mitosis asked 10/4, 2014 at 18:40

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....
Nannettenanni asked 28/5, 2013 at 9:53
1

© 2022 - 2024 — McMap. All rights reserved.