summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-03-30 14:55:47 -0400
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-03-31 18:22:08 -0400
commitfe64b88950d417ed36add4229bce5fa8668edb5a (patch)
treeec8d08131fe05e59c0153f35d26df12e78f97cef /doc
parent91b5ee66998ea28cdafb5ca31cbebc55ddf4cdb9 (diff)
doc: Consistently use 'frame rate' everywhere
We used to use 'framerate' or 'frame rate' randomly. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/demuxers.texi2
-rw-r--r--doc/ffmpeg-codecs.texi4
-rw-r--r--doc/ffmpeg.texi2
-rw-r--r--doc/filter_design.txt2
-rw-r--r--doc/filters.texi20
-rw-r--r--doc/indevs.texi10
6 files changed, 20 insertions, 20 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index fc5087188f..03d4f59118 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -120,7 +120,7 @@ same for all the files in the sequence.
This demuxer accepts the following options:
@table @option
@item framerate
-Set the framerate for the video stream. It defaults to 25.
+Set the frame rate for the video stream. It defaults to 25.
@item loop
If set to 1, loop over the input. Default value is 0.
@item pattern_type
diff --git a/doc/ffmpeg-codecs.texi b/doc/ffmpeg-codecs.texi
index 8f807c11ec..e97abe3768 100644
--- a/doc/ffmpeg-codecs.texi
+++ b/doc/ffmpeg-codecs.texi
@@ -144,8 +144,8 @@ Set codec time base.
It is the fundamental unit of time (in seconds) in terms of which
frame timestamps are represented. For fixed-fps content, timebase
-should be 1/framerate and timestamp increments should be identically
-1.
+should be @code{1 / frame_rate} and timestamp increments should be
+identically 1.
@item g @var{integer} (@emph{encoding,video})
Set the group of picture size. Default value is 12.
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index a826616aa5..f949c9b3bb 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -896,7 +896,7 @@ Newly added values will have to be specified as strings always.
Each frame is passed with its timestamp from the demuxer to the muxer.
@item 1, cfr
Frames will be duplicated and dropped to achieve exactly the requested
-constant framerate.
+constant frame rate.
@item 2, vfr
Frames are passed through with their timestamp or dropped so as to
prevent 2 frames from having the same timestamp.
diff --git a/doc/filter_design.txt b/doc/filter_design.txt
index 2f9e57d66a..c303c3c9c3 100644
--- a/doc/filter_design.txt
+++ b/doc/filter_design.txt
@@ -204,7 +204,7 @@ Frame scheduling
filter; these buffered frames must be flushed immediately if a new input
produces new output.
- (Example: framerate-doubling filter: filter_frame must (1) flush the
+ (Example: frame rate-doubling filter: filter_frame must (1) flush the
second copy of the previous frame, if it is still there, (2) push the
first copy of the incoming frame, (3) keep the second copy for later.)
diff --git a/doc/filters.texi b/doc/filters.texi
index 79fe9a41dc..5424b85d31 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2404,7 +2404,7 @@ curves=vintage
@section decimate
Drop frames that do not differ greatly from the previous frame in
-order to reduce framerate.
+order to reduce frame rate.
The main use of this filter is for very-low-bitrate encoding
(e.g. streaming over dialup modem), but it could in theory be used for
@@ -3169,14 +3169,14 @@ format=yuv420p:yuv444p:yuv410p
@section fps
-Convert the video to specified constant framerate by duplicating or dropping
+Convert the video to specified constant frame rate by duplicating or dropping
frames as necessary.
This filter accepts the following named parameters:
@table @option
@item fps
-Desired output framerate. The default is @code{25}.
+Desired output frame rate. The default is @code{25}.
@item round
Rounding method.
@@ -5387,27 +5387,27 @@ Available values are:
@table @samp
@item merge, 0
Move odd frames into the upper field, even into the lower field,
-generating a double height frame at half framerate.
+generating a double height frame at half frame rate.
@item drop_odd, 1
Only output even frames, odd frames are dropped, generating a frame with
-unchanged height at half framerate.
+unchanged height at half frame rate.
@item drop_even, 2
Only output odd frames, even frames are dropped, generating a frame with
-unchanged height at half framerate.
+unchanged height at half frame rate.
@item pad, 3
Expand each frame to full height, but pad alternate lines with black,
-generating a frame with double height at the same input framerate.
+generating a frame with double height at the same input frame rate.
@item interleave_top, 4
Interleave the upper field from odd frames with the lower field from
-even frames, generating a frame with unchanged height at half framerate.
+even frames, generating a frame with unchanged height at half frame rate.
@item interleave_bottom, 5
Interleave the lower field from odd frames with the upper field from
-even frames, generating a frame with unchanged height at half framerate.
+even frames, generating a frame with unchanged height at half frame rate.
@item interlacex2, 6
Double frame rate with unchanged height. Frames are inserted each
@@ -7003,7 +7003,7 @@ amovie=a.mp3,asplit[out0],showwaves[out1]
@item
Create a synthetic signal and show it with showwaves, forcing a
-framerate of 30 frames per second:
+frame rate of 30 frames per second:
@example
aevalsrc=sin(1*2*PI*t)*sin(880*2*PI*t):cos(2*PI*200*t),asplit[out0],showwaves=r=30[out1]
@end example
diff --git a/doc/indevs.texi b/doc/indevs.texi
index 63104e22ed..5e8d215f6b 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -86,7 +86,7 @@ fail to open.
Set the video size in the captured video.
@item framerate
-Set the framerate in the captured video.
+Set the frame rate in the captured video.
@item sample_rate
Set the sample rate (in Hz) of the captured audio.
@@ -600,7 +600,7 @@ kind @file{/dev/video@var{N}}, where @var{N} is a number associated to
the device.
Video4Linux2 devices usually support a limited set of
-@var{width}x@var{height} sizes and framerates. You can check which are
+@var{width}x@var{height} sizes and frame rates. You can check which are
supported using @command{-list_formats all} for Video4Linux2 devices.
Some devices, like TV cards, support one or more standards. It is possible
to list all the supported standards using @command{-list_standards all}.
@@ -623,7 +623,7 @@ ffplay -f video4linux2 -framerate 30 -video_size hd720 /dev/video0
@item
Grab and record the input of a video4linux2 device, leave the
-framerate and size as previously set:
+frame rate and size as previously set:
@example
ffmpeg -f video4linux2 -input_format mjpeg -i /dev/video0 out.mpeg
@end example
@@ -656,7 +656,7 @@ This option allows to select the input format, when several are
available.
@item framerate
-Set the preferred video framerate.
+Set the preferred video frame rate.
@item list_formats
List available formats (supported pixel formats, codecs, and frame
@@ -772,7 +772,7 @@ ffmpeg -f x11grab -follow_mouse 100 -r 25 -s cif -i :0.0 out.mpg
@item framerate
Set the grabbing frame rate. Default value is @code{ntsc},
-corresponding to a framerate of @code{30000/1001}.
+corresponding to a frame rate of @code{30000/1001}.
@item show_region
Show grabbed region on screen.