
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (72)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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, parPré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 2013Puis-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 -
FFmpeg command-line on Android
10 mai 2021, par Gonzalo SoleraI´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 '/sdcard/output.mp4'




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


-
FFmpeg command-line on Android
29 septembre 2013, par Gonzalo SoleraI´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 '/sdcard/output.mp4'
I don´t have any idea about what it can be the issue...
Thanks for help !!