A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

C

calculatorCalculate() - Method in class MovieLibrary.VidPlayer
This method is used to calculate various information about a video file with respect to file size, bitrate, video width and height.
cancelCurrentConversion() - Method in class MovieLibrary.VidPlayer
Cancels the current convertion, checks first if a conversion is in progress then changes the conversion state to false to be specific not converting and destroys the convertion process and calls the deleteIncompleteFile() method to delete incomplete files.
changeAudioCodec(String) - Method in class MovieLibrary.ConversionProfile
 
changeConfig() - Method in class MovieLibrary.VidPlayer
Method to check the current preferences and save any changes when the window is closed.
This method creates a separate JFrame and displays all the preferences inside it, a window listener as been added to that frame to check when the window is closed.
changeMediaPlayerLocation() - Method in class MovieLibrary.VidPlayer
Opens a JFileChooser for the user to select a media player.
ExeFileFilter applied to only let the user select an executable file.
Selected executable file path stored as media player path if not null.
Message given to stdout otherwise.
changeVideoCodec(String) - Method in class MovieLibrary.ConversionProfile
 
changeVideoInfo(VideoObject, int) - Method in class MovieLibrary.VideoLibrary
changes the content of the video with the given ID in the library with the content of the given video.
checkAllFiles(File, Object[]) - Static method in class MovieLibrary.Utils
 
checkFileListForDir(Object[]) - Static method in class MovieLibrary.Utils
 
checkFileName(File) - Static method in class MovieLibrary.Utils
 
checkFilePath(String) - Method in class MovieLibrary.VidPlayer
This method is used to check if the given file exists
checkHTMLValid(String) - Static method in class MovieLibrary.Utils
 
checkScale() - Method in class MovieLibrary.VidPlayer
This method is used to check the correct scale of a video to be converted.
This method will call an external program which will simulate playback in the background to check the aspect ratio and scale.
checkVersion() - Method in class MovieLibrary.VidPlayer
 
CI - Static variable in class MovieLibrary.ConversionProfile
cubic interpolate (interlaced videos)
CLIP - Static variable in class MovieLibrary.VideoObject
 
ClipObject - Class in MovieLibrary
class to store information about a clip.
Subclass of video object
ClipObject(int, File) - Constructor for class MovieLibrary.ClipObject
Constructor for a clip object.
Will create a new clip with given ID and path and default type
ClipObject(ClipObject) - Constructor for class MovieLibrary.ClipObject
Contructor for a clip object from another non null clip object.
Will create a new clip object with all the settings from the given clip object
close3GPSettings() - Method in class MovieLibrary.VidPlayer
This method is used to close the 3gp settings window.
closeDVDSettings() - Method in class MovieLibrary.VidPlayer
This method is used to close the DVD settings window.
closeFFMPEGSettings() - Method in class MovieLibrary.VidPlayer
This method is used to close the FFMPEG settings window.
closeFlashSettings() - Method in class MovieLibrary.VidPlayer
This method is used to close the Flash settings window.
closeH264Settings() - Method in class MovieLibrary.VidPlayer
This method is used to close the H264 settings window.
closeiPodSettings() - Method in class MovieLibrary.VidPlayer
This method is used to close the iPod settings window.
closeMencoderSettings() - Method in class MovieLibrary.VidPlayer
This method is used to close the Mencoder settings window.
closeMjpegSettings() - Method in class MovieLibrary.VidPlayer
This method is used to close the MJPEG settings window.
closeProfileChoiceWindow() - Method in class MovieLibrary.VidPlayer
This method is used to close the profile choice window.
Closed only if auto crop detection is not running.
closePSPSettings() - Method in class MovieLibrary.VidPlayer
This method is used to close the Zune settings window.
closeWMVSettings() - Method in class MovieLibrary.VidPlayer
This method is used to close the wmv settings window.
closeXvidSettings() - Method in class MovieLibrary.VidPlayer
This method is used to close the Xvid settings window.
closeZuneSettings() - Method in class MovieLibrary.VidPlayer
This method is used to close the Zune settings window.
codec - Variable in class MovieLibrary.ConversionProfile
codec used for wmv (wmv7/8)
componentHidden(ComponentEvent) - Method in class MovieLibrary.VidPlayer
 
componentMoved(ComponentEvent) - Method in class MovieLibrary.VidPlayer
 
componentResized(ComponentEvent) - Method in class MovieLibrary.VidPlayer
This method is used to stop the user resizing thw main window to a smaller size than reasonable.
componentShown(ComponentEvent) - Method in class MovieLibrary.VidPlayer
 
conversionLog() - Method in class MovieLibrary.VidPlayer
This method creates and shows the conversion log window which is used to display information about a conversion process while it is being converted.
This is a JFrame with a JTextArea inside a JScrollPane where the information will be added during conversion.
ConversionProfile - Class in MovieLibrary
class which is used to create and store conversion info in the form of conversion profiles.
Info such as subtitles and de-interlacing filters used are also stored here.
ConversionProfile(int, int) - Constructor for class MovieLibrary.ConversionProfile
Conversion profile constructor, takes a quality setting and a video filter
ConversionProfile(ConversionProfile) - Constructor for class MovieLibrary.ConversionProfile
Conversion Profile Constructor from given profile
ConversionProfile(String[]) - Constructor for class MovieLibrary.ConversionProfile
 
convertHexToBinary(char) - Static method in class MovieLibrary.Utils
Convert the given hexadecimal value to binary
ConvertingJob - Class in MovieLibrary
Converting job object
Contains the information required to convert a video
Such as video path, conversion profile, crop settings...
ConvertingJob(CropSettings, ConversionProfile, VideoObject, String, int) - Constructor for class MovieLibrary.ConvertingJob
Constructor for a converting job
ConvertingJob(ConvertingJob) - Constructor for class MovieLibrary.ConvertingJob
 
ConvertingJob(File) - Constructor for class MovieLibrary.ConvertingJob
 
convertSelectedVideos() - Method in class MovieLibrary.VidPlayer
This method is used to start the conversion process for the selected video.
If no video selected or no video in library message given to the user.
convertTheNextVideo() - Method in class MovieLibrary.VidPlayer
This method is called to use any of the conversion profiles to convert a video to the chosen profile
convertVideoType(VideoObject) - Method in class MovieLibrary.VidPlayer
This method converts a video from its original video type to the video type selected in the tag edit box.
correctHTMLCodes(String) - Static method in class MovieLibrary.Utils
converts html ascii codes to symbol and updates the string
createMenu() - Method in class MovieLibrary.VidPlayer
Method that build the PopupMenu and the menu bar.
Once the menus are built they are added to the main window.
Action Listeners added to the menus to listen to menu selections.
crop - Variable in class MovieLibrary.ConversionProfile
crop settings to use on video
CropSettings - Class in MovieLibrary
class to store and access crop settings easily
CropSettings(String, int, int) - Constructor for class MovieLibrary.CropSettings
Constructor for a crop settings object
Will take a string containing crop values and uncropped width and height.
crop settings will be parsed and crop values will be extracted and calculated appropriately.
CropSettings(CropSettings) - Constructor for class MovieLibrary.CropSettings
crop settings constructor from given crop setting
customH264FirstPass - Variable in class MovieLibrary.ConversionProfile
custom h264 settings flags (first pass)
customH264SecondPass - Variable in class MovieLibrary.ConversionProfile
custom h264 settings flags (second pass)
customScaledWidth - Variable in class MovieLibrary.ConversionProfile
custom profiles scaled width
customXvidFirstPass - Variable in class MovieLibrary.ConversionProfile
custom xvid settings flags (first pass)
customXvidSecondPass - Variable in class MovieLibrary.ConversionProfile
custom xvid settings flags (second pass)

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z