The xuggle tag has no wiki summary.
4
votes
1answer
134 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
1answer
176 views
forwarding and rewinding audio in xuggler
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 ...
3
votes
2answers
96 views
Only video plays not the sound. Why is that ?
I read this code to play video files using xuggler as a library.When i run this code , the video without sound plays.Why is that ?
If not what should i do to play audio with video.?
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
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
1answer
113 views
Why do i get this exception? [closed]
I don't get the reason why do i obtain the following exceptions :
Exception in thread "videoDecoder" java.lang.IllegalArgumentException: The picture is not complete.
at ...
2
votes
3answers
225 views
Unable to understand this method (How does it try to match the frame rate ?)
I came across this snippet while going through the tutorial on how to decode a video :
private static long millisecondsUntilTimeToDisplay(IVideoPicture picture)
{
/**
* We could just display the ...
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 ...
2
votes
1answer
2k views
How to transmit live video from within a Java application?
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 ...
2
votes
3answers
1k views
Xuggle codec identification fail
I'm trying to run the following Xuggle code:
public static boolean convert(String stream) throws IOException, InterruptedException {
IMediaReader reader = ToolFactory.makeReader(stream + ".flv");
...
1
vote
1answer
59 views
Xuggle combine audio with generated audio
I have an mp3 file, and an image. I need to create a video combining them, in java.
I'm trying to do it with xuggle, but there are still no results.
Can anybody give me any suggestions ?
1
vote
1answer
74 views
Capturing Continuous Frames and merging them as one in java
I am pretty new to image capturing using java. Just started working in java.
What i want to ask is i have two flv videos i will like to combine. I searched the internet and many people said about ...
1
vote
0answers
151 views
H264 encoder settings
I'm using xuggler to encode a series of images to an MP4 file. I use the following code to setup the IStreamCoder and specify the H264 codec:
// only set if codec is H264
...
1
vote
2answers
187 views
Use Xuggler to quicky segment file without decoding/encoding
Writing a Java application using the Play framework and need some HTTP-Live streaming. I intent to segment the mp4 files on the fly, on-demand. I tried a c-segmenter for that (from Carson McDonald) ...
1
vote
1answer
344 views
Xuggle and java library path
I'm writing a screencast application in Java.
I decided to use Xuggle to do it and I followed up the installation instructions on the xuggle wiki.
I set up the PATH environment with %XUGGLE_HOME%\bin ...
1
vote
1answer
238 views
How I can use Xuggler with Play! Framework
I was trying to use Xuggler ( http://www.xuggle.com/ ) with play! framework. I'm using Mac OSX and also created the ~/.MacOSX/environment.plist file with xuggler path. I also set these in my ~/.bashrc
...
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 ...
1
vote
2answers
344 views
Java Appcrash Problem
when I start my Java-Program, I get this error (using Xuggle-library with Webcam):
Problem signature:
Problem Event Name: APPCRASH
Application Name: java.exe
Application Version: ...
1
vote
0answers
175 views
Xuggler-Java-How to write the header of a IStreamContainer for .mp4 and/or .avi?
Does anybody know how to set/add additional information to the header of an IStreamContainer for .mp4 format type and/or .avi?
Using writeHeader for the Icontainer is not giving the right thing ...
1
vote
0answers
279 views
Xuggler screenRecording code affecting sound recording
I am working on an application for screencast with audio. screen recording with sound is working fine but the issue is that suppose I do recording of 5 mins then generated video file is of 5 min but ...
1
vote
1answer
2k views
Media streaming basics - HTTP vs RTMP
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) ...
1
vote
0answers
571 views
How to capture video and audio from camera/webcamera with Xuggle?
I found out abut Xuggle yesterday and let me first say that it is an amazing thing. I run through all of video and text tutorials.
My first problem was to programatically record desktop of computer ...
1
vote
2answers
179 views
Audio playing too fast
If any of my fellow Xuggler users can tell me what I'm doing wrong, that would be awesome! I am doing the following:
Reading from ogv (ogg video)
Queueing the audio and video
Writing back to ogv
...
1
vote
1answer
396 views
How do I mixdown multiple audio channels in java/xuggler?
like mixing 6 channel surround down to stereo? xuggler throws: ERROR com.xuggle.xuggler - Error: inputChannels > 2; unsupported
1
vote
1answer
126 views
Xuggle on Blackberry
Is it possible to use Xuggle for Blackberry development?
Has anyone attempted this?
Thank you.
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
44 views
xuggler could not find input codec id (avi, msvideo1)
I convert video from different formats to flv using xuggle MediaTool. For most of cases it works fine, but when I try an .avi file encoded with msvideo1, indeo3 or cinepark, xuggler throws ...
0
votes
1answer
102 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
32 views
xuggle bitrate changing
I'm trying to transcode video to different qualities with xuggle/MediaTool. I follow the tutorial from the xuggle wiki, but there is no effect. What do I wrong?
See my code:
test:
public class ...
0
votes
1answer
47 views
xuggle cuncurrent transcoding
I'm xuggle primer and I'd like to transcode video to various formats/qualities. As a newbie I'd like to use the Xuggle MediaTool. As I need to do it efficiently, I want to process each target format ...
0
votes
1answer
110 views
Edit a video file using java xuggle
I want to split a video file into multiple parts and then rejoin some of them to make a new video file.
I am doing it by looping over the packets using xuggle and then writing some of them (after ...
0
votes
1answer
67 views
Xuggle or ffmpeg (newbie)
I am pretty new to image capturing using java.
Which is better and easy to implement Xuggle or ffmpeg for frames capturing and making a video having both audio and video. I have looked on xuggle and ...
0
votes
0answers
66 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
67 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
141 views
Xuggler H264 FPS encoding issue
I'm trying to encode a series of images into an MP4 video with xuggler. However, trying to wrap my head around the timebase/framerate issues is driving me insane! I can't seem to get a decent video ...
0
votes
0answers
133 views
grab realtime audio from Java and Stream to RTMP (via xuggler)
I am trying to stream audio from microphone a rtmp (red5) server via xuggle. I found some code from users that could not get it working, but not a working example.
Can someone point the directions ...
0
votes
1answer
55 views
Find Xuggle from Applet
How can I make it possible for a Java applet find xuggle path? I was thing in making an installer wrapper and save a hidden file on user's path ( e.g. .myAppConfig.txt) but if I could find a better ...
0
votes
0answers
306 views
Xuggle with red5 live streaming
I have a test.avi file that i need to convert to test.flv then stream through red5.
I am currently using xuggle it works for most formats but struggles with avi to flv conversion. I get this error
...
0
votes
1answer
29 views
how to know with xuggle a video is a flash video?
if I look the property of a flash video by right clicking and selecting property , it tells me that this video is:
Type: Flash video (video/x-flv)
I really would like to have the same result in java ...
0
votes
2answers
904 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: ...
0
votes
1answer
209 views
How can I split a video file by Java
I wanna split a video file into several fragments which can be played individually.
Is there any java library can be used in this situation?
Or if Xuggle can be used, can anyone give me an simple ...
0
votes
2answers
390 views
Xuggle on android
Am trying to use the libraries form Xuggle in my android app.
I have added the all the jar files to my app. When i use the xuggle functions I do not get any warnings after importing required xuggle ...
0
votes
0answers
71 views
Define environment variables for Xuggle in Resin
I'm trying to get Xuggle working with a Resin server. It doesn't work for the moment, and it seems it's because the Xuggle variables are not set for the server. Symptoms are that I get an exception:
...
0
votes
1answer
103 views
java/xuggle - encode array of images into a movie
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 ...
0
votes
2answers
156 views
xuggler error - “cannot find symbol : class VideoImage” - what am i missing?
I am using xuggler to play video files from my code and the following is a snippet from the main code:
This snippet produces an error :
//The window we'll draw the video on.
private static ...
0
votes
0answers
58 views
reassembling xuggle frames
I'm new to use Xuggle but I could get frames of the video using this lib, but when i reassemble it again and compare the generated one with the origin there are different in the pixels.
Please if ...
0
votes
1answer
427 views
Xuggler-Java- How to create packets from a byte array?
I am building an export application using Xuggler that exports a h264 encoded recording so that it can be played in an external player ( writing the video recording to .avi or .mp4 container).
I am ...