[FFmpeg-user] Fwd: How could I get fps number of the video

卓光隆 brucecho38 at gmail.com
Fri May 16 13:16:50 CEST 2014


got it,thanks






*Best  Regards*

*卓光隆(Bruce Cho)  敬上*
*udn tv 統籌製作中心(Production Center)*
*公司電話(TEL):02-8692-5588#5690*
*行動電話(Mobile):0955-680783*







---------- Forwarded message ----------
From: Christoph Gerstbauer <christophgerstbauer at gmail.com>
Date: 2014-05-16 18:32 GMT+08:00
Subject: Re: [FFmpeg-user] How could I get fps number of the video
To: FFmpeg user questions <ffmpeg-user at ffmpeg.org>


ffprobe -i <inputfile> -show_streams

Output will be like following
[STREAM]
index=0
codec_name=ffv1
codec_long_name=FFmpeg video codec #1
profile=unknown
codec_type=video
codec_time_base=1/25
codec_tag_string=FFV1
codec_tag=0x31564646
width=720
height=608
has_b_frames=0
sample_aspect_ratio=0:1
display_aspect_ratio=0:1
pix_fmt=yuv420p10le
level=-99
timecode=N/A
id=N/A
r_frame_rate=25/1
avg_frame_rate=0/0
time_base=1/25
start_pts=0

FPS = r_frame_rate=25/1


bg
Christoph
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


More information about the ffmpeg-user mailing list