Hi,
I am new at using Xuggler, and I want to do the following: I need to get a video file and split it in several parts.
I can actually do this, but I also want to create different versions of these video parts, with different quality and different bitrate.
In my code I create an IContainer an then I change its StreamCoder to set a new bitrate.
Before setting the new bitrate I set its flag FLAG_QSCALE to false, but it doesn't change que video bitrate. All the versions of the video parts are the same size.
How can I do this??