xuggle Questions

1

I am writing java code to take in a video file in mp4 format, apply an effect to it, and then save it into a new file. The code should split the given video into its frames and store them in an arr...
Ortega asked 30/5, 2019 at 14:9

3

Solved

I want to combine a video file (flv) with no audio with an audio file (mp3) using Xuggler. At the moment I have taken two streams and combined the video and audio parts of those streams separately ...
Hung asked 17/1, 2012 at 6:44

6

Solved

I am trying to execute the following code: import com.xuggle.mediatool.IMediaReader; import com.xuggle.mediatool.IMediaWriter; import com.xuggle.mediatool.ToolFactory; public class vidcon { /** ...
Betake asked 17/11, 2012 at 21:17

0

We are trying to create a thumbnail from a video. We tried two third-party libraries. Those are https://github.com/bytedeco/javacv http://www.xuggle.com/xuggler/ Those are working fine. But we ar...
Acapulco asked 13/7, 2017 at 10:41

4

Solved

I want to extract frames from a video and apply some filters on it such as gabor/hough etc. Which Java library would be perfect for handling all kinds of video encodings? I have been looking at GSt...
Meneses asked 22/10, 2012 at 12:22

2

Solved

How can flv videos be converted to Mp4 format using Xuggle? Which api methods do I need to look into? Any links / pointers would be helpful
Dambro asked 24/4, 2013 at 8:32

1

Solved

Are there specific steps I can take to build the Xuggle Xuggler source code from Windows 32-bit, Windows 64-bit, Linux 32-bit, and Linux 64-bit? I've tried multiple times on multiple systems and ke...
Waugh asked 18/4, 2014 at 21:22

2

Solved

I am JUST getting started with Xuggle and I downloaded everything into Eclipse and I included them in them in the Referenced Libraries but I made a really simple test, package com.xuggle.xuggler.d...
Tamtam asked 12/6, 2011 at 20:32

3

I have been looking for a solution everywhere! On this website and on others. I have found some interesting things, but they didn't solve my problem. I will explain it. I have one video, I grad ea...
Snotty asked 7/2, 2012 at 11:36

2

I'm working with xuggle since one week and I wrote a method to get a frame by a video but if video is long this method takes too much time: public static void getFrameBySec(IContainer container,...
Thump asked 31/5, 2011 at 8:35

1

Solved

I'm attempting to use Xuggle and when trying to deploy, I'm getting the following error, below that is my POM file. Hopefully someone can tell me what I'm missing 13:55:34.965 [main] ERROR com.xu...
Decretory asked 23/1, 2014 at 19:6

2

Solved

I am working on a program that integrates Hadoop's MapReduce framework with Xuggle. For that, I am implementing a IURLProtocolHandlerFactory class that reads and writes from and to in-memory Hadoop...
Richardo asked 8/12, 2012 at 23:40

1

So if I run: ffmpeg -t 10 -re -i "rtmp://170.93.143.150/rtplive/ app=rtplive/ playpath=e000990f025f0075004d823633235daa swfUrl=http://www.chart.state.md.us/video/mediaplayer/player.swf pageUrl=htt...
Backstage asked 14/2, 2013 at 16:12

1

Solved

Yes, I know that the FAQ pretends to answer this, but it doesn't really. Instead it instructs you to build the project from source (and the build instructions are quite convoluted). That kind of de...
Hamman asked 15/3, 2012 at 20:23

1

Solved

how can I encode a array of images into a movie using xuggle and java? I would like this to be at 30 fps. I would be willing to use another framework than xuggle, but i believe xuggle would be easi...
Mikimikihisa asked 3/8, 2011 at 21:46

1

Solved

I have used xuggler to play audio files other than wav,au,aiff. Since xuggler performs audio decoding at low level it is very hard to write a method that both forwards and rewinds the audio being p...
Roadway asked 3/8, 2011 at 9:41

1

I am very new to media streaming, and I have some basic doubts to clear : As far as I can understand, the difference between HTTP streaming (say through Apache) and a RTMP streaming (through Red5...
Ilo asked 30/4, 2011 at 15:36

1

Solved

I'm trying to find ways to stream a live video generated in a Java application. The application needs to take screenshots of itself and encode these into a video stream and publish the stream. So ...
Relique asked 9/7, 2010 at 16:3
1

© 2022 - 2024 — McMap. All rights reserved.