avi2mp4.cfg
Package: WA2L/WinTools 1.2.08
Section: Configuration Files (4)
Updated: 28 August 2022
Index
Return to Main Contents
NAME
avi2mp4.cfg - configuration file for avi2mp4
SYNOPSIS
WA2LWinTools/etc/avi2mp4.cfg
AVAILABILITY
WA2L/WinTools
DESCRIPTION
This is the optional configuration file for the
avi2mp4
command.
FILEFORMAT
Rows starting with
#
are considered as comments.
The file format is
OPTION=VALUE
Between the
OPTION
, the
=
and the
VALUE
are no spaces.
You can comment out any
OPTION
or completely remove the related setting line
to use the default settings.
OPTIONS
- AVI2MP4_OPTIONS
-
set the command line options for the
ffmpeg(3)
command that is internally used to create a
MP4
data stream from
AVI
files.
Internally the
ffmpeg
command is called as follows:
ffmpeg -i "input.avi" AVI2MP4_OPTIONS "output.mp4"
-
Example: AVI2MP4_OPTIONS=
Default: AVI2MP4_OPTIONS=-y -sameq -ab 128000 -ar 48000 -ac 2
EXAMPLES
- 1) Example 1
-
#
# WA2LWinTools/etc/avi2mp4.cfg - Configuration file for avi2mp4
#
# [00] 28.08.2022 CWa Initial Version
#
AVI2MP4_OPTIONS=
SEE ALSO
wintoolsintro(1),
avi2mp4(1),
ffmpeg(3),
https://ffmpeg.org/
NOTES
-
BUGS
-
AUTHOR
avi2mp4.cfg was developed by Christian Walther. Send suggestions
and bug reports to wa2l@users.sourceforge.net .
COPYRIGHT
Copyright © 2022
Christian Walther
This is free software; see
WA2LWinTools/man/COPYING
for copying conditions. There is ABSOLUTELY NO WARRANTY; not
even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This document was created by man2html
using the manual pages.
Time: 16:31:43 GMT, September 14, 2024