About 958,000 results
Open links in new tab
  1. ffprobe - How to omit stream disposition info from output?

    Dec 21, 2018 · ffprobe - For a given audio file, I want to get stream info (specifically, sample rate, duration, bit rate, channel count) and all metadata tags (e.g. id3), but nothing else. After quite a bit of

  2. ffmpeg - How to get video duration in seconds? - Super User

    I came across the issue of getting some strange and incorrect metadata from some video files I was working with and I couldn't succeed on finding a pattern or any type of handling using code and tools …

  3. ffprobe count video and audio streams / tracks - Super User

    Dec 7, 2018 · ffprobe count video and audio streams / tracks Ask Question Asked 7 years ago Modified 5 years ago

  4. How to query media file metadata using ffprobe, e.g., track number?

    Sep 21, 2023 · I want a single command to retrieve track number (or other metadata) from an audio file using ffprobe.

  5. ffmpeg - How to determine video stream size - Super User

    Sep 5, 2017 · I want to determine stream size(not the video size) and using the following ffprobe command to make this work ffprobe -v error -count_packets -select_streams a:0 ...

  6. How do I use ffmpeg to get the video resolution? - Super User

    Nov 17, 2014 · I am trying to get resolution of the video with the following command: ffmpeg -i filename.mp4 I get a long output, but I need just the width and height for my bash script. How should …

  7. Extracting the index of key frames from a video using ffmpeg

    Mar 4, 2015 · Like @dstob mentioned, you can use ffprobe to get the I-frames and their associated information. ffprobe comes with some of the static builds on the download page and can be built from …

  8. What does start value mean in ffprobe output? - Super User

    Feb 4, 2023 · What does start value mean in the ffprobe output? For example: Duration: 00:00:36.60, start: 0.066733, bitrate: 0 kb/s Someone explain to me what the value mean, and how ffprobe …

  9. ffmpeg - How to apply `select` filter to a video URL with `ffprobe` to ...

    Nov 14, 2024 · How to apply `select` filter to a video URL with `ffprobe` to get scene change timestamps? Ask Question Asked 1 year, 1 month ago Modified 1 year, 1 month ago

  10. ffprobe output mismatch between duration and number of read frames

    Jan 14, 2024 · ffprobe output mismatch between duration and number of read frames Ask Question Asked 1 year, 11 months ago Modified 1 year, 11 months ago