1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

doc: use @command{} for commands.

This commit is contained in:
Clément Bœsch
2012-01-02 15:32:55 +01:00
committed by Clément Bœsch
parent 837126568c
commit dc7ad85c40
7 changed files with 30 additions and 30 deletions

View File

@@ -577,7 +577,7 @@ Allow to set any x264 option, see x264 --fullhelp for a list.
":".
@end table
For example to specify libx264 encoding options with @file{ffmpeg}:
For example to specify libx264 encoding options with @command{ffmpeg}:
@example
ffmpeg -i foo.mpg -vcodec libx264 -x264opts keyint=123:min-keyint=20 -an out.mkv
@end example