Opened 11 years ago

Closed 11 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 Casper van Donderen, 11 years ago

Summary: Print size of compressed frame in ffprobePrint size of compressed frame when using -show_frames

comment:2 by Carl Eugen Hoyos, 11 years ago

Priority: normalwish
Version: unspecifiedgit-master

comment:3 by Stefano Sabatini, 11 years ago

Analyzed by developer: set
Reproduced by developer: set
Summary: Print size of compressed frame when using -show_framesPrint size of compressed frame when using ffprobe -show_frames

comment:4 by Stefano Sabatini, 11 years ago

Resolution: fixed
Status: newclosed

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.
Note: See TracTickets for help on using tickets.