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 -print_format xml -show_format -show_streams "/video/small/small.avi" > "/video/small/test.xml"
this is my code.
This will print the video FPS:
I found calculate fps in another method that is..
Anyway thanks friends.