Opened 12 years ago
Closed 12 years ago
#3371 closed defect (invalid)
[DOCUMENTATION] Missing documentation for option -g
| Reported by: | matteosistisette | Owned by: | |
|---|---|---|---|
| Priority: | minor | Component: | documentation |
| Version: | unspecified | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | yes |
Description
http://www.ffmpeg.org/ffmpeg.html
There exists a -g option which appears in two example commands in the above documentation page; however, there's no documentation whatsoever about this option. Maybe it's an alias for an option that has also another name, but searching the page for "-g" gives no results other than the examples, and one can't be supposed to read the whole documentation to find out what option -g is an alias for (if this is the case)
Change History (2)
comment:1 by , 12 years ago
| Priority: | important → minor |
|---|
comment:2 by , 12 years ago
| Analyzed by developer: | set |
|---|---|
| Reproduced by developer: | set |
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Replying to matteosistisette:
gis an option documented in the Codec Options sections, which you can find in ffmpeg-all(1) or ffmpeg-codecs(1). FFmpeg is a complex project and you need to know where to look for when you're looking for a specific option. Using a more descriptive name such asgop_sizemay help though.