
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (38)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (4118)
-
Révision 17727 : Deplacer le squelette cfg qui n’a pas besoin d’etre dans le path
16 avril 2011, par cedric - -
flutter_ffmpeg - how to access the path of the output ?
7 août 2021, par RicharddI need to merge (concatenate) two audio files in a Flutter app.



I am trying to use Flutter_ffmpeg package .



https://pub.dev/packages/flutter_ffmpeg




Ffmpeg is powerful tool for audio and video.



flutter_cache_manager package to store the files that came from https



https://pub.dev/packages/flutter_cache_manager




And path provided to deal with the paths



https://pub.dev/packages/path_provider




For the part of caching I already made some successful tests,



But, I need your help to understand how can I use ffmpeg package.

According to the readme I need to do something like


import 'package:flutter_ffmpeg/flutter_ffmpeg.dart';

final FlutterFFmpeg _flutterFFmpeg = new FlutterFFmpeg(); 
var fileCached1 = await DefaultCacheManager().getSingleFile(url1);
var fileCached2 = await DefaultCacheManager().getSingleFile(url2);
var arguments = ["-i", "concat:fileCached1.wav|fileCached2.wav", "-c copy", "output.way"];
_flutterFFmpeg.executeWithArguments(arguments ).then((rc) => print("FFmpeg process exited with rc $rc"));




How can I have access to the output.wav to play ? How can I use the path_provider ?



I really need you help. :)
There is little information about flutter_ffmpeg. This question might be useful for someone else to.



Thanks in advance,
Ricardo


-
avformat/oggdec/ogg_read_packet() : factorize failure code path
6 avril 2014, par Michael Niedermayer