
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (61)
-
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 -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (9079)
-
FFmpeg encode raw PCM to AAC [on hold]
18 janvier 2018, par Mher DidaryanI’ve found an example of raw PCM to AAC converting example. However it uses deprecated functions. It’s possible to convert PCM to mp3 using mono mod, but converting to AAC or mp3 using in stereo mod causes
Specified sample format s16 is invalid or not supported
error. Usingffmpeg -f s16le -ar 44.1k -ac 2 -i audio_record.pcm file.aac
command everything works fine. Can someone share a source how can we achieve this with updated FFmpeg library. -
How to i convert mp4 and other video formats to 3gpp in c# [on hold]
3 octobre 2013, par viniI am not able to find any resources for conversion of mp4 and other formats into 3gpp
I know we can use the
ffmpeg.exe
but can't find any proper resources would be great if some one could help out. -
videos won't load on PC with phpvibe and ffmpeg [on hold]
29 octobre 2015, par user3137017I’m using phpvibe and ffmpeg on linux centos the issue that videos are quickly played on smartphone,smarttv but on PC it’s tike along time to play.
So im using this command
{ffmpeg-cmd} -i {input} -vcodec libx264 -s {ffmpeg-vsize} -threads 0 -preset ultrafast {output}.mp4