
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (71)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer
Sur d’autres sites (5609)
-
How to load correct libavcodec.so shared library version ? (53)
17 juillet 2014, par user2212461I am using libavcodec and libavformat in my project but when I execute a binary which was built on another machine, I get the following error :
error while loading shared libraries: libavcodec.so.53: cannot open shared object file: No such file or directory
I installed ffmpeg with libav and trying the following commands :
sudo apt-get install ffmpeg libavcodec-dev libavformat-dev
sudo apt-get install ffmpeg libavcodec-extra-53
sudo apt-get install libav-toolsThe error doesnt show up when I build the binary on the same machine, but it would be much faster to compile on a second machine.
UDPATE : I also ran
sudp apt-get install update
andsudo apt-get install pkg-config
without any change in the output. (OS = 12.04) -
How to load correct libavcodec.so shared library version ? (53)
6 août 2017, par user2212461I am using libavcodec and libavformat in my project but when I execute a binary which was built on another machine, I get the following error :
error while loading shared libraries: libavcodec.so.53: cannot open shared object file: No such file or directory
I installed ffmpeg with libav and trying the following commands :
sudo apt-get install ffmpeg libavcodec-dev libavformat-dev
sudo apt-get install ffmpeg libavcodec-extra-53
sudo apt-get install libav-toolsThe error doesnt show up when I build the binary on the same machine, but it would be much faster to compile on a second machine.
UDPATE : I also ran
sudo apt-get install update
andsudo apt-get install pkg-config
without any change in the output. (OS = 12.04) -
MissingPluginException(No implementation found for method getLogLevel on channel flutter.arthenica.com/ffmpeg_kit)
21 février 2023, par Gowthamkumar MI'm using ffmpeg video conversion in flutter. It's working fine in foreground but when I tried to run it in background using flutter_background_service : ^2.4.6 its throwing the below error.


════════ Exception caught by services library ══════════════════════════════════
The following MissingPluginException was thrown while activating platform stream on channel flutter.arthenica.com/ffmpeg_kit_event:

MissingPluginException(No implementation found for method listen on channel flutter.arthenica.com/ffmpeg_kit_event)

When the exception was thrown, this was the stack
\#0 MethodChannel.\_invokeMethod
platform_channel.dart:294
\<asynchronous>
\#1 EventChannel.receiveBroadcastStream.\<anonymous>
platform_channel.dart:637
\<asynchronous>
</asynchronous></anonymous></asynchronous>


I have updated the flutter and pub packages and other possible solutions which is provided in different community.


below github ticket is for reference.


https://github.com/arthenica/ffmpeg-kit/issues/461