This method calls the setInfoToMP4() to save the video information from the selected video to its metadata within the mp4 file.
The video file has to be an mp4.
Sets the state of the import mode.
In depth import mode off means import will only look for exact math
from database, in depth mode on means if no exact match found title will be parsed
and detailed search on this parsed title will be done against the database.
Method to save the video information from the library to the metadata within the video file
if the video file is an mp4.
The video information will then be available if you import it into any program
that supports reading metadata information (such as itunes, quicktime).
sets if the video output should be muxed to mp4 once converted
All Xvid profiles should be set to false.
All H264 profiles should be set to true apart from custom H264 which can be either.
This method calls various methods from the ConversionProfile being used to set various information about scaling and cropping
for the video being converted
sets the raw transcode mode on/off.
raw transcode mode quickly transcodes a VOB to mpeg to solve timestamp problems
which creates out of sync problems.
enabling this option should solve this problem and is recommended to be ketp on.
Sets the system to busy so that the user has to wait for the critical function
to be completed before having access to the program.
Windows are all disabled appart from the dialo opened which shows the progress throughout
the task's execution.
This methos createa and shows the conversion list window, this JFrame displays a list of convertion jobs to convert or being
converted.
Information about the job completion is also shown in the list.
This method is used to show the ipod custom settings window.
This window contains JTextFields and JComboBoxes so that the user can input and
select the settings he wants to use with the ipod profile for conversion.
This method is used to show the ipod custom settings window.
This window contains JTextFields and JComboBoxes so that the user can input and
select the settings he wants to use with the ipod profile for conversion.
This method is used to show the PSP custom AVC settings window.
This window contains JTextFields and JComboBoxes so that the user can input and
select the settings he wants to use with the PSP AVC profile for conversion.
This method is used to show the FFMPEG custom settings window.
This window contains JTextFields and JComboBoxes so that the user can input and
select the settings he wants to use with the FFMPEG profile for conversion.
This method is used to show the Flash custom settings window.
This window contains JTextFields and JComboBoxes so that the user can input and
select the settings he wants to use with the Flash profile for conversion.
This method is used to show the H264 custom settings window.
This window contains JTextFields and JComboBoxes so that the user can input and
select the settings he wants to use with the H264 codec for conversion.
This method is used to show the ipod custom settings window.
This window contains JTextFields and JComboBoxes so that the user can input and
select the settings he wants to use with the ipod profile for conversion.
This method is used to show the Mencoder custom settings window.
This window contains JTextFields and JComboBoxes so that the user can input and
select the settings he wants to use with the Mencoder profile for conversion.
This method is used to show the MJPEG custom general settings window.
This window contains JTextFields and JComboBoxes so that the user can input and
select the settings he wants to use with the MJPEG profile for conversion.
This method is used to show the psp mpeg4 custom settings window.
This window contains JTextFields and JComboBoxes so that the user can input and
select the settings he wants to use with the psp profile for conversion.
This method is used to show the wmv custom settings window.
This window contains JTextFields and JComboBoxes so that the user can input and
select the settings he wants to use with the wmv profile for conversion.
This method is used to show the zune custom settings window.
This window contains JTextFields and JComboBoxes so that the user can input and
select the settings he wants to use with the zune profile for conversion.
This method opens up a JPanel on the right hand side of the main window to show the database info found for the objects imported
or the objects selected for information update
This method is used to display a preview in a separate window of the settings chosen for conversion with regard,
to scalling and cropping and any video filters that might have been selected.
This method is used to create and display the preview controls help screen.
This screen will show the controls required by the user to navigate the video player.
This method calls the appropriate methods and external program to undertake the convertion of the video to convert under a single pass
conversion specification.