All Classes and Interfaces
Class
Description
Based on FFMPEG Aug 12 2007.
main external API structure
Pan Scan area.
four components are given, that's all.
Based on:
http://www.inb.uni-luebeck.de/~boehme/using_libavcodec.html
http://www.inb.uni-luebeck.de/~boehme/libavcodec_update.html
http://www.inb.uni-luebeck.de/~boehme/avcodec_sample.0.4.9.cpp
Based on FFMPEG Aug 12 2007.
invalid input: '<' full parsing and interpolation of timestamps for frames not starting on packet boundary
invalid input: '<' use generic index building code
this structure contains the data a format has to probe a file
Based on FFMPEG Aug 12 2007.
A Java version ffmpeg URLProtocol, bug specific to a single stream.
Provides a single ffmpeg URLProtocol, using the prefix callback:, which calls back to Java code to access the data.
Based on FFMPEG Aug 12 2007.
Implements CallbackURLProtocolHandler by using standard Java file I/O.
In progress
Interface encapsulating AVCodec's img_convert function, allowing it to be swapped out
with an SWScale implementation.
Provides a global instance of ImageConverter.
Adapted from http://www.oreilly.com/catalog/learnjava/chapter/ch14.html
Logger for use by all of ffmpeg-java.
Based on AVCodecSample, but shows the movie in a window.
NOTICE: THIS CLASS IS GPL-LICENSED, UNLIKE THE REST OF FFMPEG-JAVA.
NOTICE: THIS CLASS IS GPL-LICENSED, UNLIKE THE REST OF FFMPEG-JAVA.
Demonstrates ffmpeg getting data from a Java callback, rather than a file directly, using CallbackURLProtocolMgr.