summaryrefslogtreecommitdiffstats
path: root/debian/transcode/transcode-1.1.7/docs/man/avisync.1
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-11 14:38:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-11 14:38:47 +0900
commit884c8093d63402a1ad0b502244b791e3c6782be3 (patch)
treea600d4ab0d431a2bdfe4c15b70df43c14fbd8dd0 /debian/transcode/transcode-1.1.7/docs/man/avisync.1
parent14e1aa2006796f147f3f4811fb908a6b01e79253 (diff)
downloadextra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.tar.gz
extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.zip
Added debian extra dependency packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/transcode/transcode-1.1.7/docs/man/avisync.1')
-rw-r--r--debian/transcode/transcode-1.1.7/docs/man/avisync.180
1 files changed, 80 insertions, 0 deletions
diff --git a/debian/transcode/transcode-1.1.7/docs/man/avisync.1 b/debian/transcode/transcode-1.1.7/docs/man/avisync.1
new file mode 100644
index 00000000..5d0ac019
--- /dev/null
+++ b/debian/transcode/transcode-1.1.7/docs/man/avisync.1
@@ -0,0 +1,80 @@
+.TH avisync 1 "26th June 2003" "avisync(1)"
+.SH NAME
+avisync \- adjust audio synchronisation
+.SH SYNOPSIS
+.na
+.B avisync
+[
+.B -o
+.I file
+.B -i
+.IB file
+.B -q
+.B -n
+.IB num
+.B -b
+.IB num
+.B -a
+.I track
+.B -f
+.IB commentfile
+]
+.SH COPYRIGHT
+\fBavisync\fP is Copyright (C) by Thomas Oestreich.
+.SH DESCRIPTION
+.B avisync
+shift audio on frame basis.
+.SH OPTIONS
+.TP
+\fB-o\fP \fIname\fP
+Specify the name of the output file.
+.TP
+\fB-i\fP \fIfile\fP
+Specify the name of the input file.
+.TP
+\fB-q\fP
+be less verbose.
+.TP
+\fB-n\fP \fIcount\fP
+shift audio by \fIcount\fP frames. If \fIcount\fP is positive, audio
+starts with audio frame \fIcount\fP at the beginning of the AVI-file. If
+\fIcount\fP is negative, audio is prepended \fIcount\fP padding frames.
+.TP
+\fB-a\fP \fItrack\fP
+Specify the number of the audio channel to shift.
+.TP
+\fB-b\fP \fInum\fP
+Specify if avisync should write an VBR mp3 header into the AVI file. Default is
+1 because it does not hurt. \fInum\fP is either 1 or 0.
+.TP
+\fB-f\fP \fIcommentfile\fP
+Read AVI tombstone data for header comments from \fIcommentfile\fP. See
+/docs/avi_comments.txt for a sample.
+.SH EXAMPLES
+The command
+.PP
+.B avisync -i my_file1.avi -o out.avi -n -10
+.PP
+puts 10 audio frames at the beginning of the AVI-file.
+.PP
+E.g. if the audio is delayed about 200 ms (0.2 seconds) and you're working with
+a 25 frames per second AVI-File, you need to shift the audio 200/40 = 5 frames
+since one frame is 40 ms long.
+.SH AUTHORS
+.B avisync
+was written by Thomas Oestreich
+.br
+<ostreich@theorie.physik.uni-goettingen.de> with contributions from
+many others. See AUTHORS for details.
+.SH SEE ALSO
+.BR aviindex (1),
+.BR avifix (1),
+.BR avimerge (1),
+.BR avisplit (1),
+.BR tccat (1),
+.BR tcdecode (1),
+.BR tcdemux (1),
+.BR tcextract (1),
+.BR tcprobe (1),
+.BR tcscan (1),
+.BR transcode (1)