The xuggler tag has no wiki summary.
4
votes
1answer
133 views
Get Video from frames in Xuggler
I am trying to encode a list of images into a video using xuggler. I have got an array of buffered images. I am using the following code.
public void encodeImage(BufferedImage originalImage, long ...
3
votes
4answers
69 views
making an installer and installing the libraries if not already installed
How can i make up am installer for my java application (jar file) . The same as that of windows installer which proceeds by clicking next and installs the application. What i want with my java app is, ...
2
votes
1answer
123 views
Saving two streams of one of video and other audio using Xuggler and Red5
I am using a red5 server. I am doing a two way video conference using flex application. My current red5 server is storing both streams as different flv files.
now i have done some editing and have ...
2
votes
1answer
112 views
Setting mp3 bitrate with xuggler
I need to convert audio files to mp3 format with a 192 kbps bitrate using xuggler.
The method addAudioStream, which implements the IWriter interface, is writing the audio files at 64 kbps.
How can I ...
2
votes
1answer
186 views
Using Xuggler for MXF to FLV
I am trying to transcode an mxf file to flv type using Xuggler.
But I am getting this exception -
2011-09-23 11:48:06,328 [main] WARN com.xuggle.xuggler - Got error: picture is not of the same ...
2
votes
1answer
206 views
xuggler: no video in encoded 3gp file
i am trying to encode videos into 3gp format using xuggler, i somehow got it to work, work as in the program stopped throwing errors and exceptions, but the new file that is created does not have any ...
2
votes
0answers
129 views
xuggler: no error but , file still not converted to 3gp
i am using xuggler to convert file to 3gp format. Now afetr a lot of googling i have come to a point where i get no error on the console but the converted file is just 65Kbs as opposed to the 3Mb ...
2
votes
2answers
311 views
Set of questions related to playing sound / video in java
There are some set of questions i wanted to ask related to Java Sound which are as follows :
Can i use xuggler with netbeans ?
If yes can anyone please tell the way out ?
What are the audio and ...
2
votes
1answer
217 views
Is there a higher level API for Xuggler?
After downloading and using Xuggler, my initial impressions are very good; it supports a whole host of codecs, it was relatively hassle free to get going and the getting started tutorial videos ...
1
vote
0answers
36 views
Streaming avi to a red5 server
I have a problem with Red5 Media Server.
I installed it on Windows machine and I'm trying to stream *avi file to the server using ffmeg:
ffmpeg -i testfile.avi -re -acodec libfaac -ar 22050 -vcodec ...
1
vote
0answers
69 views
Playing media files in Java?
I've set myself the task of creating a media player in Java. I've seen that the JMF and Xuggler are both quite good ways to implement the actual audio/video playing, among others. My question is that ...
1
vote
1answer
446 views
Audio converting with Xuggler
I'm trying to convert aac/wav/wma audio files to mp3 with Xuggler in Java.
Unfortunately, I have a big loss of quality. My input file size is about 7MB and my output file size is only 1,5MB.
The ...
0
votes
0answers
46 views
Video Creation from a set of images with xuggler
Hy
I have been looking for this solution everywhere! In this website and in other ones.
I have found some interesting thing but they didnt solve my problem. I am gonna explain it.
I have one video. I ...
0
votes
1answer
76 views
Setting environment variables in Java Applet
I'm using xuggler api in my applet. And xuggler's wiki says I cannot use it in an applet. But I tried it with 3 computers. And my applet will work if I can add xugglers bin folder to system ...
0
votes
1answer
100 views
How to join one audio and video file — Xuggler
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 ...
0
votes
0answers
64 views
Audio only encoding using Xuggle
Is there a simple way to remove the video-stream from a IMediaWriter?
I have a re-conding system which uses a IMediaReader, which has a listener which resizes my pictures and then a listener which ...
0
votes
0answers
66 views
i want implement played video window by xuggle inside A my JPanel?
i can play a video by xuggle , but when i start my program , the video open in it's seperate JFrame !! , i want implement this player inside my own Jframe or JPanel in FullScreen Display Mode , so how ...
0
votes
0answers
56 views
How to re-code a movie file with Xuggler
This must be a very stupid question, but how does one recode with Xuggler?
Simplified I have:
IMediaReader reader = ToolFactory.makeReader(sourceUrl);
IMediaWriter writer = ...
0
votes
0answers
51 views
Does Xuggler generate RTSP stream
Is it possible to generate RTSP video stream with Xuggler? If so can you give an outline of the procedure?
0
votes
0answers
73 views
Creating video from sequence of image from a local file location
I have a problem on encoding my sequence of images to a video file from a local file location here is my error:
Exception in thread "main" java.lang.RuntimeException: Input stream index 1 has not ...
0
votes
0answers
66 views
Xuggler Error: Could Not Open
I am using xuggler API to transcode Video from one format to another.
Following the example, provided by
http://wiki.xuggle.com/MediaTool_Introduction & ...
0
votes
1answer
166 views
Can't encode video with Xuggler
I'm trying to create simple application with Xuggler, which has to encode sequence of pictures into video.
I've installed xuggler, as described in official site.
Here is example of code (which I've ...
0
votes
0answers
73 views
Xugglers IContainer can't open AMR515 stream
Hope that someone will help me with problem. I've written network client that reseives streaming audio encoded in AMR515. Client uses own protocol, over UDP, and each datagramm contains 2 chunks of 20 ...
0
votes
0answers
66 views
Decode Audio (32 bits per sample) using Xuggler
I need to decode Audio packet having 32 bits per sample. I am using xuggler library in Java.
Problem is: Xuggler does not support audio having 32 bits per sample (as mentioned in IAudioSamples.java ).
...
0
votes
2answers
895 views
java.lang.UnsatisfiedLinkError: no xuggle-xuggler in java.library.path
I'm using Ubuntu 11.04 and Eclipse. I installed Xuggler succesfully, I've checked the environment variables and everything related with linux in their FAQ: ...