When you submit an encoding job in the WiretapCentral UI, the WiretapCentral ffmpeg encoder is called with a series of command-line parameters, depending on the codec preset and quality level selected in the Export window.
These presets are stored in the export_presets.xml file, located at /var/www/html/wiretapcentral/presets/ on Linux Inferno server systems, or /Library/WebServer/Documents/WiretapCentral/ on Mac OS X Inferno server systems.
Each preset defines the audio and video encoding format and parameters, as well as the video encoding quality.
WiretapCentral provides a number of useful default presets. Advanced users are encouraged to add new presets, or modify existing presets to better suit their needs.
The file is located in the /var/www/html/wiretapcentral/presets/ directory on Linux systems, or in the /Library/WebServer/Documents/WiretapCentral/ directory on Mac OS X systems.
If an encoding job fails without a clear error message after you have modified export preset settings, perform the following procedure to obtain detailed error information from the codec.
To troubleshoot clip encoding:
A new browser window opens to the http://<hostname_or_IP>/wiretapcentral/export/<session_name>/ URL.
Where <session_name> is the name of the failed export job.
The list of files in the export session is displayed, including a file named info.txt .
The next line in the file contains the command and parameters that were sent by WiretapCentral to the codec when attempting to encode the clip.
The codec outputs detailed messages on the reason for the failure.