On Thu, Oct 30, 2025 at 1:01 PM Richard Bartczak via ffmpeg-user < [email protected]> wrote:
> Am 30.10.25 um 13:35 schrieb Richard Bartczak via ffmpeg-user: > > Hello, > > > > The followiing output of : > > > > ffprobe -loglevel error -select_streams v:0 -show_entries > > packet=pts_time,flags -of csv=print_section=0 "21 Bridges.ts" > > > > 0.044000,K__, > > 0.124000,___, > > 0.084000,___, > > 0.064000,___, > > 0.104000,___, > > 0.204000,___, > > 0.164000,___, > > 0.144000,___, > > 0.184000,___, > > 0.284000,___, > > 0.244000,___, > > 0.224000,___, > > 0.264000,___, > > 0.364000,___, > > 0.324000,___, > > > > ... > > > > Is it possible to get a timestamp format like : hh:mm:ss:ms ? > > > > Also I search for the description of all possible flags like "K". > > > > Regards > > > > Richard > > > > _______________________________________________ > > ffmpeg-user mailing list -- [email protected] > > To unsubscribe send an email to [email protected] > > I am soory, I have found it "-sex..." > > ffprobe -loglevel error -select_streams v:0 -show_entries > packet=pts_time,flags -sexagesimal -of csv=print_section=0 "21 Bridges.ts" > > 0:00:00.044000,K__, > 0:00:00.124000,___, > 0:00:00.084000,___, > 0:00:00.064000,___, > 0:00:00.104000,___, > 0:00:00.204000,___, > 0:00:00.164000,___, > 0:00:00.144000,___, > 0:00:00.184000,___, > 0:00:00.284000,___, > 0:00:00.244000,___, > 0:00:00.224000,___, > 0:00:00.264000,___, > 0:00:00.364000,___, > 0:00:00.324000,___, > > Now the description of the flags still open. > Yea, that looks not documented at all. Quick grep shows nothing in doc/. From ffprobe source code it is: K stands for key_frame inside packet D stands for discard packet C stand for corrupt packets > > Regards > > Richard > > > > _______________________________________________ > ffmpeg-user mailing list -- [email protected] > To unsubscribe send an email to [email protected] > _______________________________________________ ffmpeg-user mailing list -- [email protected] To unsubscribe send an email to [email protected]
