> For the complete documentation index, see [llms.txt](https://canardoux.gitbook.io/tau/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://canardoux.gitbook.io/tau/doc/pages/tau-api/utilities/ffmpeg_get_media_information.md).

# Flutter Sound Helpers API

ffMpegGetMediaInformation()

## `ffMpegGetMediaInformation()`

* Dart API: [ffMpegGetMediaInformation()](https://github.com/Canardoux/tau/tree/6bd245d293bcf9a123677735835549585d32b2ee/doc/pages/tau-api/utilities/pages/flutter-sound/api/helper/FlutterSoundHelper/ffMpegGetMediaInformation.html)

This verb is used to get various informations on a file.

The informations got with FFmpegGetMediaInformation() are [documented here](https://pub.dev/packages/flutter_ffmpeg).

*Example:*

[Dart](/tau/doc/pages/tau-api/utilities/ffmpeg_get_media_information.md#dart)

[Javascript](/tau/doc/pages/tau-api/utilities/ffmpeg_get_media_information.md#javascript)

```

        print( await getLastFFmpegCommandOutput() );
```

```

        Map info = await flutterSoundHelper.FFmpegGetMediaInformation( uri );
```

\</div>
