ffmpeg_kit_https_flutter 0.0.2 copy "ffmpeg_kit_https_flutter: ^0.0.2" to clipboard
ffmpeg_kit_https_flutter: ^0.0.2 copied to clipboard

A Flutter plugin forked from ffmpeg-kit, focusing on HTTPS support and custom enhancements. Supports Android, iOS, and macOS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ffmpeg_kit_https_flutter

With Flutter:

 $ flutter pub add ffmpeg_kit_https_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ffmpeg_kit_https_flutter: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ffmpeg_kit_https_flutter/abstract_session.dart';
import 'package:ffmpeg_kit_https_flutter/arch_detect.dart';
import 'package:ffmpeg_kit_https_flutter/chapter.dart';
import 'package:ffmpeg_kit_https_flutter/ffmpeg_kit.dart';
import 'package:ffmpeg_kit_https_flutter/ffmpeg_kit_config.dart';
import 'package:ffmpeg_kit_https_flutter/ffmpeg_session.dart';
import 'package:ffmpeg_kit_https_flutter/ffmpeg_session_complete_callback.dart';
import 'package:ffmpeg_kit_https_flutter/ffprobe_kit.dart';
import 'package:ffmpeg_kit_https_flutter/ffprobe_session.dart';
import 'package:ffmpeg_kit_https_flutter/ffprobe_session_complete_callback.dart';
import 'package:ffmpeg_kit_https_flutter/level.dart';
import 'package:ffmpeg_kit_https_flutter/log.dart';
import 'package:ffmpeg_kit_https_flutter/log_callback.dart';
import 'package:ffmpeg_kit_https_flutter/log_redirection_strategy.dart';
import 'package:ffmpeg_kit_https_flutter/media_information.dart';
import 'package:ffmpeg_kit_https_flutter/media_information_json_parser.dart';
import 'package:ffmpeg_kit_https_flutter/media_information_session.dart';
import 'package:ffmpeg_kit_https_flutter/media_information_session_complete_callback.dart';
import 'package:ffmpeg_kit_https_flutter/packages.dart';
import 'package:ffmpeg_kit_https_flutter/return_code.dart';
import 'package:ffmpeg_kit_https_flutter/session.dart';
import 'package:ffmpeg_kit_https_flutter/session_state.dart';
import 'package:ffmpeg_kit_https_flutter/signal.dart';
import 'package:ffmpeg_kit_https_flutter/statistics.dart';
import 'package:ffmpeg_kit_https_flutter/statistics_callback.dart';
import 'package:ffmpeg_kit_https_flutter/stream_information.dart';
2
likes
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin forked from ffmpeg-kit, focusing on HTTPS support and custom enhancements. Supports Android, iOS, and macOS.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffmpeg_kit_flutter_platform_interface, flutter

More

Packages that depend on ffmpeg_kit_https_flutter

Packages that implement ffmpeg_kit_https_flutter