C D E F G H I R S T

C

com.googlecode.fascinator.transformer.ffmpeg - package com.googlecode.fascinator.transformer.ffmpeg
 
createFfmpegErrorPayload(DigitalObject) - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegTransformer
Create ffmpeg error payload
createFfmpegPayload(DigitalObject, File) - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegTransformer
Create converted ffmpeg payload

D

DEFAULT_BIN_METADATA - Static variable in interface com.googlecode.fascinator.transformer.ffmpeg.Ffmpeg
Default extractor binary name
DEFAULT_BIN_TRANSCODE - Static variable in interface com.googlecode.fascinator.transformer.ffmpeg.Ffmpeg
Default transcoder binary name

E

extract(File) - Method in interface com.googlecode.fascinator.transformer.ffmpeg.Ffmpeg
Extract metadata from the given file
extract(File) - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegImpl
Extract metadata from the given file

F

Ffmpeg - Interface in com.googlecode.fascinator.transformer.ffmpeg
Wrapper for the FFMPEG program
FfmpegDatabase - Class in com.googlecode.fascinator.transformer.ffmpeg
A wrapper class for database access to collect FFmpeg transcoding information This class can be used for statistical collection, as well as to support decision making on whether a re-transcode is required.
FfmpegDatabase(JsonSimple) - Constructor for class com.googlecode.fascinator.transformer.ffmpeg.FfmpegDatabase
 
FfmpegImpl - Class in com.googlecode.fascinator.transformer.ffmpeg
Wrapper for the FFMPEG program
FfmpegImpl() - Constructor for class com.googlecode.fascinator.transformer.ffmpeg.FfmpegImpl
Instantiate using default binaries
FfmpegImpl(String, String) - Constructor for class com.googlecode.fascinator.transformer.ffmpeg.FfmpegImpl
Instantiate using provided binaries (if found)
FfmpegInfo - Class in com.googlecode.fascinator.transformer.ffmpeg
Extract metadata about a media file
FfmpegInfo(Ffmpeg, File) - Constructor for class com.googlecode.fascinator.transformer.ffmpeg.FfmpegInfo
Extract metadata from the given file using the provided FFmpeg object
FfmpegTransformer - Class in com.googlecode.fascinator.transformer.ffmpeg
This plugin is used for converting audio and video media to web-friendly versions using FFmpeg library.
FfmpegTransformer() - Constructor for class com.googlecode.fascinator.transformer.ffmpeg.FfmpegTransformer
Basic constructor
FfmpegTransformer(Ffmpeg) - Constructor for class com.googlecode.fascinator.transformer.ffmpeg.FfmpegTransformer
Instantiate the transformer with an existing instantiation of Ffmpeg

G

getDuration() - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegInfo
Return the duration of the media
getHeight() - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegInfo
Return the duration of the media
getId() - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegTransformer
Get Transformer id
getInfo(File) - Method in interface com.googlecode.fascinator.transformer.ffmpeg.Ffmpeg
Extract and process metadata from the given file
getInfo(File) - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegImpl
Extract and process metadata from the given file
getLastTranscoded(String, String, String, String, String) - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegDatabase
Retrieve from the database the timestamp of the last time this particular transcoding was performed.
getName() - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegTransformer
Get Transformer name
getPluginDetails() - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegTransformer
Gets a PluginDescription object relating to this plugin.
getRaw() - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegInfo
Return the raw ouput that came from the binary
getWidth() - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegInfo
Return the duration of the media

H

hasAudio() - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegInfo
Does the media have audio?
hasVideo() - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegInfo
Does the media have video?

I

init(File) - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegTransformer
Init method to initialise Ffmpeg transformer
init(String) - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegTransformer
Init method to initialise Ffmpeg transformer
InputGobbler - Class in com.googlecode.fascinator.transformer.ffmpeg
 
InputGobbler(String, InputStream) - Constructor for class com.googlecode.fascinator.transformer.ffmpeg.InputGobbler
 
InputHandler - Class in com.googlecode.fascinator.transformer.ffmpeg
 
InputHandler(String, InputStream, OutputStream) - Constructor for class com.googlecode.fascinator.transformer.ffmpeg.InputHandler
 
isSupported() - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegInfo
Is the file format supported?

R

run() - Method in class com.googlecode.fascinator.transformer.ffmpeg.InputGobbler
 
run() - Method in class com.googlecode.fascinator.transformer.ffmpeg.InputHandler
 

S

setEnvironmentVariable(String, String) - Method in interface com.googlecode.fascinator.transformer.ffmpeg.Ffmpeg
Set an environment variable to be made available to the executing FFmpeg
setEnvironmentVariable(String, String) - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegImpl
Set an environment variable to be made available to the executing FFmpeg
shutdown() - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegDatabase
Shutdown the database connections and cleanup.
shutdown() - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegTransformer
Shut down the transformer plugin
storeTranscoding(Map<String, String>) - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegDatabase
Store the transcoding data in the provided map

T

testAvailability() - Method in interface com.googlecode.fascinator.transformer.ffmpeg.Ffmpeg
Test what level of functionality is available for ffmpeg on the current system.
testAvailability() - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegImpl
What level of functionality is available from FFmpeg on this system
toString() - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegInfo
Return the processed metadata as a string
transform(List<String>, File) - Method in interface com.googlecode.fascinator.transformer.ffmpeg.Ffmpeg
Transform a file using given parameters
transform(List<String>, File) - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegImpl
Transform a file using the provided parameters
transform(DigitalObject, String) - Method in class com.googlecode.fascinator.transformer.ffmpeg.FfmpegTransformer
Transforming digital object method

C D E F G H I R S T

Copyright © 2009-2014. All Rights Reserved.