Questions tagged [xuggle]

A free open-source library for Java developers to uncompress, manipulate, and compress recorded or live video in real time.

A free open-source library for Java developers to uncompress, manipulate, and compress recorded or live video in real time. http://www.xuggle.com/

159 questions
0
votes
1 answer

set the thumbnail width and height in xuggler

i am using xuggler to obtain the thumbnail of a video file amd the image is created by xuggler in dimension 640*480 but i want to image size in 200*200 or 2--*2-- if it possible then please tell me and how i do it.
Amit
  • 91
  • 1
  • 3
  • 8
0
votes
2 answers

Capture screen with mouse pointer using xuggler

following is the code to capture screen and make video from it using xuggler and it is working fine, but the generated video does not have mouse cursor in it. I also want to capture mouse pointer to show the mouse activity. Can some one guide me on…
Sandeep Kumar
  • 13,799
  • 21
  • 74
  • 110
0
votes
0 answers

Xuggler, going straight to a certain frame (second) without reading the whole video

In this example is for capturing images from a video with Xuggler, the Java video library, it's for periodically capturing frames from a video into images. https://www.javacodegeeks.com/2011/02/xuggler-tutorial-frames-capture-video.html In it I see…
Tlink
  • 875
  • 2
  • 14
  • 30
0
votes
0 answers

humble-video (Xuggle) problem with codecs and mp4 files

I'm trying to use this new library (humble-video) based on Xuggle: https://github.com/artclarke/humble-video but I have some problems: mp4 files are not…
navy1978
  • 1,411
  • 1
  • 15
  • 35
0
votes
0 answers

How to write rotation metadata to video in xuggler?

I have created a class to resize a video. I tested this with a video filmed on my mobile in portrait mode. The video is correctly displayed in portrait mode in any media player booth on phone and computer. However when using my program to resize the…
ulanBator
  • 45
  • 1
  • 6
0
votes
2 answers

Record from Web Cam in Java

I need to record from a webcam. I however have twoadditional requirements. It cant be JMF and it has to be under LGPL or similar license. Ive checked out Xuggler, but dont know if you can actually record from it. Plus it looks like some parts of it…
user489041
  • 27,916
  • 55
  • 135
  • 204
0
votes
1 answer

Error when installing Xuggle to linux

I am repeatedly getting this error when trying to install Xuggle(http://www.xuggle.com/xuggler/downloads/) to linux server . -------------------- ERROR ----------------------- Failed to install xuggle-xuggler. You may need to be root to install to…
Paba
  • 1,105
  • 3
  • 19
  • 34
0
votes
2 answers

java.lang.UnsatisfiedLinkError: Native Library /usr/local/xuggler/lib/libxuggle-xuggler.so.3.4.1012 already loaded in another classloader

I successfully introduced xuggle in my tomcat environment and it worked perfectly. Than something happens , and from that moment on, any time my thumbnail generator is called ( is the class that uses xuggle the most) i got the…
genjosanzo
  • 3,264
  • 2
  • 16
  • 21
0
votes
1 answer

Use Xuggle in Java to trancode and streaming video/audio

I create an HTTP streaming server, but the clients can not play all video formats, so my question is, if there is a way, using xuggle in the server to transcode the video in a specific format and streaming it directly, on the fly. I mean, not have…
androidGR
  • 43
  • 9
0
votes
1 answer

javafx: how to close unknown child stages/windows

I use this code to convert a video with xuggler: http://www.jochenhebbrecht.be/site/2010-10-12/java/converting-resizing-videos-in-java-xuggler The convertion works fine and the line: reader.addListener(ToolFactory.makeViewer(true)); let me view…
user3776738
  • 214
  • 2
  • 10
  • 27
0
votes
1 answer

Xuggle and red5 without red5 adapter

As I understand xuggle has built in rtmp support as of version 3.4 and as a result they deprecated the red5 adapter. So in order to stream to a running red5 instance, I searched a bit in stack overflow and found this question: How to transmit live…
Nikola Yovchev
  • 9,498
  • 4
  • 46
  • 72
0
votes
1 answer

How to separate audio from video without converting into a file?

googled and found some libraries like xuggle, vlcj and how to convert video to audio. But I want to stream audio without making it as a separate audio file using java. Please help.
Patrick Prakash
  • 500
  • 1
  • 7
  • 17
0
votes
1 answer

Stream with xuggle to a red5 instance and making it all jnlp based

Let's assume I have Xuggle recording the screen of the client in a video. Let's now assume I want to stream that video (while it is still being recorded) to my red 5 instance located in localhost:1935/live Is it at all possible to do this in a …
Nikola Yovchev
  • 9,498
  • 4
  • 46
  • 72
0
votes
0 answers

Xuggle mp4 output (isom mp41 codec?) issues

We're using Xuggler to create an mp4 from pictures, with no audio at this point. The mp4 we're getting is playable locally, but cannot be embedded in a webpage or chromecast. I suspect the issue is that we're getting an older ISOM mp41 codec that's…
JonSides
  • 31
  • 1
  • 5
0
votes
1 answer

Red 5 Generated FLV from live streaming and Xuggle

Im Using Red5 to record live stream from the user. I am able to save the stream to disk and it generates an FLV file. When I'm trying to read the FLV file with some FLV player - it seems like the file's meta-data is corrupted - which also makes the…
David Salzer
  • 872
  • 1
  • 7
  • 24