"ffmpeg -r 25 -i in.file ... out.file"
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options]
outfile}…
In here, [infile options] is "Video options”.
look at help of ffmpeg:(cmd is 'ffmpeg -h | more’).
/*
Video options:
-vframes number set the number of video frames to output
-r rate set frame rate (Hz value, fraction or abbreviation)
-s size set frame size (WxH or abbreviation)
...
*/
LeiHe
[email protected]<mailto:[email protected]>
在 2018年10月26日,下午5:41,Ben
<[email protected]<mailto:[email protected]>>
写道:
For video codec H.264 there are two parameters:
Framerate (e.g. 25 or 30 or 29,97)
and
keyframe interval (I guess measured in seconds after the last keyframe .e.g 50
or 200):
What are the corresponding cmdline parameters for ffmpeg?
How can I tell ffmpeg to use the same values as the input?
Thank you
Ben
_______________________________________________
ffmpeg-user mailing list
[email protected]<mailto:[email protected]>
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".