ffmpeg_cmds 0.0.1 copy "ffmpeg_cmds: ^0.0.1" to clipboard
ffmpeg_cmds: ^0.0.1 copied to clipboard

ffmpeg commands for dart

ffmpeg_cmds #

Uploaded By License

ffmpeg commands for dart.

Getting Started #

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  ...
  ffmpeg_cmds: latest
copied to clipboard

Next, we need to install this

# Dart
dart pub get

# Flutter
flutter pub get
copied to clipboard

import and use it.

import 'package:ffmpeg_cmds/ffmpeg_cmds.dart';
copied to clipboard

Example #

To get cmd string from drawtext. You can just use toString()

// from
drawtext="text=Hello"

// to

DrawText(text: "Hello").toString()

'${DrawText(text: "Hello")}'
copied to clipboard

Sponsoring #

I'm working on my packages on my free-time, but I don't have as much time as I would. If this package or any other package I created is helping you, please consider to sponsor me so that I can take time to read the issues, fix bugs, merge pull requests and add features to these packages.

Contributions #

Feel free to contribute to this project.

If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue. If you fixed a bug or implemented a feature, please send a pull request.

2
likes
140
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.29 - 2025.04.13

ffmpeg commands for dart

Repository (GitHub)

Documentation

API reference

Funding

Consider supporting this project:

paypal.me
ko-fi.com

License

MIT (license)

More

Packages that depend on ffmpeg_cmds