Browse code

Fix spelling errors in texi files: accomodate -> accommodate allows to -> allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Andreas Cadhalpun authored on 2014/03/07 03:07:53
Showing 11 changed files
... ...
@@ -296,7 +296,7 @@ teletext packet PTS and DTS values untouched.
296 296
 
297 297
 Raw video demuxer.
298 298
 
299
-This demuxer allows to read raw video data. Since there is no header
299
+This demuxer allows one to read raw video data. Since there is no header
300 300
 specifying the assumed video parameters, the user must specify them
301 301
 in order to be able to decode the data correctly.
302 302
 
... ...
@@ -807,7 +807,7 @@ while producing the worst quality.
807 807
 
808 808
 @item reservoir
809 809
 Enable use of bit reservoir when set to 1. Default value is 1. LAME
810
-has this enabled by default, but can be overriden by use
810
+has this enabled by default, but can be overridden by use
811 811
 @option{--nores} option.
812 812
 
813 813
 @item joint_stereo (@emph{-m j})
... ...
@@ -1525,7 +1525,7 @@ for detail retention (adaptive quantization, psy-RD, psy-trellis).
1525 1525
 Many libx264 encoder options are mapped to FFmpeg global codec
1526 1526
 options, while unique encoder options are provided through private
1527 1527
 options. Additionally the @option{x264opts} and @option{x264-params}
1528
-private options allows to pass a list of key=value tuples as accepted
1528
+private options allows one to pass a list of key=value tuples as accepted
1529 1529
 by the libx264 @code{x264_param_parse} function.
1530 1530
 
1531 1531
 The x264 project website is at
... ...
@@ -1853,7 +1853,7 @@ Override the x264 configuration using a :-separated list of key=value
1853 1853
 parameters.
1854 1854
 
1855 1855
 This option is functionally the same as the @option{x264opts}, but is
1856
-duplicated for compability with the Libav fork.
1856
+duplicated for compatibility with the Libav fork.
1857 1857
 
1858 1858
 For example to specify libx264 encoding options with @command{ffmpeg}:
1859 1859
 @example
... ...
@@ -2047,7 +2047,7 @@ Set physical density of pixels, in dots per meter, unset by default
2047 2047
 Apple ProRes encoder.
2048 2048
 
2049 2049
 FFmpeg contains 2 ProRes encoders, the prores-aw and prores-ks encoder.
2050
-The used encoder can be choosen with the @code{-vcodec} option.
2050
+The used encoder can be chosen with the @code{-vcodec} option.
2051 2051
 
2052 2052
 @subsection Private Options for prores-ks
2053 2053
 
... ...
@@ -14,7 +14,7 @@
14 14
 
15 15
 The FFmpeg resampler provides a high-level interface to the
16 16
 libswresample library audio resampling utilities. In particular it
17
-allows to perform audio resampling, audio channel layout rematrixing,
17
+allows one to perform audio resampling, audio channel layout rematrixing,
18 18
 and convert audio format and packing layout.
19 19
 
20 20
 @c man end DESCRIPTION
... ...
@@ -13,7 +13,7 @@
13 13
 @c man begin DESCRIPTION
14 14
 
15 15
 The FFmpeg rescaler provides a high-level interface to the libswscale
16
-library image conversion utilities. In particular it allows to perform
16
+library image conversion utilities. In particular it allows one to perform
17 17
 image rescaling and pixel format conversion.
18 18
 
19 19
 @c man end DESCRIPTION
... ...
@@ -172,7 +172,7 @@ terminated when the next special character (belonging to the set
172 172
 
173 173
 The name and arguments of the filter are optionally preceded and
174 174
 followed by a list of link labels.
175
-A link label allows to name a link and associate it to a filter output
175
+A link label allows one to name a link and associate it to a filter output
176 176
 or input pad. The preceding labels @var{in_link_1}
177 177
 ... @var{in_link_N}, are associated to the filter input pads,
178 178
 the following labels @var{out_link_1} ... @var{out_link_M}, are
... ...
@@ -3921,7 +3921,7 @@ The high threshold selects the "strong" edge pixels, which are then
3921 3921
 connected through 8-connectivity with the "weak" edge pixels selected
3922 3922
 by the low threshold.
3923 3923
 
3924
-@var{low} and @var{high} threshold values must be choosen in the range
3924
+@var{low} and @var{high} threshold values must be chosen in the range
3925 3925
 [0,1], and @var{low} should be lesser or equal to @var{high}.
3926 3926
 
3927 3927
 Default value for @var{low} is @code{20/255}, and default value for @var{high}
... ...
@@ -5238,7 +5238,7 @@ Set progressive threshold.
5238 5238
 
5239 5239
 Deinterleave or interleave fields.
5240 5240
 
5241
-This filter allows to process interlaced images fields without
5241
+This filter allows one to process interlaced images fields without
5242 5242
 deinterlacing them. Deinterleaving splits the input frame into 2
5243 5243
 fields (so called half pictures). Odd lines are moved to the top
5244 5244
 half of the output image, even lines to the bottom half.
... ...
@@ -6860,7 +6860,7 @@ rotate=A*sin(2*PI/T*t)
6860 6860
 @end example
6861 6861
 
6862 6862
 @item
6863
-Rotate the video, output size is choosen so that the whole rotating
6863
+Rotate the video, output size is chosen so that the whole rotating
6864 6864
 input video is always completely contained in the output:
6865 6865
 @example
6866 6866
 rotate='2*PI*t:ow=hypot(iw,ih):oh=ow'
... ...
@@ -6983,7 +6983,7 @@ Default value is @samp{0}.
6983 6983
 @item flags
6984 6984
 Set libswscale scaling flags. See
6985 6985
 @ref{sws_flags,,the ffmpeg-scaler manual,ffmpeg-scaler} for the
6986
-complete list of values. If not explictly specified the filter applies
6986
+complete list of values. If not explicitly specified the filter applies
6987 6987
 the default flags.
6988 6988
 
6989 6989
 @item size, s
... ...
@@ -7827,7 +7827,7 @@ Produce 8x8 PNG tiles of all keyframes (@option{-skip_frame nokey}) in a movie:
7827 7827
 ffmpeg -skip_frame nokey -i file.avi -vf 'scale=128:72,tile=8x8' -an -vsync 0 keyframes%03d.png
7828 7828
 @end example
7829 7829
 The @option{-vsync 0} is necessary to prevent @command{ffmpeg} from
7830
-duplicating each output frame to accomodate the originally detected frame
7830
+duplicating each output frame to accommodate the originally detected frame
7831 7831
 rate.
7832 7832
 
7833 7833
 @item
... ...
@@ -8424,7 +8424,7 @@ Set dithering to reduce the circular banding effects. Default is @code{1}
8424 8424
 (enabled).
8425 8425
 
8426 8426
 @item aspect
8427
-Set vignette aspect. This setting allows to adjust the shape of the vignette.
8427
+Set vignette aspect. This setting allows one to adjust the shape of the vignette.
8428 8428
 Setting this value to the SAR of the input will make a rectangular vignetting
8429 8429
 following the dimensions of the video.
8430 8430
 
... ...
@@ -8933,7 +8933,7 @@ horizontally, vertically, or diagonally adjacent.
8933 8933
 
8934 8934
 At each interaction the grid evolves according to the adopted rule,
8935 8935
 which specifies the number of neighbor alive cells which will make a
8936
-cell stay alive or born. The @option{rule} option allows to specify
8936
+cell stay alive or born. The @option{rule} option allows one to specify
8937 8937
 the rule to adopt.
8938 8938
 
8939 8939
 This source accepts the following options:
... ...
@@ -10353,7 +10353,7 @@ Note that when the movie is looped the source timestamps are not
10353 10353
 changed, so it will generate non monotonically increasing timestamps.
10354 10354
 @end table
10355 10355
 
10356
-This filter allows to overlay a second video on top of main input of
10356
+This filter allows one to overlay a second video on top of main input of
10357 10357
 a filtergraph as shown in this graph:
10358 10358
 @example
10359 10359
 input -----------> deltapts0 --> overlay --> output
... ...
@@ -299,7 +299,7 @@ the current branch history.
299 299
 git commit --amend
300 300
 @end example
301 301
 
302
-allows to amend the last commit details quickly.
302
+allows one to amend the last commit details quickly.
303 303
 
304 304
 @example
305 305
 git rebase -i origin/master
... ...
@@ -409,7 +409,7 @@ OpenAL is part of Core Audio, the official Mac OS X Audio interface.
409 409
 See @url{http://developer.apple.com/technologies/mac/audio-and-video.html}
410 410
 @end table
411 411
 
412
-This device allows to capture from an audio input device handled
412
+This device allows one to capture from an audio input device handled
413 413
 through OpenAL.
414 414
 
415 415
 You need to specify the name of the device to capture in the provided
... ...
@@ -617,7 +617,7 @@ Select the pixel format (only valid for raw video input).
617 617
 
618 618
 @item input_format
619 619
 Set the preferred pixel format (for raw video) or a codec name.
620
-This option allows to select the input format, when several are
620
+This option allows one to select the input format, when several are
621 621
 available.
622 622
 
623 623
 @item framerate
... ...
@@ -678,7 +678,7 @@ other filename will be interpreted as device number 0.
678 678
 
679 679
 X11 video input device.
680 680
 
681
-This device allows to capture a region of an X11 display.
681
+This device allows one to capture a region of an X11 display.
682 682
 
683 683
 The filename passed as input has the syntax:
684 684
 @example
... ...
@@ -758,7 +758,7 @@ The segment muxer supports the following options:
758 758
 @table @option
759 759
 @item reference_stream @var{specifier}
760 760
 Set the reference stream, as specified by the string @var{specifier}.
761
-If @var{specifier} is set to @code{auto}, the reference is choosen
761
+If @var{specifier} is set to @code{auto}, the reference is chosen
762 762
 automatically. Otherwise it must be a stream specifier (see the ``Stream
763 763
 specifiers'' chapter in the ffmpeg manual) which specifies the
764 764
 reference stream. The default value is @code{auto}.
... ...
@@ -42,7 +42,7 @@ ffmpeg -i INPUT -f alsa hw:1,7
42 42
 
43 43
 CACA output device.
44 44
 
45
-This output device allows to show a video stream in CACA window.
45
+This output device allows one to show a video stream in CACA window.
46 46
 Only one CACA window is allowed per application, so you can
47 47
 have only one instance of this output device in an application.
48 48
 
... ...
@@ -302,7 +302,7 @@ ffmpeg  -i INPUT -f pulse "stream name"
302 302
 
303 303
 SDL (Simple DirectMedia Layer) output device.
304 304
 
305
-This output device allows to show a video stream in an SDL
305
+This output device allows one to show a video stream in an SDL
306 306
 window. Only one SDL window is allowed per application, so you can
307 307
 have only one instance of this output device in an application.
308 308
 
... ...
@@ -361,7 +361,7 @@ sndio audio output device.
361 361
 
362 362
 XV (XVideo) output device.
363 363
 
364
-This output device allows to show a video stream in a X Window System
364
+This output device allows one to show a video stream in a X Window System
365 365
 window.
366 366
 
367 367
 @subsection Options
... ...
@@ -953,7 +953,7 @@ used as master salt.
953 953
 
954 954
 @section tcp
955 955
 
956
-Trasmission Control Protocol.
956
+Transmission Control Protocol.
957 957
 
958 958
 The required syntax for a TCP url is:
959 959
 @example
... ...
@@ -1059,7 +1059,7 @@ udp://@var{hostname}:@var{port}[?@var{options}]
1059 1059
 @var{options} contains a list of &-separated options of the form @var{key}=@var{val}.
1060 1060
 
1061 1061
 In case threading is enabled on the system, a circular buffer is used
1062
-to store the incoming data, which allows to reduce loss of data due to
1062
+to store the incoming data, which allows one to reduce loss of data due to
1063 1063
 UDP socket buffer overruns. The @var{fifo_size} and
1064 1064
 @var{overrun_nonfatal} options are related to this buffer.
1065 1065
 
... ...
@@ -1056,7 +1056,7 @@ which can be obtained with @code{ffmpeg -opencl_bench} or @code{av_opencl_get_de
1056 1056
 @item device_idx
1057 1057
 Select the index of the device used to run OpenCL code.
1058 1058
 
1059
-The specifed index must be one of the indexes in the device list which
1059
+The specified index must be one of the indexes in the device list which
1060 1060
 can be obtained with @code{ffmpeg -opencl_bench} or @code{av_opencl_get_device_list()}.
1061 1061
 
1062 1062
 @end table