[FFmpeg-user] ffmpeg splitting files

Marcus Engene mengpg2 at engene.se
Mon Mar 24 12:58:54 CET 2014


Hi,

I use ffprobe to do scene detection:
ffprobe -show_frames -of compact=p=0 -f lavfi "movie=file.mov,select=gt(scene\,.4)" > scenes.csv

After some contemplating from ffprobe's part I get a file with rows looking like this
(prettyprinted):

media_type=video
key_frame=1
pkt_pts=7386000
pkt_pts_time=308.058058
pkt_dts=7386000
pkt_dts_time=308.058058
pkt_duration=1000
pkt_duration_time=0.041708
pkt_pos=3124352768
pkt_size=N/A
width=1920
height=1080
pix_fmt=rgb24
sample_aspect_ratio=1:1
pict_type=I
coded_picture_number=0
display_picture_number=0
interlaced_frame=0
top_field_first=0
repeat_pict=0
tag:lavfi.scene_score=0.520000

Where can I see what these values mean? Ie, what values do i massage and
put into ffmpeg with -ss and -t?

Thanks,
Marcus



More information about the ffmpeg-user mailing list