OutSystems Forge 日本語データベース

MediaToolkit

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-07-02 1.2.0 João Almeida All .NET Components, Libraries
MediaToolkitは、メディアファイルを扱うライブラリ、画像、ビデオ、オーディオファイルの単純なセットです。
MediaToolkitは、アプリケーションがメディアファイル、特に着信ファイルを処理するためのAPIを提供するためのものです。メディアを操作するための包括的なライブラリではなく、データベースに保存する前に、検証や簡単な編集操作(変換、回転、サイズ変更など)のためにファイルのメタデータを照会するなど、アップロードされたメディアファイルを正しく処理できることを意味します。 それは3つの拡張(オーディオ、画像、ビデオ)に分割され、必要なもののみが使用され、不要な依存関係はプロジェクトに追加されません。 現在利用可能な操作: 画像 完全な画像メタデータを取得する(EXIF、XMPなど) ストリップメタデータ サイズを変更する 回転と自動回転 画像形式(BMP、JPG、PNGなど)を変換する ビデオ ビデオおよびオーディオコーデック情報を含む、完全なビデオメタデータを取得する 指定されたシーク位置でビデオからサムネイルを抽出する ビデオフォーマット(MOV、FLV、MP4など)間の変換 オーディオ コーデックやアルバム情報を含む、完全なオーディオメタデータを取得する MP3からWAVに変換する ロードマップ: 画像 - さらなる編集オプション。 オーディオ - さらなる編集オプション、さらなる変換オプション。 ビデオ - さらなる編集オプションは、FFMpegに依存しない実装の可能性を評価します。

[Overview]
MediaToolkit is a simple set of libraries to handle media files: images, videos and audio files.
[Detail]
MediaToolkit is meant to provide an API for applications to handle their media files, specially incoming files. More than being a comprehensive library for manipulating media, this means to be able to handle correctly media files that are uploaded: such as querying thefile’s metadata for validation or simple editing operations (conversions, rotation, resizing, etc.) before being saved in the database. It’s divided into three extensions (Audio, Image, Video) so that only the one needed is used and no unnecessary dependencies are added to the project. Currently available operations: Image Get the full image metadata (EXIF, XMP, etc.) Strip metadata Resize Rotate and auto rotate Watermark Convert between image formats (BMP, JPG, PNG, etc.) Video Get the full video metadata, including video and audio codec information Extract thumbnail from video at specified seek position Convert between video formats (MOV, FLV, MP4, etc.) Audio Get the full audio metadata, including codec and album information Convert from MP3 to WAV Roadmap: Image - Further editing options (like overlays). Audio - Further editing options, further conversion options. Video - Further editing options, evaluate the possibility of an implementation that does no rely on FFMpeg.
戻る