
MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files.
- Videoinfographica
- Offline Video Download
- Video Information
Get videoInfo #interlaceMode setVideoInfoInterlaceMode:: MonadIO m = VideoInfo - VideoInterlaceMode - m Source # Set the value of the ' interlacemode ' field. Capture one pro 8 3 4 – raw workflow software. YouTube Video Info. YouTube Video Info. VideoInfo2 Format Type.; 2 minutes to read; In this article. A preview pin's preferred media type might be a type with a VIDEOINFOHEADER2 format. This format structure supports special features such as interlaced video and picture aspect ratios. Download MediaInfo Lite - Provides you with an accurate description about your media files with information regarding their audio or video format, video resolution and length.
Download MediaInfo
version 20.09, Graphical User Interface with installer, for Windows
Other versions (packaging, OS, interface.) are also available ()
See change log
You can also use MediaInfoOnline to test MediaInfo without installing any software on your computer.
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.
MediaInfo analyticals include:
- Container: MPEG-4, QuickTime, Matroska, AVI, MPEG-PS (including unprotected DVD), MPEG-TS (including unprotected Blu-ray), MXF, GXF, LXF, WMV, FLV, Real.
- Tags: Id3v1, Id3v2, Vorbis comments, APE tags.
- Video: MPEG-1/2 Video, H.263, MPEG-4 Visual (including DivX, XviD), H.264/AVC, H.265/HEVC, FFV1.
- Audio: MPEG Audio (including MP3), AC3, DTS, AAC, Dolby E, AES3, FLAC.
- Subtitles: CEA-608, CEA-708, DTVCC, SCTE-20, SCTE-128, ATSC/53, CDP, DVB Subtitle, Teletext, SRT, SSA, ASS, SAMI.
MediaInfo features include:
- Read many video and audio file formats
- View information in different formats (text, sheet, tree, HTML.)
- Customise these viewing formats
- Export information as text, CSV, HTML.
- Graphical user interface, command line interface, or library (.dll/.so/.dylib) versions available
- Integrate with the shell (drag 'n' drop, and Context menu)
- Internationalisation: display any language on any operating system
- Localisation capability (for which volunteers are needed - please contact us!)
License:
It is Open-Source software which means that end users and developers have freedom to study, to improve and to redistribute the program (BSD-style license).
Information describing image properties. This information can be filledin from GstCaps with VideoInfo::from_caps. The information is also usedto store the specific video info when mapping a video frame withVideoFrame::map.
Use the provided macros to access the info in this structure.
Methods

pub fn new<'a>( format: VideoFormat, width: u32, height: u32 ) -> VideoInfoBuilder<'a> | [src] |
Allocate a new VideoInfo that is also initialized withVideoInfo::init.
Quiero juegos gratis. a new VideoInfo. free with VideoInfo::free. https://coolnup751.weebly.com/advantage-play-slot-machines.html.
pub fn from_caps(caps: &CapsRef) -> Option | [src] |
pub fn to_caps(&self) -> Option | [src] |
pub fn format(&self) -> VideoFormat | [src] |
pub fn format_info(&self) -> VideoFormatInfo | [src] |
pub fn width(&self) -> u32 | [src] |
pub fn height(&self) -> u32 | [src] |
pub fn interlace_mode(&self) -> VideoInterlaceMode | [src] |
pub fn flags(&self) -> VideoFlags | [src] |
pub fn size(&self) -> usize | [src] |
pub fn views(&self) -> u32 | [src] |
pub fn chroma_site(&self) -> VideoChromaSite | [src] |
pub fn colorimetry(&self) -> VideoColorimetry | [src] |
pub fn par(&self) -> Fraction | [src] |
pub fn fps(&self) -> Fraction | [src] |
Important traits for &'a [u8]
impl<'a> Read for &'a [u8]impl<'a> Write for &'a mut [u8]pub fn offset(&self) -> &[usize] | [src] |
Important traits for &'a [u8]
impl<'a> Read for &'a [u8]impl<'a> Write for &'a mut [u8]pub fn stride(&self) -> &[i32] | [src] |

pub fn multiview_mode(&self) -> VideoMultiviewMode | [src] |
pub fn multiview_flags(&self) -> VideoMultiviewFlags | [src] |
pub fn field_order(&self) -> VideoFieldOrder | [src] |
pub fn has_alpha(&self) -> bool | [src] |
pub fn is_gray(&self) -> bool | [src] |
pub fn is_rgb(&self) -> bool | [src] |
pub fn is_yuv(&self) -> bool | [src] |
Videoinfographica
pub fn is_interlaced(&self) -> bool | [src] |
pub fn n_planes(&self) -> u32 | [src] |
pub fn n_components(&self) -> u32 | [src] |
pub fn convert, U: SpecificFormattedValue>( &self, src_val: V ) -> Option | [src] |
pub fn convert_generic>( &self, src_val: V, dest_fmt: Format ) -> Option | [src] |
Trait Implementations
Offline Video Download
impl Debug for VideoInfo | [src] |
fn fmt(&self, f: &mut Formatter) -> Result<(), Error> | [src] |
Formats the value using the given formatter. https://downdfil133.weebly.com/making-history-the-great-war-1-0.html. Read more
impl Clone for VideoInfo | [src] |
fn clone(&self) -> Self | [src] |
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
impl PartialEq for VideoInfo | [src] |
fn eq(&self, other: &Self) -> bool | [src] |
This method tests for self and other values to be equal, and is used by . Read more
fn ne(&self, other: &Rhs) -> bool | [src] |
Video Information
This method tests for !=.
impl Eq for VideoInfo | [src] |
impl Send for VideoInfo | [src] |
impl StaticType for VideoInfo | [src] |
fn static_type() -> Type | [src] |
Returns the type identifier of Self.
Auto Trait Implementations