This is an old revision of the document!
Except for the common usage of Mobilemate, there are more flexible controling converting using its common configuration file “tce/conf/common.conf”. And, because Mobilemate's work is based on its converting configuration file, so you can also create your own configuration file using text editor without the Video Converting Configure.
This “common.conf” file is used for setting global convert options for all convertings. It is located in directory of “tce(TinyCore Extensions Directory)/conf”. The default whole “common.conf” is below.
PATH="/opt/mobilemate/bin:/opt/custom/bin:$PATH" DECODED_BY="LIBAV" guiconfirm="NO" MAXHISTORY="3" WORKDIR="/opt/mobilemate" TASKBASE="${WORKDIR}/task" TMPBASE="/tmp/mobilemate" TMPCONFBASE="${TMPBASE}/conf" threads="-1" STARTTIME="0" ENDTIME="0" MPEGTS_MENCODER_OFPS="12.5,25" DEFAULT_SOURCE_PAR="1" COMPARE_DAR_CONSTANT="100" X264PRESET="medium" X264PROFILE="baseline" XVIDFOURCC="DX50" LIBAVSEEK="FAST" ASYNC="1" logfile="${WORKDIR}/log/mobilemate.log" v2voptionslistfile="${WORKDIR}/conf/v2voptions.list" x2aoptionslistfile="${WORKDIR}/conf/x2aoptions.list" v2vruleslistfile="${WORKDIR}/conf/v2vrules.list" x2aruleslistfile="${WORKDIR}/conf/x2arules.list" v2vworkconfigfile="${WORKDIR}/conf/v2vwork.conf" x2aworkconfigfile="${WORKDIR}/conf/x2awork.conf"
Explain all options below:
PATH="/opt/mobilemate/bin:/opt/custom/bin:$PATH"
Set the executable PATH environment for Mobilemate.
DECODED_BY="LIBAV"
Set which decode tool to be used.
The available options are: “LIBAV”, “MENCODER”.
Mobilemate can use one of two tools for its decoding, the default is FFmpeg(libav), and the alternate of Mencoder. If you found the default “LIBAV” can't decode your source file(I have not met ever until today), try “MENCODER”. But, the converting time maybe need more than default when you convert multiple files at the same time.
guiconfirm="NO"
Set if confirm it after every step of configuring or converting.
The available options are: “NO”, “YES”.
The default option is “NO”. When you change it to “YES”, you need confirm every steps when you configure or convert.
MAXHISTORY="3"
Set the how many history configuration files to be kept.
The avialable options are: “1”, “2”, “3”, …, unsigned integer equal to or bigger than 1.
Moblemate will keep your history converting configuration files, the history configuration file is located in folder “tce/conf”, and its name is in the form of “v2vhistoryX.conf” for converting to video and “x2ahistoryX.conf” for converting to audio, “X” is the unsigned integer equal to or bigger than 0.
WORKDIR=“/opt/mobilemate” TASKBASE=“${WORKDIR}/task” TMPBASE=“/tmp/mobilemate” TMPCONFBASE=“${TMPBASE}/conf” threads=“-1” STARTTIME=“0” ENDTIME=“0” MPEGTS_MENCODER_OFPS=“12.5,25” DEFAULT_SOURCE_PAR=“1” COMPARE_DAR_CONSTANT=“100” X264PRESET=“medium” X264PROFILE=“baseline” XVIDFOURCC=“DX50” LIBAVSEEK=“FAST” ASYNC=“1” logfile=“${WORKDIR}/log/mobilemate.log” v2voptionslistfile=“${WORKDIR}/conf/v2voptions.list” x2aoptionslistfile=“${WORKDIR}/conf/x2aoptions.list” v2vruleslistfile=“${WORKDIR}/conf/v2vrules.list” x2aruleslistfile=“${WORKDIR}/conf/x2arules.list” v2vworkconfigfile=“${WORKDIR}/conf/v2vwork.conf” x2aworkconfigfile=“${WORKDIR}/conf/x2awork.conf”
蜀ICP备2021012931号-1 川公网安备51092202000377号