Video Details - jhogsett/EMA-VFI-WebUI GitHub Wiki

Media File Details - Report at-a-glance details about any media file

How It Works

  1. Set Media Files Path to a path on this server to the media file to inspect
  2. Leave Count Frames checked to ensure the frame count can be displayed
    • Uncheck Count Frames for large media files
      • FFprobe scans the entire file counting frames, which can take some time
    • Tip: Some media types store the frame count and don't need counting
  3. Click Get Details
  4. Important video stream details are displayed
    • Frame Rate (seconds)
    • Dimensions (width X height)
    • Duration (hh::mm::ss)
    • Frame Count (frames)
    • File Size (bytes)
  5. Additional details about the media file are displayed in the_Details_ box

Note

  • If FFProbe encounters an error while processing the request, details will be displayed in the Details box

Important

  • ffprobe.exe must be available on the system path