Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (64)

  • 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

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

  • pydub returning zero byte file when I try to export part of an Mp3

    24 juin 2015, par tom f

    I’m sharing this for posterity, since I already figured out the answer. I’m trying to create preview snippets of MP3 files with pydub in Python, but when I ran the export the files were always zero bytes in size.

    example :

    from pydub import AudioSegment    

    sound = AudioSegment.from_mp3("preview_temp/n/1/mp3/01_Beyond_and_Into_the_Ultimate.mp3")

    # len() and slicing are in milliseconds
    halfway_point = len(sound) / 2

    second_half = sound[halfway_point:]
    print second_half
    second_half.export("preview_temp/n/1/prev/prev_test.mp3", format="mp3", bitrate="192k")

    I verified the source file existed and was accessible. My inkling was this had something to do with ffmpeg. It was installed properly, but then I came across this on the pydub github :

    You may use libav or ffmpeg. libav is recommended.

    The pydub developer runs through installation on several platforms on the github wiki. I’m sharing it here to make it easier for folks to find, though.

  • libavcodec/qsv.c : Linux-only code part has been moved to separate function in order...

    6 juillet 2015, par Ivan Uskov
    libavcodec/qsv.c : Linux-only code part has been moved to separate function in order to avoid the "ISO C90 forbids mixed declarations and code" compiler warning.
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/qsv.c
  • Refactoring to move common QSV-related code part into libavcodec/qsvdec.c

    14 juillet 2015, par Ivan Uskov
    Refactoring to move common QSV-related code part into libavcodec/qsvdec.c
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/qsvdec.c
    • [DH] libavcodec/qsvdec.h
    • [DH] libavcodec/qsvdec_h264.c