Ticket #2027 (closed enhancement: fixed)

Opened 5 months ago

Last modified 5 months ago

Print size of compressed frame when using ffprobe -show_frames

Reported by: cvandonderen 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

comment:1 Changed 5 months ago by cvandonderen

  • Summary changed from Print size of compressed frame in ffprobe to Print size of compressed frame when using -show_frames

comment:2 Changed 5 months ago by cehoyos

  • Priority changed from normal to wish
  • Version changed from unspecified to git-master

comment:3 Changed 5 months ago by saste

  • Analyzed by developer set
  • Reproduced by developer set
  • Summary changed from Print size of compressed frame when using -show_frames to Print size of compressed frame when using ffprobe -show_frames

comment:4 Changed 5 months ago by saste

  • Status changed from new to closed
  • Resolution set to fixed

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.