muxer Questions

3

I have downloaded videos from CDN in flv format (video H264 and audio AAC) and remux to them to MP4 format. But videos are limited by length. So i've downloaded each video in several parts: started...
Milling asked 29/4, 2013 at 15:33

3

Solved

I'm encoding Camera preview data using MediaCodec with mime-type "video/avc" and passing the encoded data (video-only, no audio) to MediaMuxer. The muxer seems to run fine and creates a reasonably ...
Stupefaction asked 21/10, 2013 at 22:21

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

3

Solved

I'm trying to use MediaCodec to encode frames (either by camera or decoder) into a video. When processing the encoder output by dequeueOutputBuffer(), I expect to receive the return index = MediaCo...
Lubricant asked 11/3, 2014 at 11:55

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

Solved

I would like a simple working example of using just libavformat to mux video. There are nice examples (doc/examples/muxing.c) that show encoding with libavcodec, muxing with libavformat and saving ...
Plus asked 29/11, 2012 at 20:54

3

Solved

Does any of you understand what weblogic.socket.Muxer is used for in WebLogic 8.1? Often in thread dumps I see stack traces similar to this: "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'...
Absently asked 26/10, 2009 at 8:42
1

© 2022 - 2024 — McMap. All rights reserved.