Top "Muxer" questions

Generic tag about the process of programmatic laying out multiple media streams in a single file or octet stream, so that they can be played in sync.

What is weblogic.socket.Muxer?

Does any of you understand what weblogic.socket.Muxer is used for in WebLogic 8.1? Often in thread dumps I see …

java sockets weblogic weblogic8.x muxer
MediaMuxer error "Failed to stop the muxer"

I'm encoding Camera preview data using MediaCodec with mime-type "video/avc" and passing the encoded data (video-only, no audio) to …

android mp4 android-mediacodec muxer
java.lang.OutOfMemoryError: Java heap space

My application is deployed on a cluster environment. Recently the server went down with the following stacktrace. It doesn't seem …

java jvm weblogic muxer
Create mp4 files on Android using Jcodec

i have some troubles with writing mp4 files on Android using MediaRecorder and Jcodec, here is my code public class …

android mp4 h.264 muxer jcodec
Android encoder muxer: raw h264 to mp4 container

I created a h264 raw video file, and I was able to mux it with Android MediaMuxer on Android 4.3 and …

android h.264 codec muxer jcodec
How can libavformat be used without using other libav libraries?

I would like a simple working example of using just libavformat to mux video. There are nice examples (doc/examples/…

video ffmpeg libavformat muxer