Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (37)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (5698)

  • SocialEngine "Tasks have not executed for more than 180 seconds." error on Video upload using FFMPEG

    17 juillet 2017, par Amit

    I’ve installed FFMPEG on server to support video upload in Socialengine.

    Now I can see the option to upload Video from "My Computer" but after I upload a video I see "Your video is in queue to be processed - you will be notified when it is ready to be viewed."

    If I check "Task Scheduler" in Admin panel it shows "Tasks have not executed for more than 180 seconds." with 0% progress and after a while it fails.

  • how to compile FFMPEG and merge it to one android ".so" file

    5 avril 2016, par user965347

    i am intereseted to compile the ffmpeg source to android to be invoked with jni as one ".so" last time i tried 0.8 versions but failed it always shows that something is undeclared, i tried all of google examples but it seems doesnt work for me,
    i tried this one

    Link One

    but it seems that the ffmpeg.c is not included with compile , but when i compile it always error, it says that something undeclared, and i cant build this project as one android ".so" file

    i also tried this one,
    Link Two

    but it seems i cant understand.

    i have tried everything , but none of them work ,none of them merge all ".o" , ".so" , ".a" into one ".so" files

    is there any good example in google or somewhere to compile ffmpeg as one ".so" file and have a good downloadable source i can compile ?

  • ffmpeg error : "at least one output file must be specified" only live server

    3 avril 2017, par Tarun Bhardwaj
    ffmpeg -i background.jpg -i with-logo.mp4 -filter_complex [1:v]colorkey=0x3BBD1E:0.3:0.2[ckout];[0:v][ckout]overlay[out] -map [out] with-bg1.mp4

    I am using ffmpeg command for create video, when i am using it on my local sever its working fine, but when goes live server it shows error

    At least one output file must be specified

    sh : [0:v][ckout]overlay[out] : command not found

    Please help me whats problem with this code.