Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (88)

  • 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 ;

  • Organiser par catégorie

    17 mai 2013, par

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

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

  • matroskadec : export cover art correctly

    3 avril 2015, par wm4
    matroskadec : export cover art correctly
    

    Generally, libavformat exports cover art pictures as video streams with
    1 packet and AV_DISPOSITION_ATTACHED_PIC set. Only matroskadec exported
    it as attachment with codec_id set to AV_CODEC_ID_MJPEG.

    Obviously, this should be consistent, so change the Matroska demuxer to
    export a AV_DISPOSITION_ATTACHED_PIC pseudo video stream.

    Matroska muxing is probably incorrect too. I know that it can create
    broken files with an audio track and just 1 video frame when e.g.
    remuxing mp3 with APIC to mkv. But for now this commit does not change
    anything about muxing, and also continues to write attachments with
    AV_CODEC_ID_MJPEG should the muxer application have special knowledge
    that the Matroska is broken in this way.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavformat/matroska.c
    • [DH] libavformat/matroska.h
    • [DH] libavformat/matroskadec.c
    • [DH] libavformat/matroskaenc.c
  • Anomalie #4363 : mot de passe vide bloque le formulaire de réinitialisation du mot de passe d’un u...

    9 août 2019, par RastaPopoulos ♥

    Oui un auteur peut juste être une signature, mais pourquoi on bloquerait l’envoi d’un jeton de mot de passe ? Car si tel auteur est juste une signature, alors il n’a pas de d’email non plus (Victor Hugo n’a pas d’email), et si jamais à tout hasard il y a un email associé, c’est volontairement et donc ça ne sera pas l’email d’une personne qui n’aurait pas le droit de récupérer un accès à ce compte !

    Donc à partir du moment où il y a bien un email, on devrait pouvoir faire un rappel de mot de passe et alors en définir un nouveau, peu importe qu’il y ait déjà un mot de passe ou pas. (Et moi j’ajouterais : et même s’il n’y a pas de login, vu que l’email permet aussi de se loguer, mais bon c’est encore une autre décision.)

  • Converting uploaded audio files to mp3 using PHP/ffmpeg

    20 décembre 2011, par Nick

    I have limited experience of using PHP, but having done some searching around it would seem that it is possible to convert audio files that are uploaded through a web page to mp3 using ffmpeg. The audio files would be uploaded using the Uploadify script to subfolders that are named according to the user's login.

    I would need the PHP script to be able to process all audio files that are either not in MP3 format, or are in MP3 format but greater than 192kbps, deleting the original file after the conversion. Am I right in thinking that this could be achieved using PHP, and if so, can anyone get me started with some code, or a link to a webpage with some code ?

    Also, I am currently using Hostpapa for hosting my website, and I understand that they don't include ffmpeg, and also don't allow ssh. I read on one website that I could still install a compiled version of ffmpeg on a shared server, but I am not sure if this means that it would work on Hostpapa, or whether I would need to change my host to get ffmpeg working.

    Any advice on any of this would be welcome !

    Thanks,

    Nick