ffmpeg_kit_https_flutter 0.0.3
ffmpeg_kit_https_flutter: ^0.0.3 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_flutterWith Flutter:
$ flutter pub add ffmpeg_kit_https_flutterThis 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.3Alternatively, 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';