
Recherche avancée
Autres articles (25)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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 ;
Sur d’autres sites (4298)
-
Revision 99981 : Sur Opera 40 sous Windows 10, ça provoquait un « Uncaught ReferenceError : ...
20 octobre 2016, par real3t@… — LogSur Opera 40 sous Windows 10, ça provoquait un « Uncaught ReferenceError ? : tableau_sites is not defined » qui rendait les boutons calculer inutiles.
-
Problem while using ffmpeg-android-java on Windows-10
4 septembre 2018, par ml8educI am developing a simple Android Java app in which I use ffmpeg-android-java library to create a video file (.mp4) from multiple image files (.png) & a single audio file (.mp3). The audio is created using text-to-speech (TTS).
The app works on Ubuntu dev environment (where it was written), but when I work on same code-base using Android Studio on a Windows 10, the ffmpeg library either creates an empty mp4 (size 0 bytes) or doesn’t create mp4 file at all.The ffmpeg command I use is :
ffmpeg -y -framerate 1/30 -start_number 1 -i img_%d.png -i person_name.mp3 -c:a aac -c:v libx264 -strict experimental -shortest person_name.mp4
This command however works correctly through windows command prompt & creates the mp4 file.
What am I missing/doing wrong here ?
Please help. Thanks.
-
Revision 16841 : dont use tmpfile on windows, it creates a file in c :\, some more changes ...
28 janvier 2010, par j — Logdont use tmpfile on windows, it creates a file in c :\, some more changes to cross compile