Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (72)

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

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

  • libavcodec/libdavs2.c : Fix for the wrong line size is used

    25 novembre 2018, par Limin Wang
    libavcodec/libdavs2.c : Fix for the wrong line size is used
    

    Reviewed-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavcodec/libdavs2.c
  • FFmpeg command-line on Android

    10 mai 2021, par Gonzalo Solera

    I´m trying to use this ffmpeg command line on Android :

    &#xA;&#xA;

    ffmpeg -i /sdcard/DCIM/video.mp4 -s 480x320 /sdcard/output.mp4&#xA;

    &#xA;&#xA;

    I have the executable file of ffmpeg (on this path : /data/local/tmp/ffmpeg/ with chmod 751), and as I read, I´m trying to invoke it using :

    &#xA;&#xA;

    Runtime.getRuntime().exec("/data/local/tmp/ffmpeg -i /sdcard/DCIM/video.mp4 -s 480x320 /sdcard/output.mp4");&#xA;

    &#xA;&#xA;

    But I´m not getting any result after this calling, so I tried the same command but using the android terminal and I´m sure ffmpeg works because I ´m getting many outputs like video data. But it doesn´t do the action I want, I´m getting this message :

    &#xA;&#xA;

    Unable to find a suitable output format for &#x27;/sdcard/output.mp4&#x27;&#xA;

    &#xA;&#xA;

    I don´t have any idea about what it can be the issue...&#xA;Thanks for help !!

    &#xA;

  • FFmpeg command-line on Android

    29 septembre 2013, par Gonzalo Solera

    I´m trying to use this ffmpeg command line on Android :

    ffmpeg -i /sdcard/DCIM/video.mp4 -s 480x320 /sdcard/output.mp4

    I have the executable file of ffmpeg (on this path : /data/local/tmp/ffmpeg/ with chmod 751), and as I read, I´m trying to invoke it using :

    Runtime.getRuntime().exec("/data/local/tmp/ffmpeg -i /sdcard/DCIM/video.mp4 -s 480x320 /sdcard/output.mp4");

    But I´m not getting any result after this calling, so I tried the same command but using the android terminal and I´m sure ffmpeg works because I ´m getting many outputs like video data. But it doesn´t do the action I want, I´m getting this message :

    Unable to find a suitable output format for &#39;/sdcard/output.mp4&#39;

    I don´t have any idea about what it can be the issue...
    Thanks for help !!