tigerliner.blogg.se

Mediainfo source code
Mediainfo source code








  1. #Mediainfo source code install#
  2. #Mediainfo source code windows#

It is under GPL (General Public License).

#Mediainfo source code windows#

It is available for Windows (from Windows 95 to Windows 7) and Linux.It allows you to display information in different presentations and to export data to different formats.Audio: (OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF.) Video (MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB), DivX, XviD, MSMPEG4, ASP, H.264, AVC.). It accepts a variety of formats and codecs, both video and audio.It is a freeware open source (you can access the source code).All this information can be viewed and exported in different formats. MediaInfo is a program that provides technical information on audio and video files and allows access to the intrinsic metadata of these files. #' #' mediainfo functions #' cli functions #' mediainfo = 1 ) assert_that ( rlang :: is_character ( names )) assert_that ( length ( parameters ) = length ( names ), msg = "parameters and names did not have the same length." ) assert_that ( file.exists ( file ), msg = "Could find or access file.MediaInfo - Program for technical information on audio and video #' A string containing the command line output from mediainfo. #' #' command A string containing a mediainfo command. # mediainfo() - #' Run MediaInfo CLI #' #' Run the command through the MediaInfo command line interface (CLI) and return #' its output as a string. set_program: Set the location of a dependency program.probe_container: Shortcut functions for probing specific information.probe_all: Look up all information about a media file using FFprobe.mediainfo_template: Describe a media file by applying a MediaInfo template.mediainfo_summary: Describe a media file by applying a MediaInfo template.mediainfo_query: Query multiple parameters from a single MediaInfo section.mediainfo_parameter: Query a single parameter from a single MediaInfo section.

#Mediainfo source code install#

  • install_on_win: Install FFmpeg on Windows.
  • get_width: Get the video width of a media file.
  • get_samplingrate: Get the audio sampling rate of a media file.
  • get_height: Get the video height of a media file.
  • get_framerate: Get the video frame rate of a media file.
  • Scan your application to find vulnerabilities in your: source code.
  • get_encoders: Get a data frame of all installed encoders Learn more about mediainfo: package health score, popularity, security, maintenance.
  • get_duration: Get the duration of a media file.
  • get_codecs: Get a data frame of all installed codecs.
  • mediainfo source code

    find_program: Find the location of a dependency program.ffprobe: Send a command to the FFprobe program.ffm_trim: Trim the Duration of the FFmpeg Pipeline.

    mediainfo source code

  • ffm_scale: Scale (Resize) Frames in a FFmpeg Pipeline.
  • ffm_pixel_format: Set the Pixel Format in an FFmpeg Pipeline.
  • ffm_map: Set the Stream Mapping in an FFmpeg Pipeline.
  • ffm_hstack: Horizontally Stack Multiple Videos in an FFmpeg Pipeline.
  • mediainfo source code

    ffm_files: Specify Files in an FFmpeg Pipeline.ffm_drop: Drop Steams from an FFmpeg Pipeline.ffm_drawbox: Draw a Colored Box on the Videos in an FFmpeg Pipeline.ffm_crop: Crop Frames in an FFmpeg Pipeline.ffm_copy: Copy the codecs and map all streams.ffm_compile: Compile the tidymedia pipeline into FFmpeg command.ffm_codec: Set Codecs in an FFmpeg Pipeline.ffm: Specify Files in an FFmpeg Pipeline.convert_fractions: Convert string fractions to doubles.These are the top rated real world C (CSharp) examples of MediaInfoLib.MediaInfo extracted from open source projects. concatenate_videos: Combine video files using the concat demuxer C (CSharp) MediaInfoLib MediaInfo - 30 examples found.










    Mediainfo source code