Opened 9 years ago
Closed 9 years ago
#6526 closed defect (fixed)
Codecs ayuv, v308, and v408 should be marked as lossless ("S" tag) in -codecs output
| Reported by: | Warren Young | Owned by: | |
|---|---|---|---|
| Priority: | minor | Component: | avcodec |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
The following command should produce the list of lossless video encoders:
$ ffmpeg -codecs 2> /dev/null | grep '^..EV..S ' | grep -Ev 'image|bitmap'
The output is mostly correct, but it is missing ayuv, v308, and v408, which are all lossless, as far as I am aware.
Change History (1)
comment:1 by , 9 years ago
| Component: | ffmpeg → avcodec |
|---|---|
| Keywords: | codecs help output removed |
| Priority: | normal → minor |
| Reproduced by developer: | set |
| Resolution: | → fixed |
| Status: | new → closed |
| Version: | 3.2.4 → git-master |
Note:
See TracTickets
for help on using tickets.



Should be fixed in 5c7e7ac6d4504364b2f08a05cc983ced76bb5c51, thank you for the report.