Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (103)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

Sur d’autres sites (7368)

  • cakephp FFMPEG Library to convert mov file into mp4 for iphone to android video issue

    9 février 2016, par Tarunn

    I am on cakephp 2.3 and with my API, the video recorded from iPhone is not playing well in some android devices. So after wasting 2 week and with the help of community the solution was to convert this mov into mp4 on server, ffmpeg lib was suggested.

    I had installed ffmpeg lib, I am looking for any cakephp 2.3.* version package which works/converts with ffmpeg ?

    The other way I have is to use php exec and convert the video without php library.

    Any suggestion/feedback welcomed.

  • FFMPEG parametrs for iphone web video

    20 novembre 2015, par Serg Randin

    I am looking for the parameters for FFMPEG to encode the video in mp4 format which will be supported by computers and mobile devices, such as IPhone.

  • ffmpeg : How to convert quicktime (iPhone) video to mp4 format ? [on hold]

    17 novembre 2015, par user2899728

    I need to convert quicktime (.mov) video file recorded by iphone, into mp4 format using ffmpeg in php.

    I tried several commands but it did not work for me.

    I tried following command that converted into .mp4 but just audio was there. No video was playing.

    exec("ffmpeg -i input.mov out.mp4");

    Any help in this case will be appreciated.

    Thanks