I am new in ffprobe my aim is get video fps and store into java program. my code store xml files but i want store directly like int fps=30;
ffprobe -v quiet
You can simply run this also, to get the video FPS, this will work on linux machines.
ffprobe -v quiet -show_streams -select_streams v:0 INPUT |grep "r_frame_rate"