Questions tagged [mediainfo]

MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files.

The MediaInfo data display includes

  • Container: format, profile, commercial name of the format, duration, overall bit rate, writing application and library, title, author, director, album, track number, date, duration.
  • Video: format, codec id, aspect, frame rate, bit rate, color space, chroma subsampling, bit depth, scan type, scan order.
  • Audio: format, codec id, sample rate, channels, bit depth, language, bit rate.
  • Text: format, codec id, language of subtitle.
  • Chapters: count of chapters, list of chapters.
181 questions
-2
votes
0 answers

how to add only Frame rate mode using FFMPEG for an AVI file

For one of our 3rd party tool to work we need our AVI files should contain the Frame rate mode : Variable Using FFMPEG is it possible to add this tag in the video section? Tried different commands like ffmpeg -i Input.avi -r…
1 2 3
12
13