Opened 14 years ago
Closed 14 years ago
#2027 closed enhancement (fixed)
Print size of compressed frame when using ffprobe -show_frames
| Reported by: | Casper van Donderen | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | ffprobe |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | yes |
Description
ffprobe supported printing the size of the compressed packet corresponding to the current frame in -show_frames before it was integrated in the FFmpeg codebase.
This currently does not seem to be possible without using -show_packets and -show_frames and then matching the pkt entries "manually"
Change History (4)
comment:1 by , 14 years ago
| Summary: | Print size of compressed frame in ffprobe → Print size of compressed frame when using -show_frames |
|---|
comment:2 by , 14 years ago
| Priority: | normal → wish |
|---|---|
| Version: | unspecified → git-master |
comment:3 by , 14 years ago
| Analyzed by developer: | set |
|---|---|
| Reproduced by developer: | set |
| Summary: | Print size of compressed frame when using -show_frames → Print size of compressed frame when using ffprobe -show_frames |
comment:4 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Fixed in:
commit 1a490df12fd987c91e22d30be322aab14a7eac8a Author: Stefano Sabatini <stefasab@gmail.com> Date: Fri Dec 14 11:59:13 2012 +0100 ffprobe: show pkt_size in frame Fix trac ticket #2027.