VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Hi, please help the cat!

    In a batch procedure I use
    Code:
     FFProbe -hide_banner -loglevel fatal -pretty -show_streams -show_entries stream^=codec_type^,width^,height^,sample_aspect_ratio:stream_disposition^=:format_tags^=timecode^,company_name^,product_name^,product_version "%~1" 2^>^&1'
    to put any information about a video file into a variable, but now I need to have information about Frame per second of a file. What is the correct parameter to have this?

    Thanks
    Quote Quote  
  2. oh my poor cat Click image for larger version

Name:	CCAT8.jpg
Views:	510
Size:	46.5 KB
ID:	27143
    Quote Quote  
  3. Code:
    -show_entries stream=r_frame_rate
    Quote Quote  
  4. Code:
    for /f "tokens=1,2 delims=^=" %%g in ('v:\automazioneclip\virtualdubmod\FFProbe -hide_banner -loglevel fatal -pretty -show_streams -select_streams v:0 -show_entries stream^=codec_type^,r_frame_rate^,width^,height^,sample_aspect_ratio:stream_disposition^=:format_tags^=timecode^,company_name^,product_name^,product_version "%~1" 2^>^&1') DO (
    ...


    mmm thanks it seems works!!

    Click image for larger version

Name:	cat44gif.gif
Views:	527
Size:	496.1 KB
ID:	27161
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!