Tutorials
From Xugglewiki
Overly Simplistic Guide to Internet Video
Installing Xuggler & Xuggler MediaTools
Live Encoding to a Flash Media Server, Wowza or Red5 Instance
Writing Your First MediaTool API Program
Writing Your First Xuggler Advanced API Program
Decoding Media Files with the Xuggler Advanced API
Encoding Media Files with the Xuggler Advanced API
- Encoding Video from a sequence of Images (A.K.A. Using Xuggler to make a screen-capture movie of your desktop).
How to Concatenate Two Media FilesEncoding Media Files Using the MediaTool API
Tutorial Wish List
Add suggestions here for Tutorials you'd like the community to create. No guarantees anyone will do it, but at least the request is logged.
- How to extract screenshots/snapshots from an .m4v video and convert them to .jpg images
- How to take sub-sections of MP3 files and write them to new files
- How to transcode RTMP data to RTP
- How to transcode a stored movie from disk to serve a FLV over RTMP
- Wiki section on troubleshooting Xuggler/Red5 connector
- How to manipulate video on the fly (eg: "piper explained")
- A tutorial on how to use Xuggler from within a C++ environment, preferably on 32-bit Linux
- How to read from a live source (camera + audio board), encode it(h.264 + aac), mux the streams to TS and stream the result using RTMP
- How to seek within media files , how to seek by frame and by time , how to seek to a next key frame
