Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (70)

  • 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 (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (11546)

  • ffmpeg unicode file name not working

    20 janvier 2016, par user3631926

    Hi when I use arabic file name in the $video variable the ffmpeg is throwing the error :
    Input/output error

    the command is as follows :

    $cmd = "$ffmpeg -i $video -ss $interval -vframes 1 -f image2 -s $size $temp_thumbnail_url";

    english file names works great.

  • ffmpeg unicode file name not working

    22 janvier 2019, par user3631926

    Hi when I use arabic file name in the $video variable the ffmpeg is throwing the error :
    Input/output error

    the command is as follows :

    $cmd = "$ffmpeg -i $video -ss $interval -vframes 1 -f image2 -s $size $temp_thumbnail_url";

    english file names works great.

  • Ruby on Rails , JSON ParserError when ::FFMPEG::Movie.new

    2 mai 2016, par dae-hee Kim.

    Please excuse. about what i which is not good at English,
    The language Development is ruby on rails, and OS enviroment is centOS 5.
    ::FFMPEG::Movie.new(file_path) use then JSON ParserError.. how can i fix this problem ?