Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (55)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • 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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (11783)

  • What is the best way to create video transcoding server for google cloud storage [on hold]

    20 mai 2017, par ramana vv

    I would like to create best video transcoding server for my project . I’m already using ffmpeg , python for transcoding videos. My existing application is like this "after uploading the video to the GCE it will transcode that video and copy to cloud storage, after copy to cloud storage the file in the instance will be deleted. But when the video count is in 100’s then I need to increase the capacity of GCE then the cost will be very expensive so please help me to solve this issue.
    Thanks in advance

  • new ffmpeg_movie() not working anymore after changing host

    30 juillet 2014, par user2526873

    We have developed some short movies processing website. The previous host removed the ffmpeg support, so we changed the hosting provider. They support ffmpeg, the extension is loaded, my script hasn’t change. Though, this part is not working anymore :

    $movie = new ffmpeg_movie($uploadFile);
    $length = $movie->getFrameCount();

    The length is 0, but there and I get no errors in the log and this happens with every file I use ffmpeg_movie on.

    What can I do ?

    Thank you in advance for the help !
    Angela

  • ffmpeg command line tool remove all metadata information after converting a file codec

    28 septembre 2012, par Jaswinder

    I am converting abc.flac file to abc.mp3 using ffmpeg command line tool. But when abc.mp3 is created all metadata information get clear like artist name , album name etc. all field get empty.
    i am using this command
    ffmpeg -i "abc.flac" -acodec mp3 -ab 256 "abc.mp3"

    this give me abc.mp3 i also try -map_metadata tag but it is not working
    Have you any idea about this
    Thanks in advance.