doc/filters: itemize examples for *settb filters
This commit is contained in:
@ -4199,24 +4199,39 @@ audio only).
|
|||||||
|
|
||||||
The default value for the input is "intb".
|
The default value for the input is "intb".
|
||||||
|
|
||||||
Follow some examples.
|
@subsection Examples
|
||||||
|
|
||||||
|
@itemize
|
||||||
|
@item
|
||||||
|
Set the timebase to 1/25:
|
||||||
@example
|
@example
|
||||||
# set the timebase to 1/25
|
|
||||||
settb=1/25
|
settb=1/25
|
||||||
|
@end example
|
||||||
|
|
||||||
# set the timebase to 1/10
|
@item
|
||||||
|
Set the timebase to 1/10:
|
||||||
|
@example
|
||||||
settb=0.1
|
settb=0.1
|
||||||
|
@end example
|
||||||
|
|
||||||
#set the timebase to 1001/1000
|
@item
|
||||||
|
Set the timebase to 1001/1000:
|
||||||
|
@example
|
||||||
settb=1+0.001
|
settb=1+0.001
|
||||||
|
@end example
|
||||||
|
|
||||||
#set the timebase to 2*intb
|
@item
|
||||||
|
Set the timebase to 2*intb:
|
||||||
|
@example
|
||||||
settb=2*intb
|
settb=2*intb
|
||||||
|
@end example
|
||||||
|
|
||||||
#set the default timebase value
|
@item
|
||||||
|
Set the default timebase value:
|
||||||
|
@example
|
||||||
settb=AVTB
|
settb=AVTB
|
||||||
@end example
|
@end example
|
||||||
|
@end itemize
|
||||||
|
|
||||||
@section concat
|
@section concat
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user