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
1
vote
0 answers

Get the duration and resolution from a video stored in S3 using lambda

I'm trying to get the duration and resolution of a video that I stored in S3 but I'm having some issues. I tried it using mediaInfo and the process described in Extracting Video Metadata using Lambda and Mediainfo | AWS Compute Blog, but I get an…
1
vote
1 answer

How can I display my video bitrate in MBps using MediaInfo on the command line with --Inform

I have this command: mediainfo --Inform="Video;%CodecID% %BitRate/String% %Height%p" ./filename.mp4 which displays: avc1 882 kb/s 720p but I would like it to display in MBps instead, with a max of one decimal place, like 1.1 MBps. can I do this…
Sumomo
  • 603
  • 1
  • 5
  • 18
1
vote
0 answers

Is mediainfo.dll compatible with UWP?

I want to write a program that uses mediainfo.dll. I use MediaInfoDLL.cs for getting video file information such as Size, Duration, etc. When I select a video file with filepicker, the open method of MediInfoLib namespace does not return video file…
Morteza
  • 41
  • 5
1
vote
1 answer

Is there a way if a video file has pixelation in FFmpeg?

I am trying to identify if a video file has pixelation or not, Currently, I have a watch folder where videos are dropped, I have a trigger every 120 seconds that check the folder to see if there are any video files. If there is a file, it uses…
A Person
  • 441
  • 7
  • 19
1
vote
1 answer

How to have "standard PAL" flag with a 1920x1080 video

I need to transcode some 1920x1080 video and to have the mediainfo flag "standard PAL" in it. I tried many things with ffmpeg but either I have the PAL flag with 720x576 or it disappears with 1920x1080. I know it is something I can do because some…
1
vote
0 answers

Ruby mediainfo (gem) error "mon out of range"?

Trying to use mediainfo ruby gem and get this error (not all files) ... "/usr/share/rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/time.rb:262:in `utc': mon out of range (ArgumentError)" require 'mediainfo' f = "/.mp4" media_info =…
espr3ss0
  • 33
  • 1
  • 3
1
vote
1 answer

Windows command to get the REAL creation date of image or video file

I need to get the REAL creation date of image or video files within a Windows Script. I have copied many image and video files from my iPhone device. The problem is the information of file about creation and modified date is related to the copying…
Klode
  • 353
  • 3
  • 18
1
vote
0 answers

Mediainfo wrapper for Java

i'm pretty new to coding, especially using external library in intellij. I'm trying to load mediainfo to intellij to extract metadata of video files. I downloaded jna.jar and mediainfo.jar and placed them under my lib directory. I set them as my…
1
vote
1 answer

MediaQueueItem And RemoteMediaItem, how can i make queue to cast?

As you can see in the code below, I've come across a great Google Cast SDK feature, how to create a play queue? Right now I have managed to transmit video and information to chrome cast (at the moment), I have ready the .css splash that they request…
1
vote
0 answers

MediaInfoLib JavaScript with MVC 5 .NET C#

I have a website developed in C# MVC5 .NET and I need to use de MediaInfolib DLL javascript version. I am not able to load the .wasm file. This is my .cshtml code: